Self-supervised NER prototype - updated version (69 entity types - 17 broad entity groups). Uses pretrained BERT models with no fine tuning. State-of-art performance on 3 biomedical datasets
It is mentioned in the readme that 5 servers will be up and running when we run the setup.sh script , but Can you give a brief about what each of the server does ? post running the setup.sh file the below are the ports that are up
Hi @ajitrajasekharan ,
tcp 0 0 0.0.0.0:9088 0.0.0.0: LISTEN 18312/python
tcp 0 0 0.0.0.0:9089 0.0.0.0: LISTEN 18373/python
tcp 0 0 0.0.0.0:8088 0.0.0.0: LISTEN 18368/python
tcp 0 0 0.0.0.0:8087 0.0.0.0: LISTEN 18307/python
tcp 0 0 0.0.0.0:8059 0.0.0.0:* LISTEN 18376/python
but the port 8043 (ENTITY_SERVER_URL) is not up !
can you pls explain what each of the servers does ?