Edit model card
YAML Metadata Error: "datasets[0]" with value "answerable tydiqa" is not valid. If possible, use a dataset id from https://hf.co/datasets.

ReadMe

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

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

from transformers import AutoModelForCausalLM, AutoTokenizer

model_path = "PartiallyTyped/answerable_tydiqa_lm_pretrained_finnish"
model = AutoModelForCausalLM.from_pretrained(model_path)
tokenizer = AutoTokenizer.from_pretrained(model_path)
Downloads last month
4
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.