Splend1dchan
commited on
Commit
·
cccbdb2
1
Parent(s):
47b15d0
Model save
Browse files- .gitignore +1 -0
- config.json +29 -0
- pytorch_model.bin +3 -0
- runs/Mar07_10-51-04_2016184f13d5/1646650284.2298164/events.out.tfevents.1646650284.2016184f13d5.6051.3 +3 -0
- runs/Mar07_10-51-04_2016184f13d5/events.out.tfevents.1646650284.2016184f13d5.6051.2 +3 -0
- runs/Mar07_10-57-16_2016184f13d5/1646650650.7018244/events.out.tfevents.1646650650.2016184f13d5.6051.5 +3 -0
- runs/Mar07_10-57-16_2016184f13d5/events.out.tfevents.1646650650.2016184f13d5.6051.4 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/byt5-small",
|
3 |
+
"architectures": [
|
4 |
+
"T5ForConditionalGeneration"
|
5 |
+
],
|
6 |
+
"d_ff": 3584,
|
7 |
+
"d_kv": 64,
|
8 |
+
"d_model": 1472,
|
9 |
+
"decoder_start_token_id": 0,
|
10 |
+
"dropout_rate": 0.1,
|
11 |
+
"eos_token_id": 1,
|
12 |
+
"feed_forward_proj": "gated-gelu",
|
13 |
+
"gradient_checkpointing": false,
|
14 |
+
"initializer_factor": 1.0,
|
15 |
+
"is_encoder_decoder": true,
|
16 |
+
"layer_norm_epsilon": 1e-06,
|
17 |
+
"model_type": "t5",
|
18 |
+
"num_decoder_layers": 4,
|
19 |
+
"num_heads": 6,
|
20 |
+
"num_layers": 12,
|
21 |
+
"pad_token_id": 0,
|
22 |
+
"relative_attention_num_buckets": 32,
|
23 |
+
"tie_word_embeddings": false,
|
24 |
+
"tokenizer_class": "ByT5Tokenizer",
|
25 |
+
"torch_dtype": "float32",
|
26 |
+
"transformers_version": "4.18.0.dev0",
|
27 |
+
"use_cache": true,
|
28 |
+
"vocab_size": 384
|
29 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d5b80c9575e97c0348be66daeefcc04b70811bf14eed8c47cf3aa3dc514a88d
|
3 |
+
size 1203102940
|
runs/Mar07_10-51-04_2016184f13d5/1646650284.2298164/events.out.tfevents.1646650284.2016184f13d5.6051.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d15ad3f8189adf0c293f459085a8ac2575a7005bb9cd6e4155c745b771fad705
|
3 |
+
size 4769
|
runs/Mar07_10-51-04_2016184f13d5/events.out.tfevents.1646650284.2016184f13d5.6051.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a41c6cff85e7502203ea52cca613427ac65774fefb51d95fda1064696aedd90
|
3 |
+
size 3343
|
runs/Mar07_10-57-16_2016184f13d5/1646650650.7018244/events.out.tfevents.1646650650.2016184f13d5.6051.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8c5b04fb66b98baeb1be3458bfa915c5ea067fcd4c63398ebe94244f9ed27d9
|
3 |
+
size 4769
|
runs/Mar07_10-57-16_2016184f13d5/events.out.tfevents.1646650650.2016184f13d5.6051.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d9a2cbf1427cb2c34d204e05524296036700f522a194dd344c233d8fc6a5689
|
3 |
+
size 3855
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b2c620d6ed0040d65436939d41affa542a1b5b13bd7903b58f9ecda04e0abb9
|
3 |
+
size 2758
|