An open API service indexing awesome lists of open source software.

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

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