Update model card
Browse files
README.md
CHANGED
|
@@ -9,24 +9,25 @@ license: mit
|
|
| 9 |
datasets:
|
| 10 |
- squad
|
| 11 |
pipeline_tag: question-answering
|
|
|
|
| 12 |
model-index:
|
| 13 |
- name: bert-sliding-window_epoch_1
|
| 14 |
results:
|
| 15 |
-
- task:
|
| 16 |
type: question-answering
|
| 17 |
name: Question Answering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
dataset:
|
| 19 |
name: SQuAD
|
| 20 |
type: squad
|
| 21 |
-
config: plain_text
|
| 22 |
-
split: validation
|
| 23 |
-
metrics:
|
| 24 |
-
- type: exact_match
|
| 25 |
-
value: N/A
|
| 26 |
-
name: Exact Match
|
| 27 |
-
- type: f1
|
| 28 |
-
value: N/A
|
| 29 |
-
name: F1
|
| 30 |
---
|
| 31 |
|
| 32 |
# bert-sliding-window_epoch_1
|
|
@@ -41,7 +42,7 @@ The model was trained with the following hyperparameters:
|
|
| 41 |
|
| 42 |
- Learning Rate: 1e-05
|
| 43 |
- Batch Size: 32
|
| 44 |
-
- Epochs:
|
| 45 |
- Weight Decay: 0.01
|
| 46 |
|
| 47 |
## Intended uses & limitations
|
|
@@ -60,7 +61,7 @@ The model was trained with the following hyperparameters:
|
|
| 60 |
|
| 61 |
* learning_rate: 1e-05
|
| 62 |
* batch_size: 32
|
| 63 |
-
* num_epochs:
|
| 64 |
* weight_decay: 0.01
|
| 65 |
|
| 66 |
## Uses
|
|
|
|
| 9 |
datasets:
|
| 10 |
- squad
|
| 11 |
pipeline_tag: question-answering
|
| 12 |
+
|
| 13 |
model-index:
|
| 14 |
- name: bert-sliding-window_epoch_1
|
| 15 |
results:
|
| 16 |
+
- task:
|
| 17 |
type: question-answering
|
| 18 |
name: Question Answering
|
| 19 |
+
metrics:
|
| 20 |
+
- type: exact_match
|
| 21 |
+
value: N/A # You can update this with actual metrics if available
|
| 22 |
+
name: Exact Match
|
| 23 |
+
- type: f1
|
| 24 |
+
value: N/A # You can update this with actual metrics if available
|
| 25 |
+
name: F1
|
| 26 |
dataset:
|
| 27 |
name: SQuAD
|
| 28 |
type: squad
|
| 29 |
+
config: plain_text # Adding the config field
|
| 30 |
+
split: validation # Adding the split field
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
---
|
| 32 |
|
| 33 |
# bert-sliding-window_epoch_1
|
|
|
|
| 42 |
|
| 43 |
- Learning Rate: 1e-05
|
| 44 |
- Batch Size: 32
|
| 45 |
+
- Epochs: 10
|
| 46 |
- Weight Decay: 0.01
|
| 47 |
|
| 48 |
## Intended uses & limitations
|
|
|
|
| 61 |
|
| 62 |
* learning_rate: 1e-05
|
| 63 |
* batch_size: 32
|
| 64 |
+
* num_epochs: 10
|
| 65 |
* weight_decay: 0.01
|
| 66 |
|
| 67 |
## Uses
|