Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: meta-llama/Llama-3.2-3B-Instruct
|
3 |
+
datasets:
|
4 |
+
- tatsu-lab/alpaca
|
5 |
+
language: en
|
6 |
+
tags:
|
7 |
+
- torchtune
|
8 |
+
---
|
9 |
+
|
10 |
+
# my_cool_model
|
11 |
+
|
12 |
+
This model is a finetuned version of [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) on the [tatsu-lab/alpaca](https://huggingface.co/tatsu-lab/alpaca) dataset.
|
13 |
+
|
14 |
+
# Model description
|
15 |
+
|
16 |
+
More information needed
|
17 |
+
|
18 |
+
# Training and evaluation results
|
19 |
+
|
20 |
+
More information needed
|
21 |
+
|
22 |
+
# Training procedure
|
23 |
+
|
24 |
+
This model was trained using the [torchtune](https://github.com/pytorch/torchtune) library using the following command:
|
25 |
+
|
26 |
+
```bash
|
27 |
+
|
28 |
+
tune run dev/generate_v2 --config llama2/generation_v2
|
29 |
+
|
30 |
+
```
|
31 |
+
|
32 |
+
|
33 |
+
|
34 |
+
# Framework versions
|
35 |
+
|
36 |
+
- torchtune
|
37 |
+
- torchao 0.5.0
|
38 |
+
- datasets 2.20.0
|
39 |
+
- sentencepiece 0.2.0
|
40 |
+
|