rufatronics commited on
Commit
84206e2
Β·
verified Β·
1 Parent(s): d659c1e

Training in progress, step 3000

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
adapter_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "google/mt5-small",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.1,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 16,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "v",
34
+ "q"
35
+ ],
36
+ "target_parameters": null,
37
+ "task_type": "SEQ_2_SEQ_LM",
38
+ "trainable_token_indices": null,
39
+ "use_bdlora": null,
40
+ "use_dora": false,
41
+ "use_qalora": false,
42
+ "use_rslora": false
43
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a7fd0b516e78fefc5819b64410f2e3fe8aae57e39f3422fb2a0a42b56a085c3
3
+ size 2765880
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f97a91cdc96380d4c6156af680cbd6eba669df63bb5bfe04415e4674ca49e248
3
+ size 16033250
tokenizer_config.json ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "eos_token": "</s>",
4
+ "extra_ids": 0,
5
+ "extra_special_tokens": [
6
+ "<pad>",
7
+ "</s>",
8
+ "▁<extra_id_99>",
9
+ "▁<extra_id_98>",
10
+ "▁<extra_id_97>",
11
+ "▁<extra_id_96>",
12
+ "▁<extra_id_95>",
13
+ "▁<extra_id_94>",
14
+ "▁<extra_id_93>",
15
+ "▁<extra_id_92>",
16
+ "▁<extra_id_91>",
17
+ "▁<extra_id_90>",
18
+ "▁<extra_id_89>",
19
+ "▁<extra_id_88>",
20
+ "▁<extra_id_87>",
21
+ "▁<extra_id_86>",
22
+ "▁<extra_id_85>",
23
+ "▁<extra_id_84>",
24
+ "▁<extra_id_83>",
25
+ "▁<extra_id_82>",
26
+ "▁<extra_id_81>",
27
+ "▁<extra_id_80>",
28
+ "▁<extra_id_79>",
29
+ "▁<extra_id_78>",
30
+ "▁<extra_id_77>",
31
+ "▁<extra_id_76>",
32
+ "▁<extra_id_75>",
33
+ "▁<extra_id_74>",
34
+ "▁<extra_id_73>",
35
+ "▁<extra_id_72>",
36
+ "▁<extra_id_71>",
37
+ "▁<extra_id_70>",
38
+ "▁<extra_id_69>",
39
+ "▁<extra_id_68>",
40
+ "▁<extra_id_67>",
41
+ "▁<extra_id_66>",
42
+ "▁<extra_id_65>",
43
+ "▁<extra_id_64>",
44
+ "▁<extra_id_63>",
45
+ "▁<extra_id_62>",
46
+ "▁<extra_id_61>",
47
+ "▁<extra_id_60>",
48
+ "▁<extra_id_59>",
49
+ "▁<extra_id_58>",
50
+ "▁<extra_id_57>",
51
+ "▁<extra_id_56>",
52
+ "▁<extra_id_55>",
53
+ "▁<extra_id_54>",
54
+ "▁<extra_id_53>",
55
+ "▁<extra_id_52>",
56
+ "▁<extra_id_51>",
57
+ "▁<extra_id_50>",
58
+ "▁<extra_id_49>",
59
+ "▁<extra_id_48>",
60
+ "▁<extra_id_47>",
61
+ "▁<extra_id_46>",
62
+ "▁<extra_id_45>",
63
+ "▁<extra_id_44>",
64
+ "▁<extra_id_43>",
65
+ "▁<extra_id_42>",
66
+ "▁<extra_id_41>",
67
+ "▁<extra_id_40>",
68
+ "▁<extra_id_39>",
69
+ "▁<extra_id_38>",
70
+ "▁<extra_id_37>",
71
+ "▁<extra_id_36>",
72
+ "▁<extra_id_35>",
73
+ "▁<extra_id_34>",
74
+ "▁<extra_id_33>",
75
+ "▁<extra_id_32>",
76
+ "▁<extra_id_31>",
77
+ "▁<extra_id_30>",
78
+ "▁<extra_id_29>",
79
+ "▁<extra_id_28>",
80
+ "▁<extra_id_27>",
81
+ "▁<extra_id_26>",
82
+ "▁<extra_id_25>",
83
+ "▁<extra_id_24>",
84
+ "▁<extra_id_23>",
85
+ "▁<extra_id_22>",
86
+ "▁<extra_id_21>",
87
+ "▁<extra_id_20>",
88
+ "▁<extra_id_19>",
89
+ "▁<extra_id_18>",
90
+ "▁<extra_id_17>",
91
+ "▁<extra_id_16>",
92
+ "▁<extra_id_15>",
93
+ "▁<extra_id_14>",
94
+ "▁<extra_id_13>",
95
+ "▁<extra_id_12>",
96
+ "▁<extra_id_11>",
97
+ "▁<extra_id_10>",
98
+ "▁<extra_id_9>",
99
+ "▁<extra_id_8>",
100
+ "▁<extra_id_7>",
101
+ "▁<extra_id_6>",
102
+ "▁<extra_id_5>",
103
+ "▁<extra_id_4>",
104
+ "▁<extra_id_3>",
105
+ "▁<extra_id_2>",
106
+ "▁<extra_id_1>",
107
+ "▁<extra_id_0>"
108
+ ],
109
+ "is_local": false,
110
+ "model_max_length": 1000000000000000019884624838656,
111
+ "pad_token": "<pad>",
112
+ "tokenizer_class": "T5Tokenizer",
113
+ "unk_id": 2,
114
+ "unk_token": "<unk>"
115
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ad384528dd466158845a304792c7cc0d7bfe658151b17a22aabe7197fc56192
3
+ size 5201