Update README.md
#16
by
mitchtembo
- opened
README.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1 |
---
|
2 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# OpenAssistant LLaMa 30B SFT 6
|
@@ -137,4 +152,4 @@ fd9452959d711be29ccf04a97598e8d1 ./tokenizer_config.json
|
|
137 |
ae48c4c68e4e171d502dd0896aa19a84 ./pytorch_model-00002-of-00007.bin
|
138 |
```
|
139 |
|
140 |
-
If so you have successfully decoded the weights and should be able to use the model with HuggingFace Transformers. **If your checksums do not match those above, there is a problem.**
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
datasets:
|
4 |
+
- RyokoAI/ShareGPT52K
|
5 |
+
- fka/awesome-chatgpt-prompts
|
6 |
+
- QingyiSi/Alpaca-CoT
|
7 |
+
- anon8231489123/ShareGPT_Vicuna_unfiltered
|
8 |
+
- OpenAssistant/oasst1
|
9 |
+
- gsdf/EasyNegative
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
library_name: adapter-transformers
|
13 |
+
tags:
|
14 |
+
- code
|
15 |
+
- not-for-all-audiences
|
16 |
+
- art
|
17 |
+
- chemistry
|
18 |
---
|
19 |
|
20 |
# OpenAssistant LLaMa 30B SFT 6
|
|
|
152 |
ae48c4c68e4e171d502dd0896aa19a84 ./pytorch_model-00002-of-00007.bin
|
153 |
```
|
154 |
|
155 |
+
If so you have successfully decoded the weights and should be able to use the model with HuggingFace Transformers. **If your checksums do not match those above, there is a problem.**
|