annieske commited on
Commit
c7db6cd
1 Parent(s): e102786

Update README.md

Browse files

added english inference example

Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -2,6 +2,9 @@
2
  license: cc-by-nc-sa-4.0
3
  library_name: transformers
4
  pipeline_tag: token-classification
 
 
 
5
  ---
6
  ### xlm-roberta-base for token classification, specifically fine-tuned for question-answer extraction for English
7
 
 
2
  license: cc-by-nc-sa-4.0
3
  library_name: transformers
4
  pipeline_tag: token-classification
5
+ widget:
6
+ - text: "Do you think that looks like a cat? Answer: I don't think so."
7
+ - example_title: "cat"
8
  ---
9
  ### xlm-roberta-base for token classification, specifically fine-tuned for question-answer extraction for English
10