flozi00 commited on
Commit
6e160d3
1 Parent(s): a19c808

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -115
README.md CHANGED
@@ -1,116 +1,8 @@
1
  ---
2
- library_name: peft
3
- ---
4
- ## Training procedure
5
-
6
-
7
- The following `bitsandbytes` quantization config was used during training:
8
- - load_in_8bit: False
9
- - load_in_4bit: True
10
- - llm_int8_threshold: 6.0
11
- - llm_int8_skip_modules: None
12
- - llm_int8_enable_fp32_cpu_offload: False
13
- - llm_int8_has_fp16_weight: False
14
- - bnb_4bit_quant_type: fp4
15
- - bnb_4bit_use_double_quant: True
16
- - bnb_4bit_compute_dtype: float16
17
-
18
- The following `bitsandbytes` quantization config was used during training:
19
- - load_in_8bit: False
20
- - load_in_4bit: True
21
- - llm_int8_threshold: 6.0
22
- - llm_int8_skip_modules: None
23
- - llm_int8_enable_fp32_cpu_offload: False
24
- - llm_int8_has_fp16_weight: False
25
- - bnb_4bit_quant_type: fp4
26
- - bnb_4bit_use_double_quant: True
27
- - bnb_4bit_compute_dtype: float16
28
-
29
- The following `bitsandbytes` quantization config was used during training:
30
- - load_in_8bit: False
31
- - load_in_4bit: True
32
- - llm_int8_threshold: 6.0
33
- - llm_int8_skip_modules: None
34
- - llm_int8_enable_fp32_cpu_offload: False
35
- - llm_int8_has_fp16_weight: False
36
- - bnb_4bit_quant_type: fp4
37
- - bnb_4bit_use_double_quant: True
38
- - bnb_4bit_compute_dtype: float16
39
-
40
- The following `bitsandbytes` quantization config was used during training:
41
- - load_in_8bit: False
42
- - load_in_4bit: True
43
- - llm_int8_threshold: 6.0
44
- - llm_int8_skip_modules: None
45
- - llm_int8_enable_fp32_cpu_offload: False
46
- - llm_int8_has_fp16_weight: False
47
- - bnb_4bit_quant_type: fp4
48
- - bnb_4bit_use_double_quant: True
49
- - bnb_4bit_compute_dtype: float16
50
-
51
- The following `bitsandbytes` quantization config was used during training:
52
- - load_in_8bit: False
53
- - load_in_4bit: True
54
- - llm_int8_threshold: 6.0
55
- - llm_int8_skip_modules: None
56
- - llm_int8_enable_fp32_cpu_offload: False
57
- - llm_int8_has_fp16_weight: False
58
- - bnb_4bit_quant_type: fp4
59
- - bnb_4bit_use_double_quant: True
60
- - bnb_4bit_compute_dtype: float16
61
-
62
- The following `bitsandbytes` quantization config was used during training:
63
- - load_in_8bit: False
64
- - load_in_4bit: True
65
- - llm_int8_threshold: 6.0
66
- - llm_int8_skip_modules: None
67
- - llm_int8_enable_fp32_cpu_offload: False
68
- - llm_int8_has_fp16_weight: False
69
- - bnb_4bit_quant_type: fp4
70
- - bnb_4bit_use_double_quant: True
71
- - bnb_4bit_compute_dtype: float16
72
-
73
- The following `bitsandbytes` quantization config was used during training:
74
- - load_in_8bit: False
75
- - load_in_4bit: True
76
- - llm_int8_threshold: 6.0
77
- - llm_int8_skip_modules: None
78
- - llm_int8_enable_fp32_cpu_offload: False
79
- - llm_int8_has_fp16_weight: False
80
- - bnb_4bit_quant_type: fp4
81
- - bnb_4bit_use_double_quant: True
82
- - bnb_4bit_compute_dtype: float16
83
-
84
- The following `bitsandbytes` quantization config was used during training:
85
- - load_in_8bit: False
86
- - load_in_4bit: True
87
- - llm_int8_threshold: 6.0
88
- - llm_int8_skip_modules: None
89
- - llm_int8_enable_fp32_cpu_offload: False
90
- - llm_int8_has_fp16_weight: False
91
- - bnb_4bit_quant_type: fp4
92
- - bnb_4bit_use_double_quant: True
93
- - bnb_4bit_compute_dtype: float16
94
-
95
- The following `bitsandbytes` quantization config was used during training:
96
- - load_in_8bit: False
97
- - load_in_4bit: True
98
- - llm_int8_threshold: 6.0
99
- - llm_int8_skip_modules: None
100
- - llm_int8_enable_fp32_cpu_offload: False
101
- - llm_int8_has_fp16_weight: False
102
- - bnb_4bit_quant_type: fp4
103
- - bnb_4bit_use_double_quant: True
104
- - bnb_4bit_compute_dtype: float16
105
- ### Framework versions
106
-
107
- - PEFT 0.4.0.dev0
108
- - PEFT 0.4.0.dev0
109
- - PEFT 0.4.0.dev0
110
- - PEFT 0.4.0.dev0
111
- - PEFT 0.4.0.dev0
112
- - PEFT 0.4.0.dev0
113
- - PEFT 0.4.0.dev0
114
- - PEFT 0.4.0.dev0
115
-
116
- - PEFT 0.4.0.dev0
 
1
  ---
2
+ language:
3
+ - de
4
+ - en
5
+ datasets:
6
+ - flozi00/conversations
7
+ library_name: transformers
8
+ ---