Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,10 @@ tokenizer = AutoTokenizer.from_pretrained("BigSalmon/InformalToFormalLincoln14")
|
|
6 |
model = AutoModelWithLMHead.from_pretrained("BigSalmon/InformalToFormalLincoln14")
|
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/InformalToFormalLincoln14")
|
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 |
```
|