JoseLuis95
commited on
Commit
•
48a9edb
1
Parent(s):
dd22ff3
Training complete
Browse files- README.md +9 -9
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model was trained from scratch on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 3.
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,14 +48,14 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
-
| No log | 1.0 | 428 |
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
-
- Transformers 4.
|
59 |
-
- Pytorch 2.
|
60 |
-
- Datasets 2.
|
61 |
-
- Tokenizers 0.
|
|
|
16 |
|
17 |
This model was trained from scratch on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 3.2373
|
20 |
+
- Accuracy: 0.4444
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| No log | 1.0 | 428 | 2.8524 | 0.3076 |
|
52 |
+
| 0.3941 | 2.0 | 856 | 2.3726 | 0.5602 |
|
53 |
+
| 0.1962 | 3.0 | 1284 | 3.2373 | 0.4444 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
+
- Transformers 4.41.0
|
59 |
+
- Pytorch 2.3.0+cu121
|
60 |
+
- Datasets 2.19.1
|
61 |
+
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -42,7 +42,7 @@
|
|
42 |
"position_embedding_type": "absolute",
|
43 |
"problem_type": "single_label_classification",
|
44 |
"torch_dtype": "float32",
|
45 |
-
"transformers_version": "4.
|
46 |
"type_vocab_size": 2,
|
47 |
"use_cache": true,
|
48 |
"vocab_size": 105879
|
|
|
42 |
"position_embedding_type": "absolute",
|
43 |
"problem_type": "single_label_classification",
|
44 |
"torch_dtype": "float32",
|
45 |
+
"transformers_version": "4.41.0",
|
46 |
"type_vocab_size": 2,
|
47 |
"use_cache": true,
|
48 |
"vocab_size": 105879
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 669464588
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e18c75d62f5a85ad5d64965aad42b5cf9469e7e87ab2b87ab60c3909793ddf7b
|
3 |
size 669464588
|
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:f6c5ec8231363d5c09f1cff6717d990e2adc83e6da49140de0b8f48a700b5923
|
3 |
+
size 5176
|