nizarh1999
commited on
Commit
•
b33b1ab
1
Parent(s):
bcfd213
Training in progress, epoch 1
Browse files- README.md +11 -11
- config.json +1 -1
- model.safetensors +1 -1
- runs/Mar22_03-05-21_80f2f935a68d/events.out.tfevents.1711076722.80f2f935a68d.3655.0 +3 -0
- training_args.bin +2 -2
README.md
CHANGED
@@ -4,7 +4,7 @@ base_model: yhavinga/t5-small-24L-ccmatrix-multi
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
-
-
|
8 |
model-index:
|
9 |
- name: yhavinga_finetune_classification
|
10 |
results: []
|
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [yhavinga/t5-small-24L-ccmatrix-multi](https://huggingface.co/yhavinga/t5-small-24L-ccmatrix-multi) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
-
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -47,15 +47,15 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
-
|
52 |
-
| No log | 1.0 | 110 | 0.
|
53 |
-
| No log | 2.0 | 220 | 0.
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
-
- Transformers 4.
|
59 |
-
- Pytorch 2.1.
|
60 |
-
- Datasets 2.
|
61 |
-
- Tokenizers 0.15.
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
+
- accuracy
|
8 |
model-index:
|
9 |
- name: yhavinga_finetune_classification
|
10 |
results: []
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [yhavinga/t5-small-24L-ccmatrix-multi](https://huggingface.co/yhavinga/t5-small-24L-ccmatrix-multi) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4035
|
21 |
+
- Accuracy: 0.7374
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 110 | 0.4580 | 0.7374 |
|
53 |
+
| No log | 2.0 | 220 | 0.4035 | 0.7374 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
+
- Transformers 4.38.2
|
59 |
+
- Pytorch 2.1.0+cu121
|
60 |
+
- Datasets 2.18.0
|
61 |
+
- Tokenizers 0.15.2
|
config.json
CHANGED
@@ -53,7 +53,7 @@
|
|
53 |
},
|
54 |
"tie_word_embeddings": false,
|
55 |
"torch_dtype": "float32",
|
56 |
-
"transformers_version": "4.
|
57 |
"use_cache": true,
|
58 |
"vocab_size": 32103
|
59 |
}
|
|
|
53 |
},
|
54 |
"tie_word_embeddings": false,
|
55 |
"torch_dtype": "float32",
|
56 |
+
"transformers_version": "4.38.2",
|
57 |
"use_cache": true,
|
58 |
"vocab_size": 32103
|
59 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 935348320
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1b0840883b39060887ec4b2c17c6e888eaceb8c080ecee47fcf48106847e472
|
3 |
size 935348320
|
runs/Mar22_03-05-21_80f2f935a68d/events.out.tfevents.1711076722.80f2f935a68d.3655.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05ae8aa9b661b82a079011d99cf5ff38a519ded676a14f51ef59880387d40ae4
|
3 |
+
size 5653
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:861a2b302f4964da827efc2c8d7f12303048abc7ae8de4780cb7eb30c35052ab
|
3 |
+
size 4920
|