Instructions to use tadaGoel/anime-childlike-chat-ruru with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tadaGoel/anime-childlike-chat-ruru with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.3") model = PeftModel.from_pretrained(base_model, "tadaGoel/anime-childlike-chat-ruru") - Notebooks
- Google Colab
- Kaggle
Shinchan-style Chat LoRA
Fan-made, parody-style conversational LoRA adapter inspired by a playful, childlike anime character personality.
Base Model
- mistralai/Mistral-7B-Instruct-v0.3
Usage
This repository contains LoRA adapter weights only.
Load using peft.PeftModel.from_pretrained.
Disclaimer
This project is not affiliated with, endorsed by, or connected to any official anime, studio, or copyright holder. No copyrighted scripts or episodes were used.
- Downloads last month
- -
Model tree for tadaGoel/anime-childlike-chat-ruru
Base model
mistralai/Mistral-7B-v0.3 Finetuned
mistralai/Mistral-7B-Instruct-v0.3