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
3
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.