BigSalmon commited on
Commit
cd37944
1 Parent(s): 1741106

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  This can be used to paraphrase. I recommend using the code I have attached below. You can generate it without using LogProbs, but you are likely to be best served by manually examining the most likely outputs.
2
 
 
 
3
  ```
4
  from transformers import AutoTokenizer, AutoModelWithLMHead
5
  tokenizer = AutoTokenizer.from_pretrained("gpt2")
 
1
  This can be used to paraphrase. I recommend using the code I have attached below. You can generate it without using LogProbs, but you are likely to be best served by manually examining the most likely outputs.
2
 
3
+ If this interests you, check out https://huggingface.co/BigSalmon/MrLincoln12 or my other MrLincoln repos.
4
+
5
  ```
6
  from transformers import AutoTokenizer, AutoModelWithLMHead
7
  tokenizer = AutoTokenizer.from_pretrained("gpt2")