xieyang233 commited on
Commit
64c0d61
·
1 Parent(s): 4f9d313

Training in progress, step 200

Browse files
Files changed (4) hide show
  1. README.md +65 -0
  2. adapter_config.json +20 -0
  3. adapter_model.bin +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bigscience-bloom-rail-1.0
3
+ base_model: bigscience/bloomz-7b1-mt
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: BLOOM_VI
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
+ # BLOOM_VI
15
+
16
+ This model is a fine-tuned version of [bigscience/bloomz-7b1-mt](https://huggingface.co/bigscience/bloomz-7b1-mt) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.2309
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: 0.0003
38
+ - train_batch_size: 4
39
+ - eval_batch_size: 4
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 32
42
+ - total_train_batch_size: 128
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 100
46
+ - num_epochs: 3
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 1.3278 | 0.51 | 200 | 1.3118 |
54
+ | 1.2775 | 1.03 | 400 | 1.2715 |
55
+ | 1.2464 | 1.54 | 600 | 1.2517 |
56
+ | 1.2231 | 2.05 | 800 | 1.2390 |
57
+ | 1.2162 | 2.56 | 1000 | 1.2309 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.35.0.dev0
63
+ - Pytorch 2.1.0+cu121
64
+ - Datasets 2.14.5
65
+ - Tokenizers 0.14.1
adapter_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "bigscience/bloomz-7b1-mt",
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": 16,
11
+ "lora_dropout": 0.05,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 8,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "query_key_value"
18
+ ],
19
+ "task_type": "CAUSAL_LM"
20
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eaa51169fb5f5f33b328f26090dcd19a47bde0a9efe64e78856dbbe04a07e7a
3
+ size 888
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62fdf01a7134754691e5a9dbc50f9dd92ade72d6d18b672a619e26d3f0f8e216
3
+ size 4536