YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

ReadMe

This is a pretrained model based on gpt2 that has been trained on copenlu/answerable_tydiqa, specifically the text field of the English samples for 2 epochs.

To use the pretrained head, use: AutoModelForCausalLM.from_pretrained.

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("PartiallyTyped/answerable_tydiqa_lm_pretrained_japenese")
tokenizer = AutoTokenizer.from_pretrained("rinna/japanese-gpt2-small")
Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support