Frorozcol commited on
Commit
13996c9
1 Parent(s): 6bd998b

End of training

Browse files
Files changed (4) hide show
  1. README.md +51 -0
  2. adapter_config.json +26 -0
  3. adapter_model.bin +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: clibrain/Llama-2-7b-ft-instruct-es
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: outputs
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # outputs
15
+
16
+ This model is a fine-tuned version of [clibrain/Llama-2-7b-ft-instruct-es](https://huggingface.co/clibrain/Llama-2-7b-ft-instruct-es) on an unknown dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 0.0002
36
+ - train_batch_size: 1
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - gradient_accumulation_steps: 4
40
+ - total_train_batch_size: 4
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - lr_scheduler_warmup_steps: 2
44
+ - training_steps: 20
45
+
46
+ ### Framework versions
47
+
48
+ - Transformers 4.33.3
49
+ - Pytorch 2.0.1+cu118
50
+ - Datasets 2.14.5
51
+ - Tokenizers 0.13.3
adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "clibrain/Llama-2-7b-ft-instruct-es",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 64,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 16,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "k_proj",
18
+ "gate_proj",
19
+ "up_proj",
20
+ "o_proj",
21
+ "v_proj",
22
+ "down_proj",
23
+ "q_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM"
26
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02244a841cfe19edcfbde267dfb6d781eab9ec27fc12d8b6a371541ee8f5982b
3
+ size 160069389
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cfc587d340b4bc365902fa32e5aeb0e0ea1533f83c5d17d41888c216bb4b7c5
3
+ size 4027