apepkuss79 commited on
Commit
c8a0941
·
verified ·
1 Parent(s): 7d46a45

Create README.md

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