Instructions to use 3koozy/gpt2-HxH with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 3koozy/gpt2-HxH with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="3koozy/gpt2-HxH")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("3koozy/gpt2-HxH") model = AutoModel.from_pretrained("3koozy/gpt2-HxH") - Notebooks
- Google Colab
- Kaggle
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
this is a fine tuned GPT2 text generation model on a Hunter x Hunter TV anime series dataset.
you can find a link to the used dataset here : https://www.kaggle.com/bkoozy/hunter-x-hunter-subtitles
you can find a colab notebook for fine-tuning the gpt2 model here : https://github.com/3koozy/fine-tune-gpt2-HxH/
- Downloads last month
- 12