assskelad commited on
Commit
6d28333
1 Parent(s): 12da791

ftlora-mt5-base-on-opus100_en-ru

Browse files
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - opus100
8
+ base_model: google/mt5-base
9
+ model-index:
10
+ - name: ft-t5-small-on-opus100
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # ft-t5-small-on-opus100
18
+
19
+ This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on the opus100 dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.001
39
+ - train_batch_size: 32
40
+ - eval_batch_size: 32
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 10
45
+
46
+ ### Training results
47
+
48
+
49
+
50
+ ### Framework versions
51
+
52
+ - Transformers 4.37.2
53
+ - Pytorch 2.0.1+cu117
54
+ - Datasets 2.14.4
55
+ - Tokenizers 0.15.1
56
+ ## Training procedure
57
+
58
+
59
+ The following `bitsandbytes` quantization config was used during training:
60
+ - quant_method: QuantizationMethod.BITS_AND_BYTES
61
+ - load_in_8bit: True
62
+ - load_in_4bit: False
63
+ - llm_int8_threshold: 6.0
64
+ - llm_int8_skip_modules: None
65
+ - llm_int8_enable_fp32_cpu_offload: False
66
+ - llm_int8_has_fp16_weight: False
67
+ - bnb_4bit_quant_type: fp4
68
+ - bnb_4bit_use_double_quant: False
69
+ - bnb_4bit_compute_dtype: float32
70
+
71
+ ### Framework versions
72
+
73
+
74
+ - PEFT 0.6.2.dev0
adapter_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google/mt5-base",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 32,
12
+ "lora_dropout": 0.01,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 8,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "v",
20
+ "q",
21
+ "k"
22
+ ],
23
+ "task_type": "SEQ_2_SEQ_LM"
24
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aed8fa77003a1fb51743256cc1ae241057c218902007be8d8e8e0cc55b4a092c
3
+ size 5338352
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eba88fc3014925f4c95fae9291d11264857bf23f1adf5552225aa3837d72480e
3
+ size 4411