Update README.md
Browse filesadded english inference example
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 |
|