Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Tesslate/Tessa-T1-7B
|
3 |
+
license: apache-2.0
|
4 |
+
model_creator: Tesslate
|
5 |
+
model_name: Tessa-T1-7B
|
6 |
+
quantized_by: Second State Inc.
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
---
|
10 |
+
|
11 |
+
# Tessa-T1-7B-GGUF
|
12 |
+
|
13 |
+
## Original Model
|
14 |
+
|
15 |
+
[Tesslate/Tessa-T1-7B](https://huggingface.co/Tesslate/Tessa-T1-7B)
|
16 |
+
|
17 |
+
## Run with Gaianet
|
18 |
+
|
19 |
+
**Prompt template**
|
20 |
+
|
21 |
+
prompt template: `chatml` or `chatml-think`
|
22 |
+
|
23 |
+
**Context size**
|
24 |
+
|
25 |
+
chat_ctx_size: `128000`
|
26 |
+
|
27 |
+
**Run with GaiaNet**
|
28 |
+
|
29 |
+
- Quick start: https://docs.gaianet.ai/node-guide/quick-start
|
30 |
+
|
31 |
+
- Customize your node: https://docs.gaianet.ai/node-guide/customize
|
32 |
+
|
33 |
+
*Quantized with llama.cpp b4944*
|