Upload 10 files
Browse files
.gitattributes
CHANGED
@@ -1,3 +1,3 @@
|
|
|
|
|
|
1 |
tf_model.h5 filter=lfs diff=lfs merge=lfs -text
|
2 |
-
logs/train/events.out.tfevents.1693496252.NOTEBOOK-PABLO.14724.0.v2 filter=lfs diff=lfs merge=lfs -text
|
3 |
-
logs/validation/events.out.tfevents.1693496334.NOTEBOOK-PABLO.14724.1.v2 filter=lfs diff=lfs merge=lfs -text
|
|
|
1 |
+
logs/train/events.out.tfevents.1693499425.NOTEBOOK-PABLO.14724.2.v2 filter=lfs diff=lfs merge=lfs -text
|
2 |
+
logs/validation/events.out.tfevents.1693499524.NOTEBOOK-PABLO.14724.3.v2 filter=lfs diff=lfs merge=lfs -text
|
3 |
tf_model.h5 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
README.md
CHANGED
@@ -14,12 +14,12 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [mrm8488/distill-bert-base-spanish-wwm-cased-finetuned-spa-squad2-es](https://huggingface.co/mrm8488/distill-bert-base-spanish-wwm-cased-finetuned-spa-squad2-es) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 3.
|
18 |
- Train End Logits Accuracy: 0.1667
|
19 |
-
- Train Start Logits Accuracy: 0.
|
20 |
-
- Validation Loss: 3.
|
21 |
-
- Validation End Logits Accuracy: 0.
|
22 |
-
- Validation Start Logits Accuracy: 0.
|
23 |
- Epoch: 1
|
24 |
|
25 |
## Model description
|
@@ -46,8 +46,8 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
|
48 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
49 |
-
| 4.
|
50 |
-
| 3.
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [mrm8488/distill-bert-base-spanish-wwm-cased-finetuned-spa-squad2-es](https://huggingface.co/mrm8488/distill-bert-base-spanish-wwm-cased-finetuned-spa-squad2-es) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 3.7249
|
18 |
- Train End Logits Accuracy: 0.1667
|
19 |
+
- Train Start Logits Accuracy: 0.1667
|
20 |
+
- Validation Loss: 3.2576
|
21 |
+
- Validation End Logits Accuracy: 0.0
|
22 |
+
- Validation Start Logits Accuracy: 0.8333
|
23 |
- Epoch: 1
|
24 |
|
25 |
## Model description
|
|
|
46 |
|
47 |
| Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
|
48 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
49 |
+
| 4.7073 | 0.1667 | 0.1667 | 3.5715 | 0.0 | 0.8333 | 0 |
|
50 |
+
| 3.7249 | 0.1667 | 0.1667 | 3.2576 | 0.0 | 0.8333 | 1 |
|
51 |
|
52 |
|
53 |
### Framework versions
|
config.json
CHANGED
@@ -11,7 +11,9 @@
|
|
11 |
"initializer_range": 0.02,
|
12 |
"intermediate_size": 3072,
|
13 |
"layer_norm_eps": 1e-12,
|
|
|
14 |
"max_position_embeddings": 512,
|
|
|
15 |
"model_type": "bert",
|
16 |
"num_attention_heads": 12,
|
17 |
"num_hidden_layers": 12,
|
|
|
11 |
"initializer_range": 0.02,
|
12 |
"intermediate_size": 3072,
|
13 |
"layer_norm_eps": 1e-12,
|
14 |
+
"max_length": 128,
|
15 |
"max_position_embeddings": 512,
|
16 |
+
"min_length": 128,
|
17 |
"model_type": "bert",
|
18 |
"num_attention_heads": 12,
|
19 |
"num_hidden_layers": 12,
|
logs/train/events.out.tfevents.1693499425.NOTEBOOK-PABLO.14724.2.v2
ADDED
Binary file (696 Bytes). View file
|
|
logs/validation/events.out.tfevents.1693499524.NOTEBOOK-PABLO.14724.3.v2
ADDED
Binary file (1.13 kB). View file
|
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437320656
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d554bba3b1dd86a20813666a4481976d27ec7fb7792035277c9d2d01c40b4b36
|
3 |
size 437320656
|