uploaded readme
Browse files
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Quantization made by Richard Erkhov.
|
2 |
+
|
3 |
+
[Github](https://github.com/RichardErkhov)
|
4 |
+
|
5 |
+
[Discord](https://discord.gg/pvy7H8DZMG)
|
6 |
+
|
7 |
+
[Request more models](https://github.com/RichardErkhov/quant_request)
|
8 |
+
|
9 |
+
|
10 |
+
Llama-3.2-1B-Instruct-Capybara - AWQ
|
11 |
+
- Model creator: https://huggingface.co/joelewing/
|
12 |
+
- Original model: https://huggingface.co/joelewing/Llama-3.2-1B-Instruct-Capybara/
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
Original model description:
|
18 |
+
---
|
19 |
+
base_model: unsloth/llama-3.2-1b-instruct-bnb-4bit
|
20 |
+
tags:
|
21 |
+
- text-generation-inference
|
22 |
+
- transformers
|
23 |
+
- unsloth
|
24 |
+
- llama
|
25 |
+
- trl
|
26 |
+
datasets:
|
27 |
+
- Undi95/Capybara-ShareGPT
|
28 |
+
license: apache-2.0
|
29 |
+
language:
|
30 |
+
- en
|
31 |
+
---
|
32 |
+
|
33 |
+
# Llama-3.2-1B-Instruct-Capybara
|
34 |
+
This model is a finetune of Llama 3.2 1B on the Capybara dataset.
|
35 |
+
|
36 |
+
- **Developed by:** joelewing
|
37 |
+
- **License:** apache-2.0
|
38 |
+
- **Finetuned from model :** unsloth/llama-3.2-1b-instruct-bnb-4bit
|
39 |
+
|
40 |
+
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
41 |
+
|
42 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
43 |
+
|
44 |
+
|