apepkuss79 commited on
Commit
2f83565
·
verified ·
1 Parent(s): 46c19ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: thirdeyeai/Llama-3.2-3B-Instruct-Uncensored
3
+ model_creator: thirdeyeai
4
+ model_name: Llama-3.2-3B-Instruct-Uncensored
5
+ quantized_by: Second State Inc.
6
+ library_name: transformers
7
+ ---
8
+
9
+ # Llama-3.2-3B-Instruct-Uncensored-GGUF
10
+
11
+ ## Original Model
12
+
13
+ [thirdeyeai/Llama-3.2-3B-Instruct-Uncensored](https://huggingface.co/thirdeyeai/Llama-3.2-3B-Instruct-Uncensored)
14
+
15
+ ## Run with Gaianet
16
+
17
+ **Prompt template**
18
+
19
+ prompt template: `llama-3-chat`
20
+
21
+ **Context size**
22
+
23
+ chat_ctx_size: `128000`
24
+
25
+ **Run with GaiaNet**
26
+
27
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
28
+
29
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
30
+
31
+ *Quantized with llama.cpp b4681*
32
+