meriamcherif commited on
Commit
1034822
1 Parent(s): a42fb47

Initial commit

Browse files
Files changed (3) hide show
  1. README.md +0 -24
  2. adapter_model.bin +1 -1
  3. tokenizer.json +6 -1
README.md CHANGED
@@ -4,28 +4,6 @@ library_name: peft
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: nf4
15
- - bnb_4bit_use_double_quant: False
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: nf4
26
- - bnb_4bit_use_double_quant: False
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
@@ -49,8 +27,6 @@ The following `bitsandbytes` quantization config was used during training:
49
  - bnb_4bit_compute_dtype: float16
50
  ### Framework versions
51
 
52
- - PEFT 0.4.0
53
- - PEFT 0.4.0
54
  - PEFT 0.4.0
55
 
56
  - PEFT 0.4.0
 
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
 
27
  - bnb_4bit_compute_dtype: float16
28
  ### Framework versions
29
 
 
 
30
  - PEFT 0.4.0
31
 
32
  - PEFT 0.4.0
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04ad8ef89a85f2a96cd9cfdb5f6caba36481664de6f8a285d072cc934cce286b
3
  size 134264202
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb534895e409b0f1863128fb6d8da70ad3f44c10746e3beff7b9a34ca941564d
3
  size 134264202
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 1024,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {