Kaspar commited on
Commit
359a59c
1 Parent(s): 54b74c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -145,7 +145,8 @@ ERWT puts most of the probability mass on the token "her" and only a little bit
145
  {{'score': 0.5739046931266785,
146
  'token': 2014,
147
  'token_str': 'her',
148
- 'sequence': '1850 we received a letter from her majesty.'}}```
 
149
 
150
  You can repeat this experiment for yourself using the example sentences in the **Hosted inference API** at the top right.
151
 
 
145
  {{'score': 0.5739046931266785,
146
  'token': 2014,
147
  'token_str': 'her',
148
+ 'sequence': '1850 we received a letter from her majesty.'}}
149
+ ```
150
 
151
  You can repeat this experiment for yourself using the example sentences in the **Hosted inference API** at the top right.
152