Trained with Unsloth
Browse files- README.md +1 -0
- adapter_config.json +1 -1
- generation_config.json +6 -0
README.md
CHANGED
@@ -8,6 +8,7 @@ tags:
|
|
8 |
- unsloth
|
9 |
- llama
|
10 |
- trl
|
|
|
11 |
base_model: unsloth/llama-3-8b-bnb-4bit
|
12 |
---
|
13 |
|
|
|
8 |
- unsloth
|
9 |
- llama
|
10 |
- trl
|
11 |
+
- dpo
|
12 |
base_model: unsloth/llama-3-8b-bnb-4bit
|
13 |
---
|
14 |
|
adapter_config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"base_model_name_or_path": "unsloth/llama-3-8b-bnb-4bit",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
-
"inference_mode":
|
8 |
"init_lora_weights": true,
|
9 |
"layer_replication": null,
|
10 |
"layers_pattern": null,
|
|
|
4 |
"base_model_name_or_path": "unsloth/llama-3-8b-bnb-4bit",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": false,
|
8 |
"init_lora_weights": true,
|
9 |
"layer_replication": null,
|
10 |
"layers_pattern": null,
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 128000,
|
4 |
+
"eos_token_id": 128001,
|
5 |
+
"transformers_version": "4.40.0"
|
6 |
+
}
|