izaitova commited on
Commit
903667d
·
verified ·
1 Parent(s): 3cf7692

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. config.json +107 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/mt5-large",
3
+ "architectures": [
4
+ "MT5ForTokenClassification"
5
+ ],
6
+ "classifier_dropout": 0.0,
7
+ "d_ff": 2816,
8
+ "d_kv": 64,
9
+ "d_model": 1024,
10
+ "decoder_start_token_id": 0,
11
+ "dense_act_fn": "gelu_new",
12
+ "dropout_rate": 0.1,
13
+ "eos_token_id": 1,
14
+ "feed_forward_proj": "gated-gelu",
15
+ "id2label": {
16
+ "0": "LABEL_0",
17
+ "1": "LABEL_1",
18
+ "2": "LABEL_2",
19
+ "3": "LABEL_3",
20
+ "4": "LABEL_4",
21
+ "5": "LABEL_5",
22
+ "6": "LABEL_6",
23
+ "7": "LABEL_7",
24
+ "8": "LABEL_8",
25
+ "9": "LABEL_9",
26
+ "10": "LABEL_10",
27
+ "11": "LABEL_11",
28
+ "12": "LABEL_12",
29
+ "13": "LABEL_13",
30
+ "14": "LABEL_14",
31
+ "15": "LABEL_15",
32
+ "16": "LABEL_16",
33
+ "17": "LABEL_17",
34
+ "18": "LABEL_18",
35
+ "19": "LABEL_19",
36
+ "20": "LABEL_20",
37
+ "21": "LABEL_21",
38
+ "22": "LABEL_22",
39
+ "23": "LABEL_23",
40
+ "24": "LABEL_24",
41
+ "25": "LABEL_25",
42
+ "26": "LABEL_26",
43
+ "27": "LABEL_27",
44
+ "28": "LABEL_28",
45
+ "29": "LABEL_29",
46
+ "30": "LABEL_30",
47
+ "31": "LABEL_31",
48
+ "32": "LABEL_32",
49
+ "33": "LABEL_33",
50
+ "34": "LABEL_34"
51
+ },
52
+ "initializer_factor": 1.0,
53
+ "is_encoder_decoder": true,
54
+ "is_gated_act": true,
55
+ "label2id": {
56
+ "LABEL_0": 0,
57
+ "LABEL_1": 1,
58
+ "LABEL_10": 10,
59
+ "LABEL_11": 11,
60
+ "LABEL_12": 12,
61
+ "LABEL_13": 13,
62
+ "LABEL_14": 14,
63
+ "LABEL_15": 15,
64
+ "LABEL_16": 16,
65
+ "LABEL_17": 17,
66
+ "LABEL_18": 18,
67
+ "LABEL_19": 19,
68
+ "LABEL_2": 2,
69
+ "LABEL_20": 20,
70
+ "LABEL_21": 21,
71
+ "LABEL_22": 22,
72
+ "LABEL_23": 23,
73
+ "LABEL_24": 24,
74
+ "LABEL_25": 25,
75
+ "LABEL_26": 26,
76
+ "LABEL_27": 27,
77
+ "LABEL_28": 28,
78
+ "LABEL_29": 29,
79
+ "LABEL_3": 3,
80
+ "LABEL_30": 30,
81
+ "LABEL_31": 31,
82
+ "LABEL_32": 32,
83
+ "LABEL_33": 33,
84
+ "LABEL_34": 34,
85
+ "LABEL_4": 4,
86
+ "LABEL_5": 5,
87
+ "LABEL_6": 6,
88
+ "LABEL_7": 7,
89
+ "LABEL_8": 8,
90
+ "LABEL_9": 9
91
+ },
92
+ "layer_norm_epsilon": 1e-06,
93
+ "model_type": "mt5",
94
+ "num_decoder_layers": 24,
95
+ "num_heads": 16,
96
+ "num_layers": 24,
97
+ "output_past": true,
98
+ "pad_token_id": 0,
99
+ "relative_attention_max_distance": 128,
100
+ "relative_attention_num_buckets": 32,
101
+ "tie_word_embeddings": false,
102
+ "tokenizer_class": "T5Tokenizer",
103
+ "torch_dtype": "float32",
104
+ "transformers_version": "4.39.3",
105
+ "use_cache": true,
106
+ "vocab_size": 250112
107
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22b8789aa470a4b7ca363190cbb3e183c72b842b85e06a1e71a92e8dbf17b078
3
+ size 2257959820
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:502630d3d0ca368f9528a91d279e38705d974e70f99db43fc490464610b09634
3
+ size 4463