Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model: unsloth/
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
@@ -9,14 +9,38 @@ tags:
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
|
|
|
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
-
|
17 |
-
-
|
18 |
-
|
19 |
|
20 |
-
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model: unsloth/llama-3.2-1b-Instruct
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
12 |
+
datasets:
|
13 |
+
- davzoku/moecule-finqa
|
14 |
---
|
15 |
|
16 |
+
# 🫐🥫 finqa_expert_1b
|
17 |
|
18 |
+
<p align="center">
|
19 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/63c51d0e72db0f638ff1eb82/yLsrUZma5WnLzJrhI6ldZ.png" width="150" height="150" alt="logo">
|
20 |
+
</p>
|
21 |
|
22 |
+
## Model Details
|
23 |
|
24 |
+
This model is a domain-specific expert model for [Moecule](https://huggingface.co/collections/davzoku/moecule-67dabc6bb469dcd00ad2a7c5) family of MoE models.
|
25 |
+
|
26 |
+
It is part of [Moecule Ingredients](https://huggingface.co/collections/davzoku/moecule-ingredients-67dac0e6210eb1d95abc6411) and all relevant expert models, LoRA adapters, and datasets can be found there.
|
27 |
+
|
28 |
+
### Additional Information
|
29 |
+
|
30 |
+
- QLoRA 4-bit fine-tuning with Unsloth
|
31 |
+
- Base Model: `unsloth/llama-3.2-1b-Instruct`
|
32 |
+
|
33 |
+
## The Team
|
34 |
+
|
35 |
+
- CHOCK Wan Kee
|
36 |
+
- Farlin Deva Binusha DEVASUGIN MERLISUGITHA
|
37 |
+
- GOH Bao Sheng
|
38 |
+
- Jessica LEK Si Jia
|
39 |
+
- Sinha KHUSHI
|
40 |
+
- TENG Kok Wai (Walter)
|
41 |
+
|
42 |
+
## References
|
43 |
+
|
44 |
+
- [Unsloth Tutorial](https://docs.unsloth.ai/basics/tutorial-how-to-finetune-llama-3-and-use-in-ollama)
|
45 |
+
|
46 |
+
- [Unsloth Finetuning Colab Notebook](<https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3_(8B)-Ollama.ipynb#scrollTo=uMuVrWbjAzhc>)
|