apepkuss79 commited on
Commit
edb7f76
·
verified ·
1 Parent(s): 8da57ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -3
README.md CHANGED
@@ -1,3 +1,42 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ model_name: xLAM-8x7b-r
4
+ base_model: Salesforce/xLAM-8x7b-r
5
+ inference: false
6
+ model_creator: Salesforce
7
+ quantized_by: Second State Inc.
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - function-calling
11
+ - LLM Agent
12
+ - tool-use
13
+ - mistral
14
+ language:
15
+ - en
16
+ ---
17
+
18
+ ![](https://github.com/GaiaNet-AI/.github/assets/45785633/d6976adc-f97d-4f86-a648-0f2f5c8e7eee)
19
+
20
+ # xLAM-7b-fc-r-GGUF
21
+
22
+ ## Original Model
23
+
24
+ [Salesforce/xLAM-7b-fc-r](https://huggingface.co/Salesforce/xLAM-7b-fc-r)
25
+
26
+ ## Run with Gaianet
27
+
28
+ **Prompt template**
29
+
30
+ prompt template: `llama-3-chat`
31
+
32
+ **Context size**
33
+
34
+ chat_ctx_size: `32000`
35
+
36
+ **Run with GaiaNet**
37
+
38
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
39
+
40
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
41
+
42
+ *Quantized with llama.cpp b3613*