martineden
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,11 @@ tags:
|
|
7 |
model-index:
|
8 |
- name: bert-base-cased-structurized-squad
|
9 |
results: []
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# bert-base-cased-structurized-squad
|
16 |
|
17 |
-
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -50,4 +55,4 @@ The following hyperparameters were used during training:
|
|
50 |
- Transformers 4.47.1
|
51 |
- Pytorch 2.5.1+cu121
|
52 |
- Datasets 3.2.0
|
53 |
-
- Tokenizers 0.21.0
|
|
|
7 |
model-index:
|
8 |
- name: bert-base-cased-structurized-squad
|
9 |
results: []
|
10 |
+
datasets:
|
11 |
+
- martineden/structurized_squad
|
12 |
+
metrics:
|
13 |
+
- exact_match
|
14 |
+
- f1
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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 |
|
|
|
55 |
- Transformers 4.47.1
|
56 |
- Pytorch 2.5.1+cu121
|
57 |
- Datasets 3.2.0
|
58 |
+
- Tokenizers 0.21.0
|