Spaces:
Runtime error
Runtime error
File size: 604 Bytes
0577e35 a76d259 e75870f a76d259 e75870f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
title: OAChat
emoji: 🐠
colorFrom: purple
colorTo: yellow
sdk: gradio
sdk_version: 3.17.0
app_file: app.py
pinned: false
license: cc-by-4.0
---
# demo chatbot of OpenAssit
models trained by [Rallio67](https://huggingface.co/Rallio67/chip_1.4B_instruct_alpha)
**note:**
The model used in this program is still being tested, and this program is only used to show how it works, not to be used for real production
# TODO
- [ ] support 7B model
- [ ] add RWKV model
- [ ] add params option(inference device/decode strategies)
# Reference
[1]. https://github.com/LAION-AI/Open-Assistant
|