Skip to content

Commit

Permalink
Merge pull request #27 from alcidesmig/master
Browse files Browse the repository at this point in the history
Little fix in ner_evaluation/README.md
  • Loading branch information
fabiocapsouza committed Feb 17, 2021
2 parents fdabb88 + e61d168 commit 6ef2e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ner_evaluation/README.md
Expand Up @@ -57,7 +57,7 @@ Instructions:
O grupo foi fundado pelos estudantes Syd Barrett (guitarra, vocal), Nick Mason (bateria), Roger Waters (baixo, voz) e Richard Wright (teclados, voz). Sob a liderança de Barrett, eles lançaram dois singles e um álbum de estreia de sucesso, The Piper at the Gates of Dawn (1967).

# inference_data.json
[{"doc_id": 0, "text": "Text of the 1st document"}, {"doc_id": 1, "text": "Text of the 2nd document"}]
[{"doc_id": 0, "doc_text": "Text of the 1st document"}, {"doc_id": 1, "doc_text": "Text of the 2nd document"}]

3. Run inference command. This command assumes a downloaded checkpoint that was extracted in `bertimbau-base_bert-crf_total/`. Use the `--help` flag to display extra information about `--output_format` and `--output_file`.

Expand Down

0 comments on commit 6ef2e31

Please sign in to comment.