ai-forever
commited on
Commit
•
767da63
1
Parent(s):
88adb95
Upload T5ForConditionalGeneration
Browse files- config.json +3 -2
- generation_config.json +1 -1
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -25,9 +25,10 @@
|
|
25 |
"pad_token_id": 0,
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
|
|
28 |
"tie_word_embeddings": false,
|
29 |
"torch_dtype": "float32",
|
30 |
-
"transformers_version": "4.
|
31 |
"use_cache": true,
|
32 |
"vocab_size": 50364
|
33 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "fred_small_from_xl",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
25 |
"pad_token_id": 0,
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
+
"teacher_model": "pretrain_augmentex_multilabel_punc",
|
29 |
"tie_word_embeddings": false,
|
30 |
"torch_dtype": "float32",
|
31 |
+
"transformers_version": "4.35.0.dev0",
|
32 |
"use_cache": true,
|
33 |
"vocab_size": 50364
|
34 |
}
|
generation_config.json
CHANGED
@@ -4,5 +4,5 @@
|
|
4 |
"decoder_start_token_id": 0,
|
5 |
"eos_token_id": 2,
|
6 |
"pad_token_id": 0,
|
7 |
-
"transformers_version": "4.
|
8 |
}
|
|
|
4 |
"decoder_start_token_id": 0,
|
5 |
"eos_token_id": 2,
|
6 |
"pad_token_id": 0,
|
7 |
+
"transformers_version": "4.35.0.dev0"
|
8 |
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0e3a256d636d4b7a24ac184e813b63a700ce0169b2b9b208fb673c8abf9bcdc
|
3 |
+
size 382602562
|