WhoTookMyAmogusNickname
commited on
Commit
•
e523fe2
1
Parent(s):
5e8df95
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
+
datasets:
|
4 |
+
- teknium/dataforge-economics
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
library_name: transformers
|
8 |
+
pipeline_tag: text-generation
|
9 |
---
|
10 |
+
<a href="https://www.buymeacoffee.com/acrastt" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
|
11 |
+
|
12 |
+
GGUF quants of [IS-LM-3B](https://huggingface.co/acrastt/IS-LM-3B)
|
13 |
+
|
14 |
+
Original model card:
|
15 |
+
This is [StableLM 3B 4E1T](https://huggingface.co/stabilityai/stablelm-3b-4e1t)(Licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).) finetuned on [DataForge Economics](https://huggingface.co/datasets/teknium/dataforge-economics) for 3 epochs using [QLoRA](https://arxiv.org/abs/2305.14314).
|
16 |
+
|
17 |
+
Prompt template:
|
18 |
+
```
|
19 |
+
USER: {prompt}
|
20 |
+
ASSISTANT:
|
21 |
+
```
|