shantipriya
commited on
Commit
•
e328a5b
1
Parent(s):
95ed79a
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
library_name: peft
|
4 |
+
base_model: unsloth/llama-3-8b-bnb-4bit
|
5 |
+
model-index:
|
6 |
+
- name: Llama3_8B_Odia_Unsloth
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
# Llama3_8B_Odia_Unsloth
|
11 |
+
|
12 |
+
Llama3_8B_Odia_Unsloth is a fine-tuned Odia large language model with 8 billion parameters, and it is based on Llama3. The model is fine-tuned on the 171k Odia instruction set including domain and cultural information.
|
13 |
+
|
14 |
+
For more details about the model, data, training procedure, and evaluations, go through the blog [post]().
|
15 |
+
|
16 |
+
## Model Description
|
17 |
+
* Model type: A 8B fine-tuned model
|
18 |
+
* Primary Language(s): Odia and English
|
19 |
+
* License: Llama3
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
### Citation Information
|
24 |
+
|
25 |
+
If you find this model useful, please consider giving 👏 and citing:
|
26 |
+
|
27 |
+
```
|
28 |
+
@misc{Llama3_8B_Odia_Unsloth,
|
29 |
+
author = {Shantipriya Parida and Sambit Sekhar Debasish Dhal},
|
30 |
+
title = {OdiaGenAI Released Llama3 Odia Fine-tuned LLM},
|
31 |
+
year = {2024},
|
32 |
+
publisher = {Hugging Face},
|
33 |
+
journal = {Hugging Face repository},
|
34 |
+
howpublished = {\url{https://huggingface.co/OdiaGenAI}},
|
35 |
+
}
|
36 |
+
```
|
37 |
+
|
38 |
+
### Contributions
|
39 |
+
|
40 |
+
- Sambit Sekhar
|
41 |
+
- Shantipriya Parida
|
42 |
+
- Debasish Dhal
|