apepkuss79
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,45 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: other
|
5 |
+
license_name: llama3
|
6 |
+
model_name: Llama3 8B
|
7 |
+
arxiv: 2307.09288
|
8 |
+
base_model: meta-llama/Meta-Llama-3-8B
|
9 |
+
inference: false
|
10 |
+
model_creator: Meta Llama3
|
11 |
+
model_type: llama
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
quantized_by: Second State Inc.
|
14 |
+
---
|
15 |
+
|
16 |
+
# FinGPT-MT-Llama-3-8B-LoRA-GGUF
|
17 |
+
|
18 |
+
## Original Model
|
19 |
+
|
20 |
+
[meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B)
|
21 |
+
|
22 |
+
## LoRA Adapter
|
23 |
+
|
24 |
+
[FinGPT/fingpt-mt_llama3-8b_lora](https://huggingface.co/FinGPT/fingpt-mt_llama3-8b_lora)
|
25 |
+
|
26 |
+
## Run with Gaianet
|
27 |
+
|
28 |
+
**Prompt template**
|
29 |
+
|
30 |
+
prompt template: coming soon
|
31 |
+
|
32 |
+
<!-- prompt template: `llama-3-chat` -->
|
33 |
+
|
34 |
+
**Context size**
|
35 |
+
|
36 |
+
chat_ctx_size: `8192`
|
37 |
+
|
38 |
+
**Run with GaiaNet**
|
39 |
+
|
40 |
+
- Quick start: https://docs.gaianet.ai/node-guide/quick-start
|
41 |
+
|
42 |
+
- Customize your node: https://docs.gaianet.ai/node-guide/customize
|
43 |
+
|
44 |
+
*Quantized with llama.cpp b3807*
|
45 |
+
|