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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -22
README.md CHANGED
@@ -227,20 +227,19 @@ Produces the following three top predicted mask tokens
227
  ```python
228
  [
229
  {
230
- 'score': 0.15719665586948395,
231
  'token': 10533,
232
- 'token_str': 'carpenter',
 
 
 
 
233
  },
234
- {
235
- 'score': 0.09576332569122314,
236
- 'token': 6243,
237
- 'token_str': 'baker',
238
- },
239
- {
240
- 'score': 0.08851779252290726,
241
- 'token': 22701,
242
- 'token_str': 'tailor',
243
- }
244
  ]
245
  ```
246
 
@@ -253,20 +252,20 @@ Produces the following three top predicted mask tokens
253
  ```python
254
  [
255
  {
256
- 'score': 0.1492135375738144,
257
  'token': 7947,
258
- 'token_str': 'servant',
259
  },
260
- {
261
- 'score': 0.09587471932172775,
262
  'token': 6243,
263
- 'token_str': 'baker',
 
 
 
 
 
264
  },
265
- {
266
- 'score': 0.06408561021089554,
267
- 'token': 10533,
268
- 'token_str': 'carpenter',
269
- }
270
  ]
271
  ```
272
 
 
227
  ```python
228
  [
229
  {
230
+ 'score': 0.12736983597278595,
231
  'token': 10533,
232
+ 'token_str': 'carpenter'},
233
+ {
234
+ 'score': 0.08986148983240128,
235
+ 'token': 6243,
236
+ 'token_str': 'baker'
237
  },
238
+ {
239
+ 'score': 0.08985617756843567,
240
+ 'token': 22701,
241
+ 'token_str': 'tailor'
242
+ }
 
 
 
 
 
243
  ]
244
  ```
245
 
 
252
  ```python
253
  [
254
  {
255
+ 'score': 0.13835538923740387,
256
  'token': 7947,
257
+ 'token_str': 'servant'
258
  },
259
+ {
260
+ 'score': 0.0885922908782959,
261
  'token': 6243,
262
+ 'token_str': 'baker'
263
+ },
264
+ {
265
+ 'score': 0.05954848602414131,
266
+ 'token': 6821,
267
+ 'token_str': 'nurse'
268
  },
 
 
 
 
 
269
  ]
270
  ```
271