davzoku commited on
Commit
082b873
·
verified ·
1 Parent(s): 7a47b6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -7
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: unsloth/Llama-3.2-1B-Instruct
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
- # Uploaded model
15
 
16
- - **Developed by:** davzoku
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/Llama-3.2-1B-Instruct
19
 
20
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # 🫐🥫 kyc_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>)