apepkuss79 commited on
Commit
2eafa09
1 Parent(s): a9c87cf

Update README.md

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