julien-c HF staff commited on
Commit
46f6659
0 Parent(s):

first commit

Browse files
Files changed (2) hide show
  1. .gitattributes +1 -0
  2. pytorch_model.bin +596 -0
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ *.bin filter=theta merge=theta diff=theta
pytorch_model.bin ADDED
@@ -0,0 +1,596 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "conv1.weight": {
3
+ "tensor_metadata": {
4
+ "shape": "(16, 3, 3, 3)",
5
+ "dtype": "float32",
6
+ "hash": [
7
+ 199626761,
8
+ 6221279,
9
+ 121385519,
10
+ 131192586,
11
+ -223307463,
12
+ 372145118,
13
+ 100886306,
14
+ 49974230,
15
+ 6728264,
16
+ 202251877,
17
+ -14930296,
18
+ 614161064,
19
+ -316052456,
20
+ 255914836,
21
+ 44723065,
22
+ 211443657
23
+ ]
24
+ },
25
+ "lfs_metadata": {
26
+ "version": "https://git-lfs.github.com/spec/v1",
27
+ "oid": "19b3c71dbba3bfed01a8fa84c9af3ce4931ce0ef77ff59233483aade50a2809c",
28
+ "size": "1998"
29
+ },
30
+ "theta_metadata": {
31
+ "update_type": "dense",
32
+ "last_commit": null
33
+ }
34
+ },
35
+ "conv2.weight": {
36
+ "tensor_metadata": {
37
+ "shape": "(32, 16, 3, 3)",
38
+ "dtype": "float32",
39
+ "hash": [
40
+ -380264381,
41
+ -319202526,
42
+ 712854803,
43
+ -64464775,
44
+ 187417513,
45
+ -321628032,
46
+ -178255623,
47
+ 304671113,
48
+ 39821782,
49
+ -544279038,
50
+ 405876664,
51
+ 686867138,
52
+ -310910226,
53
+ -322365007,
54
+ 298148912,
55
+ 495986273
56
+ ]
57
+ },
58
+ "lfs_metadata": {
59
+ "version": "https://git-lfs.github.com/spec/v1",
60
+ "oid": "c938097cce2b3303304e7d6dbb6630868e3d7997438b32cc48c63ae404844118",
61
+ "size": "17748"
62
+ },
63
+ "theta_metadata": {
64
+ "update_type": "dense",
65
+ "last_commit": null
66
+ }
67
+ },
68
+ "embeddings.weight": {
69
+ "tensor_metadata": {
70
+ "shape": "(30, 10)",
71
+ "dtype": "float32",
72
+ "hash": [
73
+ -262732358,
74
+ 482227086,
75
+ -1778860826,
76
+ -410080676,
77
+ 5331602620,
78
+ 1092956384,
79
+ 970876424,
80
+ -1240268834,
81
+ 227509652,
82
+ -2473886497,
83
+ -1866064352,
84
+ 1350972125,
85
+ 2979480775,
86
+ 1602001049,
87
+ 186678327,
88
+ 2006654270
89
+ ]
90
+ },
91
+ "lfs_metadata": {
92
+ "version": "https://git-lfs.github.com/spec/v1",
93
+ "oid": "9750cc023d1782b44aac5676dd6d32d92d5ee4b799959c62404a6ef0c952dc79",
94
+ "size": "1460"
95
+ },
96
+ "theta_metadata": {
97
+ "update_type": "dense",
98
+ "last_commit": null
99
+ }
100
+ },
101
+ "fc1.weight": {
102
+ "tensor_metadata": {
103
+ "shape": "(120, 1568)",
104
+ "dtype": "float32",
105
+ "hash": [
106
+ 227778850,
107
+ 215546392,
108
+ -108617136,
109
+ 63456557,
110
+ -47496106,
111
+ -627854246,
112
+ 1260919557,
113
+ -385994066,
114
+ 116334349,
115
+ -53024907,
116
+ 412299451,
117
+ 168338535,
118
+ 353042983,
119
+ 580052509,
120
+ -79636345,
121
+ 141603700
122
+ ]
123
+ },
124
+ "lfs_metadata": {
125
+ "version": "https://git-lfs.github.com/spec/v1",
126
+ "oid": "05d14b2ad3598c79c0d6010956b788d9ccecd6a9912512e2c811e4c6119bb300",
127
+ "size": "684706"
128
+ },
129
+ "theta_metadata": {
130
+ "update_type": "dense",
131
+ "last_commit": null
132
+ }
133
+ },
134
+ "fc2.weight": {
135
+ "tensor_metadata": {
136
+ "shape": "(84, 120)",
137
+ "dtype": "float32",
138
+ "hash": [
139
+ 392808180,
140
+ -290606434,
141
+ 476713075,
142
+ -430188293,
143
+ 135914142,
144
+ 957896312,
145
+ -801544175,
146
+ -438115971,
147
+ -557192150,
148
+ 626321964,
149
+ 95390277,
150
+ 794717615,
151
+ 45674399,
152
+ -730640761,
153
+ 642358364,
154
+ -167408085
155
+ ]
156
+ },
157
+ "lfs_metadata": {
158
+ "version": "https://git-lfs.github.com/spec/v1",
159
+ "oid": "d308fedd777b8751e07fbbd32e2f5e01ba0437679ccad639cb621f575b856475",
160
+ "size": "38036"
161
+ },
162
+ "theta_metadata": {
163
+ "update_type": "dense",
164
+ "last_commit": null
165
+ }
166
+ },
167
+ "fc3.weight": {
168
+ "tensor_metadata": {
169
+ "shape": "(10, 84)",
170
+ "dtype": "float32",
171
+ "hash": [
172
+ 23067527,
173
+ 214384284,
174
+ -177820777,
175
+ -245162673,
176
+ 256022853,
177
+ 94920871,
178
+ -246323953,
179
+ 21189785,
180
+ 69246913,
181
+ -380194240,
182
+ 96579333,
183
+ 25034707,
184
+ -21238178,
185
+ -122639108,
186
+ 320967335,
187
+ 275589738
188
+ ]
189
+ },
190
+ "lfs_metadata": {
191
+ "version": "https://git-lfs.github.com/spec/v1",
192
+ "oid": "388ff94bdb8522b25f5706871ff926b6dc6c5ef53f1c8c14b099d786fe7d7d1e",
193
+ "size": "3573"
194
+ },
195
+ "theta_metadata": {
196
+ "update_type": "dense",
197
+ "last_commit": null
198
+ }
199
+ },
200
+ "layers.0.hidden.bias": {
201
+ "tensor_metadata": {
202
+ "shape": "(8,)",
203
+ "dtype": "float32",
204
+ "hash": [
205
+ 52587115,
206
+ -39742401,
207
+ 17204461,
208
+ 51190657,
209
+ -97499763,
210
+ -34423673,
211
+ 19859681,
212
+ 6141251,
213
+ -44182552,
214
+ -94957526,
215
+ -50242186,
216
+ -16321305,
217
+ -53067149,
218
+ -8061012,
219
+ -74489764,
220
+ 41055592
221
+ ]
222
+ },
223
+ "lfs_metadata": {
224
+ "version": "https://git-lfs.github.com/spec/v1",
225
+ "oid": "63b13f8e5dfd821da18562021b4b64f9037de92d423d94d8da94096f95cfbe42",
226
+ "size": "281"
227
+ },
228
+ "theta_metadata": {
229
+ "update_type": "dense",
230
+ "last_commit": null
231
+ }
232
+ },
233
+ "layers.0.hidden.weight": {
234
+ "tensor_metadata": {
235
+ "shape": "(8, 10)",
236
+ "dtype": "float32",
237
+ "hash": [
238
+ 145922011,
239
+ 255074160,
240
+ 16775365,
241
+ 101491482,
242
+ -65979823,
243
+ -190511811,
244
+ 55021490,
245
+ 388692688,
246
+ -247193842,
247
+ -130061492,
248
+ 13389566,
249
+ 46982635,
250
+ 92280442,
251
+ -99196435,
252
+ 194560410,
253
+ -5030039
254
+ ]
255
+ },
256
+ "lfs_metadata": {
257
+ "version": "https://git-lfs.github.com/spec/v1",
258
+ "oid": "9fae5dfa3993df45da0fd675017844f1053dcf32bc8b2d0b0767544d665c33ee",
259
+ "size": "578"
260
+ },
261
+ "theta_metadata": {
262
+ "update_type": "dense",
263
+ "last_commit": null
264
+ }
265
+ },
266
+ "layers.0.highway_like.bias": {
267
+ "tensor_metadata": {
268
+ "shape": "(6,)",
269
+ "dtype": "float32",
270
+ "hash": [
271
+ 18553073,
272
+ 56938865,
273
+ -53469962,
274
+ -72746189,
275
+ -76071041,
276
+ 54795131,
277
+ -45564970,
278
+ -23361997,
279
+ 27582851,
280
+ 15252898,
281
+ 1632854,
282
+ 11144075,
283
+ 39839286,
284
+ 23180359,
285
+ -34079218,
286
+ -15042281
287
+ ]
288
+ },
289
+ "lfs_metadata": {
290
+ "version": "https://git-lfs.github.com/spec/v1",
291
+ "oid": "27897072fa52bfee0540de8ae3a81274d8c859c8e0b92b223500520114529cb2",
292
+ "size": "273"
293
+ },
294
+ "theta_metadata": {
295
+ "update_type": "dense",
296
+ "last_commit": null
297
+ }
298
+ },
299
+ "layers.0.highway_like.weight": {
300
+ "tensor_metadata": {
301
+ "shape": "(6, 10)",
302
+ "dtype": "float32",
303
+ "hash": [
304
+ -55257146,
305
+ 96187023,
306
+ -178119006,
307
+ 106024023,
308
+ -208173862,
309
+ 43134180,
310
+ -68419140,
311
+ -119130148,
312
+ 28114854,
313
+ 159300270,
314
+ 64272946,
315
+ 74469272,
316
+ -8208892,
317
+ 110615604,
318
+ -330501888,
319
+ 65481700
320
+ ]
321
+ },
322
+ "lfs_metadata": {
323
+ "version": "https://git-lfs.github.com/spec/v1",
324
+ "oid": "c440c24bd420d8b4dce452692d9f43b97acf456f307b4905513f0c0dd0486328",
325
+ "size": "498"
326
+ },
327
+ "theta_metadata": {
328
+ "update_type": "dense",
329
+ "last_commit": null
330
+ }
331
+ },
332
+ "layers.0.output.bias": {
333
+ "tensor_metadata": {
334
+ "shape": "(6,)",
335
+ "dtype": "float32",
336
+ "hash": [
337
+ 134153089,
338
+ -64990235,
339
+ 45830723,
340
+ -31646379,
341
+ 22932407,
342
+ -111583761,
343
+ -107581905,
344
+ 16337415,
345
+ 5444051,
346
+ -9194198,
347
+ 2533066,
348
+ 56054637,
349
+ -30381013,
350
+ 24903476,
351
+ -97829297,
352
+ 103402858
353
+ ]
354
+ },
355
+ "lfs_metadata": {
356
+ "version": "https://git-lfs.github.com/spec/v1",
357
+ "oid": "586accb7242ce0591ad2b5f0aa5e5b0d1e3129c2678a0fb0057a64ec0d48b2ea",
358
+ "size": "273"
359
+ },
360
+ "theta_metadata": {
361
+ "update_type": "dense",
362
+ "last_commit": null
363
+ }
364
+ },
365
+ "layers.0.output.weight": {
366
+ "tensor_metadata": {
367
+ "shape": "(6, 8)",
368
+ "dtype": "float32",
369
+ "hash": [
370
+ -327873422,
371
+ -176703892,
372
+ 295080425,
373
+ -121834481,
374
+ 215820681,
375
+ -125907087,
376
+ -66494219,
377
+ -182085068,
378
+ 348631819,
379
+ -226380557,
380
+ 61817272,
381
+ 140204083,
382
+ -6838080,
383
+ -15456834,
384
+ -54704970,
385
+ -198740678
386
+ ]
387
+ },
388
+ "lfs_metadata": {
389
+ "version": "https://git-lfs.github.com/spec/v1",
390
+ "oid": "dc88c6fd5ad4c3fa99656863603b6c798260b56095b01d29ecb650904f91ff34",
391
+ "size": "447"
392
+ },
393
+ "theta_metadata": {
394
+ "update_type": "dense",
395
+ "last_commit": null
396
+ }
397
+ },
398
+ "layers.2.hidden.bias": {
399
+ "tensor_metadata": {
400
+ "shape": "(4,)",
401
+ "dtype": "float32",
402
+ "hash": [
403
+ 39210654,
404
+ -17025265,
405
+ -10385381,
406
+ -79012013,
407
+ 30115040,
408
+ -11644606,
409
+ -37388849,
410
+ 90909907,
411
+ -75087751,
412
+ -101915073,
413
+ 3720813,
414
+ 10908989,
415
+ 27703350,
416
+ 23603842,
417
+ 11602321,
418
+ -54936398
419
+ ]
420
+ },
421
+ "lfs_metadata": {
422
+ "version": "https://git-lfs.github.com/spec/v1",
423
+ "oid": "8f9b3e56aa22c7835c10d7e901b4ccf42e871d784fc9188b455496508eb472d8",
424
+ "size": "265"
425
+ },
426
+ "theta_metadata": {
427
+ "update_type": "dense",
428
+ "last_commit": null
429
+ }
430
+ },
431
+ "layers.2.hidden.weight": {
432
+ "tensor_metadata": {
433
+ "shape": "(4, 6)",
434
+ "dtype": "float32",
435
+ "hash": [
436
+ 77072402,
437
+ 8008878,
438
+ 39001052,
439
+ -13538005,
440
+ 151426847,
441
+ -114809073,
442
+ -32787150,
443
+ -38148402,
444
+ -23604812,
445
+ -53430833,
446
+ 154080858,
447
+ 141962781,
448
+ -114758443,
449
+ -31015491,
450
+ 78849357,
451
+ 160702488
452
+ ]
453
+ },
454
+ "lfs_metadata": {
455
+ "version": "https://git-lfs.github.com/spec/v1",
456
+ "oid": "b347d6a4a83510a8971b1263e58c7830d115334b5d8716b496d2d443014d24de",
457
+ "size": "351"
458
+ },
459
+ "theta_metadata": {
460
+ "update_type": "dense",
461
+ "last_commit": null
462
+ }
463
+ },
464
+ "layers.2.highway_like.bias": {
465
+ "tensor_metadata": {
466
+ "shape": "(2,)",
467
+ "dtype": "float32",
468
+ "hash": [
469
+ -710921,
470
+ -39957905,
471
+ 21570596,
472
+ 15494522,
473
+ 19527455,
474
+ -72628093,
475
+ -24156751,
476
+ 69085153,
477
+ -51268566,
478
+ -55283260,
479
+ -21210590,
480
+ -5432277,
481
+ -22444157,
482
+ 13297148,
483
+ -36414780,
484
+ 19689850
485
+ ]
486
+ },
487
+ "lfs_metadata": {
488
+ "version": "https://git-lfs.github.com/spec/v1",
489
+ "oid": "0b66ffe71a2143fa19c2c42aa7e2ba88dc84ca48db30a35de7850266948b294c",
490
+ "size": "257"
491
+ },
492
+ "theta_metadata": {
493
+ "update_type": "dense",
494
+ "last_commit": null
495
+ }
496
+ },
497
+ "layers.2.highway_like.weight": {
498
+ "tensor_metadata": {
499
+ "shape": "(2, 6)",
500
+ "dtype": "float32",
501
+ "hash": [
502
+ -34075098,
503
+ -169293643,
504
+ 102439269,
505
+ 25971073,
506
+ 138292818,
507
+ -11257870,
508
+ 148441096,
509
+ 12288401,
510
+ 8308280,
511
+ 176006568,
512
+ 9688335,
513
+ 44377011,
514
+ -136079958,
515
+ 2931846,
516
+ 139303865,
517
+ 6223766
518
+ ]
519
+ },
520
+ "lfs_metadata": {
521
+ "version": "https://git-lfs.github.com/spec/v1",
522
+ "oid": "0f299f5094329518a1a7cca43311fad3e4758819c3d4757acfa36c0c66a9ef20",
523
+ "size": "303"
524
+ },
525
+ "theta_metadata": {
526
+ "update_type": "dense",
527
+ "last_commit": null
528
+ }
529
+ },
530
+ "layers.2.output.bias": {
531
+ "tensor_metadata": {
532
+ "shape": "(2,)",
533
+ "dtype": "float32",
534
+ "hash": [
535
+ -13047969,
536
+ 9178756,
537
+ -4143218,
538
+ -12508096,
539
+ 456414,
540
+ 21709173,
541
+ 11711345,
542
+ -24397659,
543
+ 25946022,
544
+ 26545438,
545
+ 13407531,
546
+ 7689196,
547
+ 1989013,
548
+ -6928917,
549
+ 19030656,
550
+ -8872536
551
+ ]
552
+ },
553
+ "lfs_metadata": {
554
+ "version": "https://git-lfs.github.com/spec/v1",
555
+ "oid": "eed406722a51af38dda2e177ad1ce025c1cd4ad3d558bfb8c44ef862c80fc0ba",
556
+ "size": "257"
557
+ },
558
+ "theta_metadata": {
559
+ "update_type": "dense",
560
+ "last_commit": null
561
+ }
562
+ },
563
+ "layers.2.output.weight": {
564
+ "tensor_metadata": {
565
+ "shape": "(2, 4)",
566
+ "dtype": "float32",
567
+ "hash": [
568
+ 97236649,
569
+ -37784516,
570
+ 32846897,
571
+ -25073954,
572
+ 90310786,
573
+ -182486193,
574
+ -133531122,
575
+ 12099139,
576
+ 84663683,
577
+ 92058487,
578
+ -33359764,
579
+ 105221831,
580
+ -48081396,
581
+ 70219631,
582
+ -83175908,
583
+ 90226050
584
+ ]
585
+ },
586
+ "lfs_metadata": {
587
+ "version": "https://git-lfs.github.com/spec/v1",
588
+ "oid": "ae04e7ee921f30ff4c2a6d725b71accf2c35e83fde4ce80b9f0f777e12cd7172",
589
+ "size": "287"
590
+ },
591
+ "theta_metadata": {
592
+ "update_type": "dense",
593
+ "last_commit": null
594
+ }
595
+ }
596
+ }