Instructions to use virtuous7373/Mira-Conversations-db with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use virtuous7373/Mira-Conversations-db with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("virtuous7373/Mira-Conversations-db", dtype="auto") - Notebooks
- Google Colab
- Kaggle
A neater way to store conversation results files for various merges. It's easier to look back through the files to see which ones showed promise one way or another.
As always, check out the person who does all the actual work: https://huggingface.co/Lambent/
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("virtuous7373/Mira-Conversations-db", dtype="auto")