Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,42 @@
|
|
| 1 |
-
---
|
| 2 |
-
license:
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
model_name: xLAM-8x22b-r
|
| 4 |
+
base_model: Salesforce/xLAM-8x22b-r
|
| 5 |
+
inference: false
|
| 6 |
+
model_creator: MediaTek-Research
|
| 7 |
+
pipeline_tag: text-generation
|
| 8 |
+
quantized_by: Second State Inc.
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
tags:
|
| 12 |
+
- function-calling
|
| 13 |
+
- LLM Agent
|
| 14 |
+
- tool-use
|
| 15 |
+
- mistral
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+

|
| 19 |
+
|
| 20 |
+
# xLAM-8x22b-r-GGUF
|
| 21 |
+
|
| 22 |
+
## Original Model
|
| 23 |
+
|
| 24 |
+
[Salesforce/xLAM-8x22b-r](https://huggingface.co/Salesforce/xLAM-8x22b-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: `64000`
|
| 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*
|