File size: 498 Bytes
d155f38
 
 
 
 
 
 
26d748b
36ca57e
 
d0d64f5
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
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')
```