Jaiden Williams commited on
Commit
9b3e2d9
·
1 Parent(s): 9830fac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -64,7 +64,7 @@ You can use this model directly with a pipeline for text generation:
64
  ```python
65
  from transformers import pipeline
66
  generator = pipeline('text-generation',
67
- model='huggingtweets/glitchfur-jdthe65th-zenitho_o')
68
  generator("My dream is", num_return_sequences=5)
69
  ```
70
 
 
64
  ```python
65
  from transformers import pipeline
66
  generator = pipeline('text-generation',
67
+ model='JdThe65th/GPT2-Glitchfur-Zenith-JD')
68
  generator("My dream is", num_return_sequences=5)
69
  ```
70