Update README.md
Browse files
README.md
CHANGED
|
@@ -1,2 +1,9 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
The inference in HuggingFace won't work, because there is a missing pre-processing step.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- squad
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
pipeline_tag: question-answering
|
| 7 |
+
---
|
| 8 |
+
**Important note**<br><br>
|
| 9 |
The inference in HuggingFace won't work, because there is a missing pre-processing step.
|