The model with the best performance of this experiment is: laurabernardy/LuxGPT2-basedGER.
GPT-2 model for Text Generation in luxembourgish language, trained on 667 MB of text data, consisting of RTL.lu news articles, comments, parlament speeches, the luxembourgish Wikipedia, Newscrawl, Webcrawl and subtitles.
The training took place on a 32 GB Nvidia Tesla V100
more detailed training information can be found in the "trainer_state.json".
1from transformers import AutoTokenizer, AutoModelForCausalLM
2
3tokenizer = AutoTokenizer.from_pretrained("laurabernardy/LuxGPT2")
4
5model = AutoModelForCausalLM.from_pretrained("laurabernardy/LuxGPT2")
See the
GPT2 model card for considerations on limitations and bias. See the
GPT2 documentation for details on GPT2.