apepkuss79
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: google/datagemma-rag-27b-it
|
3 |
+
inference: false
|
4 |
+
license: gemma
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
model_creator: Google
|
8 |
+
model_name: datagemma-rag-27b-it
|
9 |
+
quantized_by: Second State Inc.
|
10 |
+
tags:
|
11 |
+
- conversational
|
12 |
+
---
|
13 |
+
|
14 |
+
# Datagemma-rag-27b-it-GGUF
|
15 |
+
|
16 |
+
## Original Model
|
17 |
+
|
18 |
+
[google/datagemma-rag-27b-it](https://huggingface.co/google/datagemma-rag-27b-it)
|
19 |
+
|
20 |
+
## Run with Gaianet
|
21 |
+
|
22 |
+
**Prompt template:**
|
23 |
+
|
24 |
+
prompt template: `gemma-instruct`
|
25 |
+
|
26 |
+
**Context size:**
|
27 |
+
|
28 |
+
chat_ctx_size: `8192`
|
29 |
+
|
30 |
+
**Run with GaiaNet**
|
31 |
+
|
32 |
+
- Quick start: https://docs.gaianet.ai/node-guide/quick-start
|
33 |
+
|
34 |
+
- Customize your node: https://docs.gaianet.ai/node-guide/customize
|
35 |
+
|
36 |
+
*Quantized with llama.cpp b3664*
|