Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
| 1 |
---
|
| 2 |
base_model: Qwen/Qwen2-7B
|
| 3 |
-
#base_model: /workspace/data/models/Qwen2-7B
|
| 4 |
library_name: peft
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
model-index:
|
| 8 |
- name: workspace/data/outputs/Qwen2-7B-TestInstructFinetune-LORA
|
| 9 |
results: []
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
If I thought I had no idea what I was doing with quantization, I REALLY have no idea what I’m doing with LORA Fine Tuning... This is my terrible attempt to instruct tune base Qwen2-7B, I haven't even tested this yet, I'll do that eventually...
|
|
|
|
| 1 |
---
|
| 2 |
base_model: Qwen/Qwen2-7B
|
|
|
|
| 3 |
library_name: peft
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
model-index:
|
| 7 |
- name: workspace/data/outputs/Qwen2-7B-TestInstructFinetune-LORA
|
| 8 |
results: []
|
| 9 |
+
datasets:
|
| 10 |
+
- Sao10K/Claude-3-Opus-Instruct-15K
|
| 11 |
+
- cognitivecomputations/WizardLM_alpaca_evol_instruct_70k_unfiltered
|
| 12 |
---
|
| 13 |
|
| 14 |
If I thought I had no idea what I was doing with quantization, I REALLY have no idea what I’m doing with LORA Fine Tuning... This is my terrible attempt to instruct tune base Qwen2-7B, I haven't even tested this yet, I'll do that eventually...
|