apepkuss79
commited on
Commit
•
08d9b48
1
Parent(s):
d7aa46a
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
model_name: Llama-3-Taiwan-70B-Instruct
|
4 |
+
base_model: yentinglin/Llama-3-Taiwan-70B-Instruct
|
5 |
+
inference: false
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
quantized_by: Second State Inc.
|
8 |
+
library_name: transformers
|
9 |
+
language:
|
10 |
+
- zh
|
11 |
+
- en
|
12 |
+
tags:
|
13 |
+
- zhtw
|
14 |
+
---
|
15 |
+
|
16 |
+
![](https://github.com/GaiaNet-AI/.github/assets/45785633/d6976adc-f97d-4f86-a648-0f2f5c8e7eee)
|
17 |
+
|
18 |
+
# Llama-3-Taiwan-70B-Instruct-GGUF
|
19 |
+
|
20 |
+
## Original Model
|
21 |
+
|
22 |
+
[haqishen/Llama-3-Taiwan-70B-Instruct](https://huggingface.co/haqishen/Llama-3-Taiwan-70B-Instruct)
|
23 |
+
|
24 |
+
## Run with Gaianet
|
25 |
+
|
26 |
+
**Prompt template**
|
27 |
+
|
28 |
+
prompt template: `llama-3-chat`
|
29 |
+
|
30 |
+
**Context size**
|
31 |
+
|
32 |
+
chat_ctx_size: `4096`
|
33 |
+
|
34 |
+
**Run with GaiaNet**
|
35 |
+
|
36 |
+
- Quick start: https://docs.gaianet.ai/node-guide/quick-start
|
37 |
+
|
38 |
+
- Customize your node: https://docs.gaianet.ai/node-guide/customize
|
39 |
+
|
40 |
+
*Quantized with llama.cpp b3613*
|