"model/models/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "df94175a0fb0356c9b9e9a62b73d908633c08810"
Example NER script predicts on tokenized dataset (#8468)
The new run_ner.py script tries to run prediction on the input test set `datasets["test"]`, but it should be the tokenized set `tokenized_datasets["test"]`
Showing
Please register or sign in to comment