Training in progress, step 1
Browse files- README.md +18 -1
- adapter_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -4,6 +4,7 @@ datasets:
|
|
| 4 |
- mlabonne/CodeLlama-2-20k
|
| 5 |
tags:
|
| 6 |
- code
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# 🦙💻 CodeLlama
|
|
@@ -72,4 +73,20 @@ Here is a Python code to generate an array with all the numbers from 1 to 100:
|
|
| 72 |
|
| 73 |
This code generates an array with all the numbers from 1 to 100 in Python. It uses a loop that iterates over the range of numbers from 1 to 100, and for each number, it appends that number to the array 'numbers'. The variable 'numbers' is initialized to a list, and its length is set to 101 by using the range of numbers (0-99).
|
| 74 |
|
| 75 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- mlabonne/CodeLlama-2-20k
|
| 5 |
tags:
|
| 6 |
- code
|
| 7 |
+
library_name: peft
|
| 8 |
---
|
| 9 |
|
| 10 |
# 🦙💻 CodeLlama
|
|
|
|
| 73 |
|
| 74 |
This code generates an array with all the numbers from 1 to 100 in Python. It uses a loop that iterates over the range of numbers from 1 to 100, and for each number, it appends that number to the array 'numbers'. The variable 'numbers' is initialized to a list, and its length is set to 101 by using the range of numbers (0-99).
|
| 75 |
|
| 76 |
+
```## Training procedure
|
| 77 |
+
|
| 78 |
+
|
| 79 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 80 |
+
- load_in_8bit: False
|
| 81 |
+
- load_in_4bit: True
|
| 82 |
+
- llm_int8_threshold: 6.0
|
| 83 |
+
- llm_int8_skip_modules: None
|
| 84 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 85 |
+
- llm_int8_has_fp16_weight: False
|
| 86 |
+
- bnb_4bit_quant_type: nf4
|
| 87 |
+
- bnb_4bit_use_double_quant: True
|
| 88 |
+
- bnb_4bit_compute_dtype: bfloat16
|
| 89 |
+
### Framework versions
|
| 90 |
+
|
| 91 |
+
|
| 92 |
+
- PEFT 0.5.0.dev0
|
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 16822989
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca148e0d9655d10056e023c56d28c2526f08be4fb024a2f5525af43d224be354
|
| 3 |
size 16822989
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90310b602d7ff2f29528124a2c8db35c0a494185ed644a6df6c4dd431436ac61
|
| 3 |
size 4027
|