apepkuss79 commited on
Commit
6c10246
1 Parent(s): f9b3ac9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -3
README.md CHANGED
@@ -1,3 +1,46 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-3.2-3B-Instruct
3
+ license: llama3.2
4
+ model_creator: meta
5
+ model_name: Llama-3.2-3B-Instruct
6
+ quantized_by: Second State Inc.
7
+ language:
8
+ - en
9
+ - de
10
+ - fr
11
+ - it
12
+ - pt
13
+ - hi
14
+ - es
15
+ - th
16
+ library_name: transformers
17
+ pipeline_tag: text-generation
18
+ tags:
19
+ - chat
20
+ - llama
21
+ - llama-3
22
+ ---
23
+
24
+ # Llama-3.2-3B-Instruct-GGUF
25
+
26
+ ## Original Model
27
+
28
+ [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct)
29
+
30
+ ## Run with Gaianet
31
+
32
+ **Prompt template**
33
+
34
+ prompt template: `llama-3-chat`
35
+
36
+ **Context size**
37
+
38
+ chat_ctx_size: `128000`
39
+
40
+ **Run with GaiaNet**
41
+
42
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
43
+
44
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
45
+
46
+ *Quantized with llama.cpp b3807*