apepkuss79 commited on
Commit
9ac9db5
1 Parent(s): 5784a4a

Update README.md

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