BigSalmon commited on
Commit
7823743
1 Parent(s): 821ef53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -6,6 +6,10 @@ tokenizer = AutoTokenizer.from_pretrained("BigSalmon/InformalToFormalLincoln15")
6
  model = AutoModelWithLMHead.from_pretrained("BigSalmon/InformalToFormalLincoln15")
7
  ```
8
 
 
 
 
 
9
  ```
10
  https://huggingface.co/spaces/BigSalmon/GPT2_Most_Probable (The model for this space changes over time)
11
  ```
 
6
  model = AutoModelWithLMHead.from_pretrained("BigSalmon/InformalToFormalLincoln15")
7
  ```
8
 
9
+ ```
10
+ https://huggingface.co/spaces/BigSalmon/GPT2 (The model for this space changes over time)
11
+ ```
12
+
13
  ```
14
  https://huggingface.co/spaces/BigSalmon/GPT2_Most_Probable (The model for this space changes over time)
15
  ```