Spaces:
Sleeping
Sleeping
title: Chat-with-GPT4.1-mini | |
emoji: π | |
colorFrom: red | |
colorTo: indigo | |
sdk: gradio | |
sdk_version: 5.25.1 | |
app_file: app.py | |
pinned: true | |
license: mit | |
duplicated_from: yuntian-deng/ChatGPT4 | |
disable_embedding: false | |
datasets: | |
- allenai/WildChat-1M | |
- allenai/WildChat-1M-Full | |
- allenai/WildChat | |
models: | |
- allenai/WildLlama-7b-user-assistant | |
- allenai/WildLlama-7b-assistant-only | |
# Chat-with-GPT4.1-mini | |
This is a chatbot demo built with Hugging Face Spaces and Gradio. | |
## Useful Links | |
- [arXiv:2405.01470](https://arxiv.org/abs/2405.01470) | |
- [arXiv:2409.03753](https://arxiv.org/abs/2409.03753) | |
## How to use | |
Type your AWS certification questions in the chat box and get instant answers! | |
--- | |
**Summary of what to fix:** | |
- Make sure the YAML metadata is at the top, wrapped by `---` at the start and end. | |
- Add your regular Markdown content (description, links) after the YAML. | |
If you do this, your README will display correctly on Hugging Face Spaces![1] | |