ajitrajasekharan / unsupervised_NER

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
MIT License
80 stars 20 forks source link

clarification regarding the 5 servers #4

Open vaishnkv opened 3 months ago

vaishnkv commented 3 months ago

Hi @ajitrajasekharan ,

 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

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 ?