artificialguybr commited on
Commit
37b86a6
·
verified ·
1 Parent(s): 305cfb2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: artificialguybr/LLAMA-3.2-1B-OpenHermes2.5
3
+ datasets:
4
+ - teknium/OpenHermes-2.5
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ license: apache-2.0
9
+ quantized_by: artificialguybr
10
+ tags:
11
+ - llama
12
+ - instruct
13
+ - finetune
14
+ - chatml
15
+ - gpt4
16
+ - synthetic data
17
+ - distillation
18
+ ---
19
+ ## About
20
+
21
+ <!-- ### quantize_version: 2 -->
22
+ <!-- ### output_tensor_quantised: 1 -->
23
+ <!-- ### convert_type: hf -->
24
+ <!-- ### vocab_type: -->
25
+ <!-- ### tags: -->
26
+ Thanks [Redmond.AI](https://redmond.ai/) for GPU Sponsor!
27
+
28
+
29
+ Quantization for: https://huggingface.co/artificialguybr/LLAMA-3.2-1B-OpenHermes2.5/
30
+
31
+ ## How to use
32
+
33
+ If you are unsure how to use GGUF files, look at the [TheBloke
34
+ READMEs](https://huggingface.co/TheBloke/CodeLlama-70B-Python-GGUF) for
35
+ more details, including on how to concatenate multi-part files.