https://github.com/rasyosef/phi-1_5-chat-demo
This chatbot was created using an instruction tuned and aligned version of Microsoft's 1.4 billion parameter phi-1_5 Transformer LLM
https://github.com/rasyosef/phi-1_5-chat-demo
chatbot gradio llm transformers
Last synced: 9 months ago
JSON representation
This chatbot was created using an instruction tuned and aligned version of Microsoft's 1.4 billion parameter phi-1_5 Transformer LLM
- Host: GitHub
- URL: https://github.com/rasyosef/phi-1_5-chat-demo
- Owner: rasyosef
- Created: 2024-07-31T20:31:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T01:39:19.000Z (almost 2 years ago)
- Last Synced: 2025-09-14T09:02:19.384Z (10 months ago)
- Topics: chatbot, gradio, llm, transformers
- Language: Python
- Homepage: https://huggingface.co/spaces/rasyosef/phi-1_5-chat
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phi-1_5 Chatbot Demo
This chatbot was created using a finetuned version of Microsoft's 1.4 billion parameter Phi 1.5 transformer model, [Phi-1_5-Instruct-v0.1](https://huggingface.co/rasyosef/Phi-1_5-Instruct-v0.1).
## How to Run
Install Dependenceis
```pip install -r requirements.txt```
Run gradio app
```python app.py```
## Demo
This demo has been deployed to the following huggingface space. Use this to interact with the chat model.
https://huggingface.co/spaces/rasyosef/phi-1_5-chat