Upload T5ForConditionalGeneration
Browse files- config.json +2 -2
- generation_config.json +1 -1
- model.safetensors +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -44,7 +44,7 @@
|
|
44 |
"relative_attention_max_distance": 128,
|
45 |
"relative_attention_num_buckets": 32,
|
46 |
"torch_dtype": "float32",
|
47 |
-
"transformers_version": "4.44.
|
48 |
"use_cache": true,
|
49 |
"vocab_size": 4096
|
50 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/kaggle/working/output/run-1/checkpoint-final",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
44 |
"relative_attention_max_distance": 128,
|
45 |
"relative_attention_num_buckets": 32,
|
46 |
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.44.0",
|
48 |
"use_cache": true,
|
49 |
"vocab_size": 4096
|
50 |
}
|
generation_config.json
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
6 |
-
"transformers_version": "4.44.
|
7 |
}
|
|
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.44.0"
|
7 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 184632360
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cb585bae50dad06b715f4726c6992dc9fd53dd26adb30a1df9ebf1840b59940
|
3 |
size 184632360
|