jinymusim commited on
Commit
286b230
·
verified ·
1 Parent(s): b2ce436

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,8 +28,8 @@ Use as any other GPT2 style model
28
  from transformers import AutoModelForCausalLM, AutoTokenizer
29
  import torch
30
 
31
- tokenizer = AutoTokenizer.from_pretrained("jinymusim/gpt-czech-poet")
32
- model = AutoModelForCausalLM.from_pretrained("jinymusim/gpt-czech-poet")
33
 
34
  # Input Poet Start
35
  poet_start = "# AABB # 1900\nD"
 
28
  from transformers import AutoModelForCausalLM, AutoTokenizer
29
  import torch
30
 
31
+ tokenizer = AutoTokenizer.from_pretrained("jinymusim/gpt-czech-poet-our")
32
+ model = AutoModelForCausalLM.from_pretrained("jinymusim/gpt-czech-poet-our")
33
 
34
  # Input Poet Start
35
  poet_start = "# AABB # 1900\nD"