uploaded readme
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
Cn_3_0_Hinglish_llama3_7b_4kAk - bnb 4bits
|
11 |
+
- Model creator: https://huggingface.co/AashishKumar/
|
12 |
+
- Original model: https://huggingface.co/AashishKumar/Cn_3_0_Hinglish_llama3_7b_4kAk/
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
Original model description:
|
18 |
+
---
|
19 |
+
base_model: cognitivecomputations/dolphin-2.9-llama3-8b
|
20 |
+
language:
|
21 |
+
- en
|
22 |
+
license: apache-2.0
|
23 |
+
tags:
|
24 |
+
- text-generation-inference
|
25 |
+
- transformers
|
26 |
+
- unsloth
|
27 |
+
- llama
|
28 |
+
- trl
|
29 |
+
- sft
|
30 |
+
inference:
|
31 |
+
parameters:
|
32 |
+
temperature: 0.7
|
33 |
+
---
|
34 |
+
|
35 |
+
# Uploaded model
|
36 |
+
|
37 |
+
- **Developed by:** AashishKumar
|
38 |
+
- **License:** apache-2.0
|
39 |
+
- **Finetuned from model :** cognitivecomputations/dolphin-2.9-llama3-8b
|
40 |
+
|
41 |
+
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
42 |
+
|