izaitova commited on
Commit
c63760c
1 Parent(s): fbca623

End of training

Browse files
Files changed (4) hide show
  1. README.md +54 -0
  2. config.json +123 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-large
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - universal_dependencies
8
+ model-index:
9
+ - name: deprel_ru
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # deprel_ru
17
+
18
+ This model is a fine-tuned version of [google/mt5-large](https://huggingface.co/google/mt5-large) on the universal_dependencies dataset.
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 2
44
+
45
+ ### Training results
46
+
47
+
48
+
49
+ ### Framework versions
50
+
51
+ - Transformers 4.39.3
52
+ - Pytorch 1.11.0a0+17540c5
53
+ - Datasets 2.20.0
54
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "35": "LABEL_35",
52
+ "36": "LABEL_36",
53
+ "37": "LABEL_37",
54
+ "38": "LABEL_38",
55
+ "39": "LABEL_39",
56
+ "40": "LABEL_40",
57
+ "41": "LABEL_41",
58
+ "42": "LABEL_42"
59
+ },
60
+ "initializer_factor": 1.0,
61
+ "is_encoder_decoder": true,
62
+ "is_gated_act": true,
63
+ "label2id": {
64
+ "LABEL_0": 0,
65
+ "LABEL_1": 1,
66
+ "LABEL_10": 10,
67
+ "LABEL_11": 11,
68
+ "LABEL_12": 12,
69
+ "LABEL_13": 13,
70
+ "LABEL_14": 14,
71
+ "LABEL_15": 15,
72
+ "LABEL_16": 16,
73
+ "LABEL_17": 17,
74
+ "LABEL_18": 18,
75
+ "LABEL_19": 19,
76
+ "LABEL_2": 2,
77
+ "LABEL_20": 20,
78
+ "LABEL_21": 21,
79
+ "LABEL_22": 22,
80
+ "LABEL_23": 23,
81
+ "LABEL_24": 24,
82
+ "LABEL_25": 25,
83
+ "LABEL_26": 26,
84
+ "LABEL_27": 27,
85
+ "LABEL_28": 28,
86
+ "LABEL_29": 29,
87
+ "LABEL_3": 3,
88
+ "LABEL_30": 30,
89
+ "LABEL_31": 31,
90
+ "LABEL_32": 32,
91
+ "LABEL_33": 33,
92
+ "LABEL_34": 34,
93
+ "LABEL_35": 35,
94
+ "LABEL_36": 36,
95
+ "LABEL_37": 37,
96
+ "LABEL_38": 38,
97
+ "LABEL_39": 39,
98
+ "LABEL_4": 4,
99
+ "LABEL_40": 40,
100
+ "LABEL_41": 41,
101
+ "LABEL_42": 42,
102
+ "LABEL_5": 5,
103
+ "LABEL_6": 6,
104
+ "LABEL_7": 7,
105
+ "LABEL_8": 8,
106
+ "LABEL_9": 9
107
+ },
108
+ "layer_norm_epsilon": 1e-06,
109
+ "model_type": "mt5",
110
+ "num_decoder_layers": 24,
111
+ "num_heads": 16,
112
+ "num_layers": 24,
113
+ "output_past": true,
114
+ "pad_token_id": 0,
115
+ "relative_attention_max_distance": 128,
116
+ "relative_attention_num_buckets": 32,
117
+ "tie_word_embeddings": false,
118
+ "tokenizer_class": "T5Tokenizer",
119
+ "torch_dtype": "float32",
120
+ "transformers_version": "4.39.3",
121
+ "use_cache": true,
122
+ "vocab_size": 250112
123
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ffe6ee431d0fc063ca119e9b5aa39a7e122ed603c5051823d69671f3e22e865
3
+ size 2257992620
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec73ddfeaf07fe8b463ee105ada3b9dfb0ef475c6022c1078e2c911b5544257c
3
+ size 4463