@@ -248,34 +248,34 @@ describe('Pipelines', () => {
248
248
let outputs = await unmasker ( texts [ 0 ] ) ;
249
249
let expected = [
250
250
{
251
- score : 0.9496445655822754 ,
251
+ score : 0.9405396580696106 ,
252
252
token : 2051 ,
253
253
token_str : 'time' ,
254
254
sequence : 'once upon a time.'
255
255
} ,
256
256
{
257
- score : 0.01029531005769968 ,
257
+ score : 0.01182964164763689 ,
258
258
token : 13342 ,
259
259
token_str : 'mattress' ,
260
260
sequence : 'once upon a mattress.'
261
261
} ,
262
262
{
263
- score : 0.0013969476567581296 ,
263
+ score : 0.0017291896510869265 ,
264
264
token : 6480 ,
265
265
token_str : 'lifetime' ,
266
266
sequence : 'once upon a lifetime.'
267
267
} ,
268
268
{
269
- score : 0.0008216543938033283 ,
269
+ score : 0.0010079898638650775 ,
270
270
token : 2504 ,
271
271
token_str : 'level' ,
272
272
sequence : 'once upon a level.'
273
273
} ,
274
274
{
275
- score : 0.0007674929802305996 ,
276
- token : 2940 ,
277
- token_str : 'hill ' ,
278
- sequence : 'once upon a hill .'
275
+ score : 0.0009655007743276656 ,
276
+ token : 2154 ,
277
+ token_str : 'day ' ,
278
+ sequence : 'once upon a day .'
279
279
}
280
280
] ;
281
281
compare ( outputs , expected ) ;
@@ -289,65 +289,66 @@ describe('Pipelines', () => {
289
289
290
290
let expected = [ [
291
291
{
292
- score : 0.9918821454048157 ,
292
+ score : 0.9900539517402649 ,
293
293
token : 2051 ,
294
294
token_str : 'time' ,
295
295
sequence : 'once upon a time.'
296
296
} ,
297
297
{
298
- score : 0.0010219492251053452 ,
298
+ score : 0.0012258145725354552 ,
299
299
token : 13342 ,
300
300
token_str : 'mattress' ,
301
301
sequence : 'once upon a mattress.'
302
302
} ,
303
303
{
304
- score : 0.00024931252119131386 ,
304
+ score : 0.0002977887343149632 ,
305
305
token : 2096 ,
306
306
token_str : 'while' ,
307
307
sequence : 'once upon a while.'
308
308
} ,
309
309
{
310
- score : 0.00015193592116702348 ,
311
- token : 2558 ,
312
- token_str : 'period' ,
313
- sequence : 'once upon a period.'
314
- } ,
315
- {
316
- score : 0.00015131247346289456 ,
310
+ score : 0.0001899998023873195 ,
317
311
token : 6480 ,
318
312
token_str : 'lifetime' ,
319
313
sequence : 'once upon a lifetime.'
314
+ } ,
315
+ {
316
+ score : 0.00017618606216274202 ,
317
+ token : 2558 ,
318
+ token_str : 'period' ,
319
+ sequence : 'once upon a period.'
320
320
}
321
- ] , [
321
+ ] ,
322
+ [
322
323
{
323
- score : 0.29160282015800476 ,
324
+ score : 0.2863538861274719 ,
324
325
token : 2414 ,
325
326
token_str : 'london' ,
326
327
sequence : 'london is the capital of england.'
327
328
} ,
328
329
{
329
- score : 0.06457117199897766 ,
330
+ score : 0.0607745461165905 ,
330
331
token : 2009 ,
331
332
token_str : 'it' ,
332
333
sequence : 'it is the capital of england.'
333
334
} ,
334
335
{
335
- score : 0.031988438218832016 ,
336
+ score : 0.037455108016729355 ,
336
337
token : 6484 ,
337
338
token_str : 'birmingham' ,
338
339
sequence : 'birmingham is the capital of england.'
339
340
} ,
340
341
{
341
- score : 0.0317111536860466 ,
342
- token : 7067 ,
343
- token_str : 'bristol' ,
344
- sequence : 'bristol is the capital of england.'
345
- } ,
346
- {
347
- score : 0.030000191181898117 ,
342
+ score : 0.029375044628977776 ,
348
343
token : 5087 ,
349
344
token_str : 'manchester' ,
350
345
sequence : 'manchester is the capital of england.'
346
+ } ,
347
+ {
348
+ score : 0.0292277242988348 ,
349
+ token : 7067 ,
350
+ token_str : 'bristol' ,
351
+ sequence : 'bristol is the capital of england.'
351
352
}
352
353
] ] ;
353
354
0 commit comments