martineden
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
# bert-base-cased-structurized-squad
|
21 |
|
22 |
-
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the structurized context of the martineden/structurized_squad dataset.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -48,7 +48,8 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
|
|
|
52 |
|
53 |
### Framework versions
|
54 |
|
|
|
19 |
|
20 |
# bert-base-cased-structurized-squad
|
21 |
|
22 |
+
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the structurized context of the [martineden/structurized_squad](https://huggingface.co/datasets/martineden/structurized_squad) dataset.
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
'exact_match': 64.27980132450331
|
52 |
+
'f1': 77.7041082090089
|
53 |
|
54 |
### Framework versions
|
55 |
|