|
--- |
|
library_name: transformers |
|
tags: [] |
|
--- |
|
|
|
# Model Card for Model ID |
|
|
|
This model is part of the latent space puzzle. It cannot be used for any real purpose, therefore a model card is omitted. It's up to you to find out what it does and how to use it. Good luck! |
|
|
|
It's a fine-tuned version of https://huggingface.co/openai-community/gpt2. |
|
|
|
Loading the model and tokenizer: |
|
```python |
|
model = GPT2LMHeadModel.from_pretrained("maettubfh/puzzle") |
|
tokenizer = GPT2Tokenizer.from_pretrained('gpt2') |
|
``` |
|
|