End of training
Browse files- README.md +17 -17
- config.json +1 -1
- model.safetensors +1 -1
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [google/long-t5-tglobal-base](https://huggingface.co/google/long-t5-tglobal-base) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss:
|
25 |
-
- Accuracy: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Precision: 0.
|
28 |
-
- Recall:
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -54,22 +54,22 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1
|
58 |
-
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
|
|
64 |
-
|
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
|
69 |
|
70 |
### Framework versions
|
71 |
|
72 |
-
- Transformers 4.48.
|
73 |
- Pytorch 2.3.0+cu121
|
74 |
- Datasets 3.2.0
|
75 |
- Tokenizers 0.21.0
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [google/long-t5-tglobal-base](https://huggingface.co/google/long-t5-tglobal-base) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.6142
|
25 |
+
- Accuracy: 0.7647
|
26 |
+
- F1: 0.8667
|
27 |
+
- Precision: 0.7647
|
28 |
+
- Recall: 1.0
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
59 |
+
| 0.6282 | 1.0 | 77 | 0.6453 | 0.7 | 0.8235 | 0.7 | 1.0 |
|
60 |
+
| 0.6112 | 2.0 | 154 | 0.7555 | 0.7 | 0.8235 | 0.7 | 1.0 |
|
61 |
+
| 0.2056 | 3.0 | 231 | 1.2510 | 0.7 | 0.8235 | 0.7 | 1.0 |
|
62 |
+
| 0.8952 | 4.0 | 308 | 1.6322 | 0.7 | 0.8235 | 0.7 | 1.0 |
|
63 |
+
| 1.1637 | 5.0 | 385 | 1.6961 | 0.7 | 0.8235 | 0.7 | 1.0 |
|
64 |
+
| 1.1561 | 6.0 | 462 | 1.8207 | 0.7 | 0.8235 | 0.7 | 1.0 |
|
65 |
+
| 0.4773 | 7.0 | 539 | 1.8147 | 0.7 | 0.8235 | 0.7 | 1.0 |
|
66 |
+
| 0.0086 | 8.0 | 616 | 1.8578 | 0.7 | 0.8235 | 0.7 | 1.0 |
|
67 |
+
| 0.7983 | 9.0 | 693 | 1.7090 | 0.7 | 0.8235 | 0.7 | 1.0 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
71 |
|
72 |
+
- Transformers 4.48.3
|
73 |
- Pytorch 2.3.0+cu121
|
74 |
- Datasets 3.2.0
|
75 |
- Tokenizers 0.21.0
|
config.json
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"relative_attention_num_buckets": 32,
|
41 |
"tie_word_embeddings": false,
|
42 |
"torch_dtype": "float32",
|
43 |
-
"transformers_version": "4.48.
|
44 |
"use_cache": true,
|
45 |
"vocab_size": 32128
|
46 |
}
|
|
|
40 |
"relative_attention_num_buckets": 32,
|
41 |
"tie_word_embeddings": false,
|
42 |
"torch_dtype": "float32",
|
43 |
+
"transformers_version": "4.48.3",
|
44 |
"use_cache": true,
|
45 |
"vocab_size": 32128
|
46 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1091456000
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2543252013b2f42230735b9e0917faf4d18e0225def038bb2486eca45a85162a
|
3 |
size 1091456000
|