Closed ritwikmishra closed 5 months ago
@shtoshni Hello
You marked this as completed. But in the README, it is still not mentioned how to run the inference on any arbitary text. The current method expects a conll formatted input for inference. The conll format includes pos tags, constituency parsing, etc. Low-resource languages do not have any such public tools (especially const parsing).
If I have a fine-tuned model and a paragraph of text containing multiple sentences, then how can I run inference on the paragraph? or How can I predict coreference clusters on any arbitary text?