BigSalmon commited on
Commit
9696849
1 Parent(s): 2fb91d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,5 +1,15 @@
1
  Trained on this model: https://huggingface.co/xhyi/PT_GPTNEO350_ATG/tree/main
2
 
 
 
 
 
 
 
 
 
 
 
3
  ```
4
  How To Make Prompt:
5
  informal english: i am very ready to do that just that.
 
1
  Trained on this model: https://huggingface.co/xhyi/PT_GPTNEO350_ATG/tree/main
2
 
3
+ ```
4
+
5
+ from transformers import AutoTokenizer, AutoModelForCausalLM
6
+
7
+ tokenizer = AutoTokenizer.from_pretrained("BigSalmon/GPTNeo350MInformalToFormalLincoln3")
8
+
9
+ model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPTNeo350MInformalToFormalLincoln3")
10
+
11
+ ```
12
+
13
  ```
14
  How To Make Prompt:
15
  informal english: i am very ready to do that just that.