Muthusivam
commited on
Commit
·
02aa8c2
1
Parent(s):
38744a1
Training in progress, epoch 0
Browse files- README.md +28 -0
- adapter_model.bin +1 -1
- training_args.bin +1 -1
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
|
7 |
+
The following `bitsandbytes` quantization config was used during training:
|
8 |
+
- quant_method: gptq
|
9 |
+
- bits: 4
|
10 |
+
- tokenizer: None
|
11 |
+
- dataset: None
|
12 |
+
- group_size: 128
|
13 |
+
- damp_percent: 0.1
|
14 |
+
- desc_act: True
|
15 |
+
- sym: True
|
16 |
+
- true_sequential: True
|
17 |
+
- use_cuda_fp16: False
|
18 |
+
- model_seqlen: None
|
19 |
+
- block_name_to_quantize: None
|
20 |
+
- module_name_preceding_first_block: None
|
21 |
+
- batch_size: 1
|
22 |
+
- pad_token_id: None
|
23 |
+
- disable_exllama: True
|
24 |
+
- max_input_length: None
|
25 |
+
### Framework versions
|
26 |
+
|
27 |
+
|
28 |
+
- PEFT 0.5.0
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 27308941
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:384e5e2b1002230b7c42e271dd50f3a205371ef52c8e2f6e5e58b01d88413f80
|
3 |
size 27308941
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7ac3d65846b9f2f116dc785217c19aba7570bd0ca48e0be6c96b321a328232c
|
3 |
size 4091
|