artificialguybr
commited on
Commit
•
5ea2fae
1
Parent(s):
cdb02c6
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: artificialguybr/LLAMA3.2-1B-Synthia-I-Redmond
|
3 |
+
datasets:
|
4 |
+
- migtissera/Synthia-v1.5-I
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- de
|
8 |
+
- fr
|
9 |
+
- it
|
10 |
+
- pt
|
11 |
+
- hi
|
12 |
+
- es
|
13 |
+
- th
|
14 |
+
library_name: transformers
|
15 |
+
license: apache-2.0
|
16 |
+
quantized_by: artificialguybr
|
17 |
+
tags:
|
18 |
+
- instruct
|
19 |
+
- finetune
|
20 |
+
- chatml
|
21 |
+
- gpt4
|
22 |
+
- synthetic data
|
23 |
+
- distillation
|
24 |
+
- facebook
|
25 |
+
- meta
|
26 |
+
- pytorch
|
27 |
+
- llama
|
28 |
+
- llama-3
|
29 |
+
---
|
30 |
+
## About
|
31 |
+
|
32 |
+
<!-- ### quantize_version: 2 -->
|
33 |
+
<!-- ### output_tensor_quantised: 1 -->
|
34 |
+
<!-- ### convert_type: hf -->
|
35 |
+
<!-- ### vocab_type: -->
|
36 |
+
<!-- ### tags: -->
|
37 |
+
Thanks [Redmond.AI](https://redmond.ai/) for GPU Sponsor!
|
38 |
+
|
39 |
+
|
40 |
+
Quantization for: https://huggingface.co/artificialguybr/LLAMA3.2-1B-Synthia-I-Redmond
|
41 |
+
|
42 |
+
## How to use
|
43 |
+
|
44 |
+
If you are unsure how to use GGUF files, look at the [TheBloke
|
45 |
+
READMEs](https://huggingface.co/TheBloke/CodeLlama-70B-Python-GGUF) for
|
46 |
+
more details, including on how to concatenate multi-part files.
|