DFKI-NLP / DISTRE

[ACL 19] Fine-tuning Pre-Trained Transformer Language Models to Distantly Supervised Relation Extraction
https://www.aclweb.org/anthology/P19-1134
Apache License 2.0
85 stars 13 forks source link

Can you give me a detailed explanation? #4

Open qiunlp opened 4 years ago

qiunlp commented 4 years ago

1) create the protobuf files: protoc --proto_path=. --python_out=. Document.proto Where is the file of Document.proto?

2)convert the protobuf files to json: python protobuf2json.py . Where is the file of protobuf2json.py?

Thank you!

LorrinWWW commented 4 years ago

same question here

StarsEater commented 3 years ago

same question here