Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,21 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
model_name: 169Pi/generic_slm
|
3 |
model_description: >
|
4 |
The 169Pi/generic_slm is a fine-tuned version of the Meta-Llama-3.1-8B-bnb-4bit model,
|
@@ -105,4 +122,4 @@ citation: >
|
|
105 |
}
|
106 |
contact:
|
107 |
developer: 169Pi AI
|
108 |
-
email: [email protected]
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- meta-llama/Llama-3.1-8B-Instruct
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
tags:
|
9 |
+
- llama
|
10 |
+
- education
|
11 |
+
- transformers
|
12 |
+
- fine-tuning
|
13 |
+
- LoRA
|
14 |
+
- PEFT
|
15 |
+
- RSLoRA
|
16 |
+
- quantized
|
17 |
+
---
|
18 |
+
---
|
19 |
model_name: 169Pi/generic_slm
|
20 |
model_description: >
|
21 |
The 169Pi/generic_slm is a fine-tuned version of the Meta-Llama-3.1-8B-bnb-4bit model,
|
|
|
122 |
}
|
123 |
contact:
|
124 |
developer: 169Pi AI
|
125 |
+
email: [email protected]
|