Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,12 @@ tags:
|
|
| 5 |
model-index:
|
| 6 |
- name: paumena/QA-BERT
|
| 7 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
@@ -53,4 +59,4 @@ The following hyperparameters were used during training:
|
|
| 53 |
- Transformers 4.30.1
|
| 54 |
- TensorFlow 2.12.0
|
| 55 |
- Datasets 2.12.0
|
| 56 |
-
- Tokenizers 0.13.3
|
|
|
|
| 5 |
model-index:
|
| 6 |
- name: paumena/QA-BERT
|
| 7 |
results: []
|
| 8 |
+
datasets:
|
| 9 |
+
- squad
|
| 10 |
+
metrics:
|
| 11 |
+
- exact_match
|
| 12 |
+
- f1
|
| 13 |
+
library_name: transformers
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
|
| 59 |
- Transformers 4.30.1
|
| 60 |
- TensorFlow 2.12.0
|
| 61 |
- Datasets 2.12.0
|
| 62 |
+
- Tokenizers 0.13.3
|