Training complete
Browse files- README.md +3 -27
- config.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,32 +1,12 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- squad
|
7 |
-
metrics:
|
8 |
-
- f1
|
9 |
-
- exact_match
|
10 |
-
|
11 |
-
# Optional. Add this if you want to encode your eval results in a structured way.
|
12 |
model-index:
|
13 |
- name: spanbert-base-finetuned-squad
|
14 |
-
results:
|
15 |
-
- task:
|
16 |
-
type: question-answering # Required. Example: automatic-speech-recognition
|
17 |
-
name: Closed-Domain Question Answering # Optional. Example: Speech Recognition
|
18 |
-
dataset:
|
19 |
-
type: squad # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
20 |
-
name: SQuAD # Required. A pretty name for the dataset. Example: Common Voice (French)
|
21 |
-
config: squad # Optional. The name of the dataset configuration used in `load_dataset()`. Example: fr in `load_dataset("common_voice", "fr")`. See the `datasets` docs for more info: https://huggingface.co/docs/datasets/package_reference/loading_methods#datasets.load_dataset.name
|
22 |
-
split: validation # Optional. Example: test
|
23 |
-
metrics:
|
24 |
-
- type: exact_match # Required. Example: wer. Use metric id from https://hf.co/metrics
|
25 |
-
value: 84.6168 # Required. Example: 20.90
|
26 |
-
name: Exact Match # Optional. Example: Test WER
|
27 |
-
- type: f1 # Required. Example: wer. Use metric id from https://hf.co/metrics
|
28 |
-
value: 91.6134 # Required. Example: 20.90
|
29 |
-
name: F1 # Optional. Example: Test WER
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
# spanbert-base-finetuned-squad
|
36 |
|
37 |
-
This model is a fine-tuned version of [
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -61,10 +41,6 @@ The following hyperparameters were used during training:
|
|
61 |
- lr_scheduler_type: linear
|
62 |
- num_epochs: 3
|
63 |
|
64 |
-
### Training results
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
### Framework versions
|
69 |
|
70 |
- Transformers 4.32.1
|
|
|
1 |
---
|
2 |
+
base_model: christti/spanbert-base-finetuned-squad
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- squad
|
|
|
|
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: spanbert-base-finetuned-squad
|
9 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
14 |
|
15 |
# spanbert-base-finetuned-squad
|
16 |
|
17 |
+
This model is a fine-tuned version of [christti/spanbert-base-finetuned-squad](https://huggingface.co/christti/spanbert-base-finetuned-squad) on the squad dataset.
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
41 |
- lr_scheduler_type: linear
|
42 |
- num_epochs: 3
|
43 |
|
|
|
|
|
|
|
|
|
44 |
### Framework versions
|
45 |
|
46 |
- Transformers 4.32.1
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForQuestionAnswering"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "christti/spanbert-base-finetuned-squad",
|
3 |
"architectures": [
|
4 |
"BertForQuestionAnswering"
|
5 |
],
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0310b93c62f45905a0b95e0957e3fa9549f82105c5907fe5e20d785106c83e6
|
3 |
size 4536
|