inarikami commited on
Commit
e883015
1 Parent(s): 6292dc2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ It achieves the following results on the evaluation set:
24
  ```python
25
  from transformers import pipeline
26
 
27
- generator = pipeline('text-generation', model="monogptari-6.7b" , device=0, use_fast=False)
28
  generator("I think its about time I talked about Kiss-Shot", min_length=100, max_length=800,
29
  do_sample=True, early_stopping=True, temperature=.98, top_k=50, top_p=1.0)
30
  ```
24
  ```python
25
  from transformers import pipeline
26
 
27
+ generator = pipeline('text-generation', model="tensorcat/monogptari-6.7b" , device=0, use_fast=False)
28
  generator("I think its about time I talked about Kiss-Shot", min_length=100, max_length=800,
29
  do_sample=True, early_stopping=True, temperature=.98, top_k=50, top_p=1.0)
30
  ```