Text Generation
Transformers
PyTorch
English
stablelm_epoch
custom_code
acrastt commited on
Commit
18db2c7
·
1 Parent(s): 8f44aac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ datasets:
4
+ - Norquinal/claude_multiround_chat_1k
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
+ 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 [Claude Multiround Chat 1K](Norquinal/claude_multiround_chat_1k) for 2 epochs using QLoRA([2305.14314](https://arxiv.org/abs/2305.14314)).
13
+
14
+ Prompt template:
15
+ ```
16
+ USER: {prompt}
17
+ ASSISTANT:
18
+ ```
19
+
20
+ Note that this model have the EOS token of `<|endoftext|>` instead of `<\s>`.