sert121 commited on
Commit
945296d
1 Parent(s): 78df26d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -62
README.md CHANGED
@@ -1,69 +1,53 @@
1
  ---
2
- license: apache-2.0
3
- library_name: peft
 
 
 
4
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ## Training procedure
6
 
 
7
 
8
- The following `bitsandbytes` quantization config was used during training:
9
- - load_in_8bit: False
10
- - load_in_4bit: True
11
- - llm_int8_threshold: 6.0
12
- - llm_int8_skip_modules: None
13
- - llm_int8_enable_fp32_cpu_offload: False
14
- - llm_int8_has_fp16_weight: False
15
- - bnb_4bit_quant_type: nf4
16
- - bnb_4bit_use_double_quant: False
17
- - bnb_4bit_compute_dtype: float16
18
-
19
- The following `bitsandbytes` quantization config was used during training:
20
- - load_in_8bit: False
21
- - load_in_4bit: True
22
- - llm_int8_threshold: 6.0
23
- - llm_int8_skip_modules: None
24
- - llm_int8_enable_fp32_cpu_offload: False
25
- - llm_int8_has_fp16_weight: False
26
- - bnb_4bit_quant_type: nf4
27
- - bnb_4bit_use_double_quant: False
28
- - bnb_4bit_compute_dtype: float16
29
-
30
- The following `bitsandbytes` quantization config was used during training:
31
- - load_in_8bit: False
32
- - load_in_4bit: True
33
- - llm_int8_threshold: 6.0
34
- - llm_int8_skip_modules: None
35
- - llm_int8_enable_fp32_cpu_offload: False
36
- - llm_int8_has_fp16_weight: False
37
- - bnb_4bit_quant_type: nf4
38
- - bnb_4bit_use_double_quant: False
39
- - bnb_4bit_compute_dtype: float16
40
-
41
- The following `bitsandbytes` quantization config was used during training:
42
- - load_in_8bit: False
43
- - load_in_4bit: True
44
- - llm_int8_threshold: 6.0
45
- - llm_int8_skip_modules: None
46
- - llm_int8_enable_fp32_cpu_offload: False
47
- - llm_int8_has_fp16_weight: False
48
- - bnb_4bit_quant_type: nf4
49
- - bnb_4bit_use_double_quant: False
50
- - bnb_4bit_compute_dtype: float16
51
-
52
- The following `bitsandbytes` quantization config was used during training:
53
- - load_in_8bit: False
54
- - load_in_4bit: True
55
- - llm_int8_threshold: 6.0
56
- - llm_int8_skip_modules: None
57
- - llm_int8_enable_fp32_cpu_offload: False
58
- - llm_int8_has_fp16_weight: False
59
- - bnb_4bit_quant_type: nf4
60
- - bnb_4bit_use_double_quant: False
61
- - bnb_4bit_compute_dtype: float16
62
- ### Framework versions
63
 
64
- - PEFT 0.4.0.dev0
65
- - PEFT 0.4.0.dev0
66
- - PEFT 0.4.0.dev0
67
- - PEFT 0.4.0.dev0
68
 
69
- - PEFT 0.4.0.dev0
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: falcon_hub_v0
6
+ results: []
7
  ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # falcon_hub_v0
13
+
14
+ This model is a fine-tuned version of [ybelkada/falcon-7b-sharded-bf16](https://huggingface.co/ybelkada/falcon-7b-sharded-bf16) on an unknown dataset.
15
+
16
+ ## Model description
17
+
18
+ More information needed
19
+
20
+ ## Intended uses & limitations
21
+
22
+ More information needed
23
+
24
+ ## Training and evaluation data
25
+
26
+ More information needed
27
+
28
  ## Training procedure
29
 
30
+ ### Training hyperparameters
31
 
32
+ The following hyperparameters were used during training:
33
+ - learning_rate: 0.0002
34
+ - train_batch_size: 4
35
+ - eval_batch_size: 8
36
+ - seed: 42
37
+ - gradient_accumulation_steps: 4
38
+ - total_train_batch_size: 16
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: constant
41
+ - lr_scheduler_warmup_ratio: 0.03
42
+ - training_steps: 100
43
+
44
+ ### Training results
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
 
 
 
 
46
 
47
+
48
+ ### Framework versions
49
+
50
+ - Transformers 4.30.2
51
+ - Pytorch 2.0.0+cu118
52
+ - Datasets 2.13.1
53
+ - Tokenizers 0.13.3