Sachith Gunasekara
commited on
Commit
•
f59d96c
1
Parent(s):
3bf619d
Upload T5ForConditionalGeneration
Browse files- config.json +2 -2
- generation_config.json +2 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/kaggle/working/finetuning-scripts/results",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -56,7 +56,7 @@
|
|
56 |
},
|
57 |
"tie_word_embeddings": false,
|
58 |
"torch_dtype": "float32",
|
59 |
-
"transformers_version": "4.
|
60 |
"use_cache": false,
|
61 |
"vocab_size": 32128
|
62 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/kaggle/working/finetuning-scripts/results/google-flan-t5-small/lamini/sft/1_epoch20_batch64",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
56 |
},
|
57 |
"tie_word_embeddings": false,
|
58 |
"torch_dtype": "float32",
|
59 |
+
"transformers_version": "4.34.1",
|
60 |
"use_cache": false,
|
61 |
"vocab_size": 32128
|
62 |
}
|
generation_config.json
CHANGED
@@ -3,5 +3,6 @@
|
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
6 |
-
"transformers_version": "4.
|
|
|
7 |
}
|
|
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.34.1",
|
7 |
+
"use_cache": false
|
8 |
}
|
pytorch_model.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:d0d11b5b5477e358e78f4b18e80c8f2c5b2e16005d8e479d19a30a8623fa4eea
|
3 |
+
size 307910149
|