apepkuss79 commited on
Commit
7a2d3ac
1 Parent(s): d339a7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ model_name: Llama-3-Groq-70B-Tool-Use
4
+ base_model: Groq/Llama-3-Groq-70B-Tool-Use
5
+ model_creator: Groq
6
+ inference: false
7
+ pipeline_tag: text-generation
8
+ quantized_by: Second State Inc.
9
+ language:
10
+ - en
11
+ ---
12
+
13
+ ![](https://github.com/GaiaNet-AI/.github/assets/45785633/d6976adc-f97d-4f86-a648-0f2f5c8e7eee)
14
+
15
+ # Llama-3-Groq-70B-Tool-Use-GGUF
16
+
17
+ ## Original Model
18
+
19
+ [Groq/Llama-3-Groq-70B-Tool-Use](https://huggingface.co/Groq/Llama-3-Groq-70B-Tool-Use)
20
+
21
+ ## Run with Gaianet
22
+
23
+ **Prompt template:**
24
+
25
+ prompt template: `groq-llama3-tool`
26
+
27
+ **Context size:**
28
+
29
+ chat_ctx_size: `8192`
30
+
31
+ **Run with GaiaNet:**
32
+
33
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
34
+
35
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
36
+
37
+ *Quantized with llama.cpp b3463*