Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
---
|
2 |
license: llama3.2
|
3 |
---
|
4 |
-
|
5 |
base_model: meta-llama/Llama-3.2-3B-Instruct
|
|
|
6 |
language:
|
7 |
- en
|
|
|
|
|
8 |
library_name: transformers
|
9 |
license: llama3.2
|
10 |
tags:
|
@@ -15,6 +18,7 @@ tags:
|
|
15 |
- unsloth
|
16 |
- transformers
|
17 |
---
|
|
|
18 |
# NOTE
|
19 |
Even though the base model was taken from Unsloth's Llama repo, the _*finetuning was NOT done via Unsloth*_.
|
20 |
# Info
|
|
|
1 |
---
|
2 |
license: llama3.2
|
3 |
---
|
4 |
+
|
5 |
base_model: meta-llama/Llama-3.2-3B-Instruct
|
6 |
+
---
|
7 |
language:
|
8 |
- en
|
9 |
+
---
|
10 |
+
|
11 |
library_name: transformers
|
12 |
license: llama3.2
|
13 |
tags:
|
|
|
18 |
- unsloth
|
19 |
- transformers
|
20 |
---
|
21 |
+
|
22 |
# NOTE
|
23 |
Even though the base model was taken from Unsloth's Llama repo, the _*finetuning was NOT done via Unsloth*_.
|
24 |
# Info
|