batch_size=128
Browse files- README.md +4 -4
- config.json +1 -2
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,8 +15,8 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
- Epoch: 0
|
21 |
|
22 |
## Model description
|
@@ -43,12 +43,12 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Epoch |
|
45 |
|:----------:|:---------------:|:-----:|
|
46 |
-
| 0.
|
47 |
|
48 |
|
49 |
### Framework versions
|
50 |
|
51 |
- Transformers 4.31.0
|
52 |
- TensorFlow 2.12.0
|
53 |
-
- Datasets 2.14.
|
54 |
- Tokenizers 0.13.3
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.4630
|
19 |
+
- Validation Loss: 0.6959
|
20 |
- Epoch: 0
|
21 |
|
22 |
## Model description
|
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Epoch |
|
45 |
|:----------:|:---------------:|:-----:|
|
46 |
+
| 0.4630 | 0.6959 | 0 |
|
47 |
|
48 |
|
49 |
### Framework versions
|
50 |
|
51 |
- Transformers 4.31.0
|
52 |
- TensorFlow 2.12.0
|
53 |
+
- Datasets 2.14.3
|
54 |
- Tokenizers 0.13.3
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -54,7 +54,6 @@
|
|
54 |
}
|
55 |
},
|
56 |
"tie_word_embeddings": false,
|
57 |
-
"torch_dtype": "float32",
|
58 |
"transformers_version": "4.31.0",
|
59 |
"use_cache": true,
|
60 |
"vocab_size": 32128
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google/flan-t5-base",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
54 |
}
|
55 |
},
|
56 |
"tie_word_embeddings": false,
|
|
|
57 |
"transformers_version": "4.31.0",
|
58 |
"use_cache": true,
|
59 |
"vocab_size": 32128
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1188285040
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:871821094888498cd5e70489f6be076125e9828f7962f02159eafecebd282e95
|
3 |
size 1188285040
|