lalital commited on
Commit
25cb3e9
1 Parent(s): dd74d8a

Add default config.json (retrieve from https://huggingface.co/bert-base-multilingual-cased/tree/main)

Browse files
Files changed (1) hide show
  1. config.json +25 -1715
config.json CHANGED
@@ -1,1715 +1,25 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
6
- <meta name="description" content="We’re on a journey to advance and democratize artificial intelligence through open source and open science.">
7
- <meta property="fb:app_id" content="1321688464574422">
8
- <meta name="twitter:card" content="summary_large_image">
9
- <meta name="twitter:site" content="@huggingface">
10
- <meta property="og:title" content="config.json · bert-base-multilingual-cased at main">
11
- <meta property="og:type" content="website">
12
- <meta property="og:url" content="https://huggingface.co/bert-base-multilingual-cased/blob/main/config.json">
13
- <meta property="og:image" content="https://huggingface.co/front/thumbnails/v2-2.png">
14
-
15
- <link rel="stylesheet" href="/front/build/style.15b12e0.css">
16
-
17
- <link rel="preconnect" href="https://fonts.gstatic.com" />
18
- <link
19
- href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap"
20
- rel="stylesheet"
21
- />
22
- <link
23
- href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600;700&display=swap"
24
- rel="stylesheet"
25
- />
26
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.css">
27
-
28
- <title>
29
- config.json · bert-base-multilingual-cased at main
30
- </title>
31
- </head>
32
- <body class="flex flex-col min-h-screen viewer-blob">
33
- <header class="border-b border-gray-100 z-10">
34
- <div class="container flex items-center h-16">
35
- <div class="flex flex-1 items-center">
36
- <a class="flex flex-none items-center mr-5 lg:mr-6" href="/">
37
- <img alt="Hugging Face's logo" class="md:mr-2 w-7" src="/front/assets/huggingface_logo.svg">
38
- <span class="hidden text-lg font-bold whitespace-nowrap md:block">Hugging Face</span>
39
- </a>
40
-
41
- <div
42
- class="v2-quick-search relative flex-1 lg:max-w-sm mr-2 md:mr-4"
43
- search-type="all"
44
- url="/api/quicksearch-html"
45
- with-links="true"
46
- >
47
- <input
48
- autocomplete="off"
49
- class="v2-quick-search-input w-full form-input-alt h-9 pl-8 pr-3 focus:shadow-xl"
50
- name=""
51
- placeholder="Search models, datasets, users..."
52
-
53
- spellcheck="false"
54
- type="text"
55
- />
56
- <svg
57
- alt=""
58
- class="absolute left-2.5 top-2.5 text-gray-400"
59
- xmlns="http://www.w3.org/2000/svg"
60
- xmlns:xlink="http://www.w3.org/1999/xlink"
61
- aria-hidden="true"
62
- focusable="false"
63
- role="img"
64
- width="1em"
65
- height="1em"
66
- preserveAspectRatio="xMidYMid meet"
67
- viewBox="0 0 32 32"
68
- >
69
- <path
70
- d="M30 28.59L22.45 21A11 11 0 1 0 21 22.45L28.59 30zM5 14a9 9 0 1 1 9 9a9 9 0 0 1-9-9z"
71
- fill="currentColor"
72
- ></path>
73
- </svg>
74
- <ul
75
- class="v2-quick-search-results z-40 hidden absolute w-full overflow-hidden text-sm bg-white border border-gray-100 rounded-lg shadow-lg divide-y divide-gray-100"
76
- role="listbox"
77
- ></ul>
78
- </div>
79
- <button
80
- id="v2-phone-nav-button"
81
- class="lg:hidden relative flex-none place-self-stretch flex items-center justify-center w-8"
82
- type="button"
83
- >
84
- <svg
85
- alt=""
86
- class="v2-phone-nav-icon-open"
87
- xmlns="http://www.w3.org/2000/svg"
88
- xmlns:xlink="http://www.w3.org/1999/xlink"
89
- aria-hidden="true"
90
- focusable="false"
91
- role="img"
92
- width="22"
93
- height="22"
94
- preserveAspectRatio="xMidYMid meet"
95
- viewBox="0 0 32 32"
96
- >
97
- <path d="M4 24h24v2H4z" fill="currentColor"></path>
98
- <path d="M4 12h24v2H4z" fill="currentColor"></path>
99
- <path d="M4 18h24v2H4z" fill="currentColor"></path>
100
- <path d="M4 6h24v2H4z" fill="currentColor"></path>
101
- </svg>
102
- <svg
103
- alt=""
104
- class="v2-phone-nav-icon-close hidden"
105
- xmlns="http://www.w3.org/2000/svg"
106
- xmlns:xlink="http://www.w3.org/1999/xlink"
107
- aria-hidden="true"
108
- focusable="false"
109
- role="img"
110
- width="1.1em"
111
- height="1.1em"
112
- preserveAspectRatio="xMidYMid meet"
113
- viewBox="0 0 32 32"
114
- >
115
- <path
116
- d="M24 9.4L22.6 8L16 14.6L9.4 8L8 9.4l6.6 6.6L8 22.6L9.4 24l6.6-6.6l6.6 6.6l1.4-1.4l-6.6-6.6L24 9.4z"
117
- fill="currentColor"
118
- ></path>
119
- </svg>
120
- </button>
121
- </div>
122
- <nav
123
- aria-label="Main"
124
- class="ml-auto hidden lg:block"
125
- >
126
- <ul class="flex items-center space-x-6">
127
- <li>
128
- <a
129
- class="flex items-center group hover:text-indigo-700"
130
- href="/models"
131
- >
132
- <svg
133
- alt=""
134
- class="mr-1.5 text-gray-400 group-hover:text-indigo-500"
135
- xmlns="http://www.w3.org/2000/svg"
136
- xmlns:xlink="http://www.w3.org/1999/xlink"
137
- aria-hidden="true"
138
- focusable="false"
139
- role="img"
140
- width="1em"
141
- height="1em"
142
- preserveAspectRatio="xMidYMid meet"
143
- viewBox="0 0 24 24"
144
- >
145
- <path
146
- class="uim-quaternary"
147
- d="M20.23 7.24L12 12L3.77 7.24a1.98 1.98 0 0 1 .7-.71L11 2.76c.62-.35 1.38-.35 2 0l6.53 3.77c.29.173.531.418.7.71z"
148
- opacity=".25"
149
- fill="currentColor"
150
- ></path>
151
- <path
152
- class="uim-tertiary"
153
- d="M12 12v9.5a2.09 2.09 0 0 1-.91-.21L4.5 17.48a2.003 2.003 0 0 1-1-1.73v-7.5a2.06 2.06 0 0 1 .27-1.01L12 12z"
154
- opacity=".5"
155
- fill="currentColor"
156
- ></path>
157
- <path
158
- class="uim-primary"
159
- d="M20.5 8.25v7.5a2.003 2.003 0 0 1-1 1.73l-6.62 3.82c-.275.13-.576.198-.88.2V12l8.23-4.76c.175.308.268.656.27 1.01z"
160
- fill="currentColor"
161
- ></path>
162
- </svg>
163
- Models
164
- </a>
165
- </li>
166
- <li>
167
- <a
168
- class="flex items-center group hover:text-red-700"
169
- href="/datasets"
170
- >
171
- <svg
172
- class="mr-1.5 text-gray-400 group-hover:text-red-500"
173
- xmlns="http://www.w3.org/2000/svg"
174
- xmlns:xlink="http://www.w3.org/1999/xlink"
175
- alt=""
176
- aria-hidden="true"
177
- focusable="false"
178
- role="img"
179
- width="1em"
180
- height="1em"
181
- preserveAspectRatio="xMidYMid meet"
182
- viewBox="0 0 25 25"
183
- >
184
- <ellipse
185
- cx="12.5"
186
- cy="5"
187
- fill="currentColor"
188
- fill-opacity="0.25"
189
- rx="7.5"
190
- ry="2"
191
- ></ellipse>
192
- <path
193
- d="M12.5 15C16.6421 15 20 14.1046 20 13V20C20 21.1046 16.6421 22 12.5 22C8.35786 22 5 21.1046 5 20V13C5 14.1046 8.35786 15 12.5 15Z"
194
- fill="currentColor"
195
- opacity="0.5"
196
- ></path>
197
- <path
198
- d="M12.5 7C16.6421 7 20 6.10457 20 5V11.5C20 12.6046 16.6421 13.5 12.5 13.5C8.35786 13.5 5 12.6046 5 11.5V5C5 6.10457 8.35786 7 12.5 7Z"
199
- fill="currentColor"
200
- opacity="0.5"
201
- ></path>
202
- <path
203
- d="M5.23628 12C5.08204 12.1598 5 12.8273 5 13C5 14.1046 8.35786 15 12.5 15C16.6421 15 20 14.1046 20 13C20 12.8273 19.918 12.1598 19.7637 12C18.9311 12.8626 15.9947 13.5 12.5 13.5C9.0053 13.5 6.06886 12.8626 5.23628 12Z"
204
- fill="currentColor"
205
- ></path>
206
- </svg>
207
- Datasets
208
- </a>
209
- </li>
210
- <li>
211
- <a
212
- class="flex items-center group hover:text-gray-500"
213
- href="/pricing"
214
- >
215
- Pricing
216
- </a>
217
- </li>
218
- <li class="b-r">
219
- <div
220
- class="v2-dropdown relative "
221
-
222
- >
223
- <button
224
- class="v2-dropdown-button cursor-pointer w-full hover:text-gray-500 flex items-center"
225
- type="button"
226
- >
227
- <svg alt=""
228
- class="mr-2 text-gray-400 fill-current w-3"
229
- xmlns="http://www.w3.org/2000/svg"
230
- xmlns:xlink="http://www.w3.org/1999/xlink"
231
- aria-hidden="true"
232
- focusable="false"
233
- role="img"
234
- width="1em"
235
- height="1em"
236
- viewBox="0 0 11 8"
237
- preserveAspectRatio="xMidYMid meet">
238
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11 1.5H0V0.5H11V1.5ZM11 7.5H0V6.5H11V7.5ZM0 4.5H11V3.5H0V4.5Z" />
239
- </svg>
240
- Resources
241
- </button><div
242
- class="v2-dropdown-menu hidden absolute mt-1 min-w-full w-full md:w-auto bg-white rounded-xl overflow-hidden shadow-lg z-10 border border-gray-100 right-0 top-full "
243
- >
244
- <ul class="min-w-full w-52">
245
- <li>
246
- <div
247
- class="col-span-full px-4 py-0.5 flex items-center justify-between font-semibold bg-gradient-to-r to-white whitespace-nowrap text-blue-800 from-blue-50"
248
- >
249
- Website
250
- </div> <ul>
251
- <li>
252
- <a
253
- class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer truncate
254
- hover:underline
255
- px-3 py-1.5
256
-
257
- "
258
-
259
-
260
- href="/metrics"
261
-
262
- >
263
- <svg
264
- alt=""
265
- class="text-gray-400 mr-1.5"
266
- xmlns="http://www.w3.org/2000/svg"
267
- xmlns:xlink="http://www.w3.org/1999/xlink"
268
- aria-hidden="true"
269
- focusable="false"
270
- role="img"
271
- width="1em"
272
- height="1em"
273
- preserveAspectRatio="xMidYMid meet"
274
- viewBox="0 0 24 24"
275
- >
276
- <path
277
- class="uim-quaternary"
278
- d="M6 23H2a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1z"
279
- opacity=".25"
280
- fill="currentColor"
281
- ></path>
282
- <path
283
- class="uim-primary"
284
- d="M14 23h-4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v20a1 1 0 0 1-1 1z"
285
- fill="currentColor"
286
- ></path>
287
- <path
288
- class="uim-tertiary"
289
- d="M22 23h-4a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1z"
290
- opacity=".5"
291
- fill="currentColor"
292
- ></path>
293
- </svg>
294
- Metrics
295
- </a>
296
- </li>
297
- <li>
298
- <a
299
- class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer truncate
300
- hover:underline
301
- px-3 py-1.5
302
-
303
- "
304
-
305
-
306
- href="/languages"
307
-
308
- >
309
- <svg
310
- alt=""
311
- class="text-gray-400 mr-1.5"
312
- xmlns="http://www.w3.org/2000/svg"
313
- xmlns:xlink="http://www.w3.org/1999/xlink"
314
- aria-hidden="true"
315
- focusable="false"
316
- role="img"
317
- width="1em"
318
- height="1em"
319
- preserveAspectRatio="xMidYMid meet"
320
- viewBox="0 0 24 24"
321
- >
322
- <path
323
- class="uim-primary"
324
- d="M17 13H7a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2z"
325
- fill="currentColor"
326
- ></path>
327
- <path
328
- class="uim-tertiary"
329
- d="M12 2a10 10 0 0 0-7.743 16.33l-1.964 1.963A1 1 0 0 0 3 22h9a10 10 0 0 0 0-20zM9 7h6a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2zm6 10H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2zm2-4H7a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2z"
330
- opacity=".5"
331
- fill="currentColor"
332
- ></path>
333
- <path
334
- class="uim-primary"
335
- d="M15 17H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2zm0-8H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2z"
336
- fill="currentColor"
337
- ></path>
338
- </svg>
339
- Languages
340
- </a>
341
- </li>
342
- <li>
343
- <a
344
- class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer truncate
345
- hover:underline
346
- px-3 py-1.5
347
-
348
- "
349
-
350
-
351
- href="/organizations"
352
-
353
- >
354
- <svg
355
- alt=""
356
- class="text-gray-400 mr-1.5"
357
- xmlns="http://www.w3.org/2000/svg"
358
- xmlns:xlink="http://www.w3.org/1999/xlink"
359
- aria-hidden="true"
360
- focusable="false"
361
- role="img"
362
- width="1em"
363
- height="1em"
364
- preserveAspectRatio="xMidYMid meet"
365
- viewBox="0 0 24 24"
366
- >
367
- <path
368
- class="uim-tertiary"
369
- d="M12 18a3.5 3.5 0 1 1 3.5-3.5A3.504 3.504 0 0 1 12 18z"
370
- opacity=".5"
371
- fill="currentColor"
372
- ></path>
373
- <path
374
- class="uim-primary"
375
- d="M14.64 16.772a3.452 3.452 0 0 1-5.28 0A4.988 4.988 0 0 0 7 21a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1a4.988 4.988 0 0 0-2.36-4.228z"
376
- fill="currentColor"
377
- ></path>
378
- <path
379
- class="uim-tertiary"
380
- d="M21 12a.996.996 0 0 1-.664-.252L12 4.338l-8.336 7.41a1 1 0 0 1-1.328-1.496l9-8a.999.999 0 0 1 1.328 0l9 8A1 1 0 0 1 21 12z"
381
- opacity=".5"
382
- fill="currentColor"
383
- ></path>
384
- <path
385
- class="uim-quaternary"
386
- d="M12 4.338l-8 7.111V21a1 1 0 0 0 1 1h3a1 1 0 0 1-1-1a4.988 4.988 0 0 1 2.36-4.228A3.469 3.469 0 0 1 8.5 14.5a3.5 3.5 0 0 1 7 0a3.469 3.469 0 0 1-.86 2.272A4.988 4.988 0 0 1 17 21a1 1 0 0 1-1 1h3a1 1 0 0 0 1-1v-9.551z"
387
- opacity=".25"
388
- fill="currentColor"
389
- ></path>
390
- </svg>
391
- Organizations
392
- </a>
393
- </li>
394
- </ul>
395
- </li>
396
- <li>
397
- <div
398
- class="col-span-full px-4 py-0.5 flex items-center justify-between font-semibold bg-gradient-to-r to-white whitespace-nowrap text-yellow-800 from-yellow-50"
399
- >
400
- Community
401
- </div> <ul>
402
- <li>
403
- <a
404
- class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer truncate
405
- hover:underline
406
- px-3 py-1.5
407
-
408
- "
409
-
410
-
411
- href="https://discuss.huggingface.co/"
412
- target="_blank"
413
- >
414
- Forum
415
- </a>
416
- </li>
417
- <li>
418
- <a
419
- class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer truncate
420
- hover:underline
421
- px-3 py-1.5
422
-
423
- "
424
-
425
-
426
- href="/blog"
427
-
428
- >
429
- Blog
430
- </a>
431
- </li>
432
- <li>
433
- <a
434
- class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer truncate
435
- hover:underline
436
- px-3 py-1.5
437
-
438
- "
439
-
440
-
441
- href="https://github.com/huggingface"
442
- target="_blank"
443
- >
444
- GitHub
445
- </a>
446
- </li>
447
- </ul>
448
- </li>
449
- <li>
450
- <div
451
- class="col-span-full px-4 py-0.5 flex items-center justify-between font-semibold bg-gradient-to-r to-white whitespace-nowrap text-green-800 from-green-50"
452
- >
453
- Documentation
454
- </div> <ul>
455
- <li>
456
- <a
457
- class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer truncate
458
- hover:underline
459
- px-3 py-1.5
460
-
461
- "
462
-
463
-
464
- href="/docs"
465
-
466
- >
467
- Model Hub doc
468
- </a>
469
- </li>
470
- <li>
471
- <a
472
- class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer truncate
473
- hover:underline
474
- px-3 py-1.5
475
-
476
- "
477
-
478
-
479
- href="https://api-inference.huggingface.co/docs/"
480
- target="_blank"
481
- >
482
- Inference API doc
483
- </a>
484
- </li>
485
- <li>
486
- <a
487
- class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer truncate
488
- hover:underline
489
- px-3 py-1.5
490
-
491
- "
492
-
493
-
494
- href="/transformers/"
495
-
496
- >
497
- Transformers doc
498
- </a>
499
- </li>
500
- <li>
501
- <a
502
- class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer truncate
503
- hover:underline
504
- px-3 py-1.5
505
-
506
- "
507
-
508
-
509
- href="/docs/tokenizers/python/latest/"
510
-
511
- >
512
- Tokenizers doc
513
- </a>
514
- </li>
515
- <li>
516
- <a
517
- class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer truncate
518
- hover:underline
519
- px-3 py-1.5
520
-
521
- "
522
-
523
-
524
- href="/docs/datasets/"
525
-
526
- >
527
- Datasets doc
528
- </a>
529
- </li>
530
- </ul>
531
- </li>
532
- </ul>
533
- </div></div>
534
- </li>
535
- <li>
536
- <a
537
- class="flex items-center group hover:from-yellow-100 hover:text-yellow-700 text-sm bg-gradient-to-l from-yellow-50 to-yellow-100 px-2 py-0.5 text-yellow-700 rounded-lg"
538
- href="https://angel.co/company/hugging-face/jobs"
539
- target="_blank"
540
- >
541
- We're hiring!
542
- </a>
543
- </li>
544
- <li>
545
- <hr class="w-0.5 h-5 bg-gray-100" />
546
- </li>
547
- <li>
548
- <a
549
- class="block cursor-pointer hover:text-gray-500"
550
- href="/login"
551
- >
552
- Log In
553
- </a>
554
- </li>
555
- <li>
556
- <a
557
- class="btn"
558
- href="/join"
559
- >
560
- Sign Up
561
- </a>
562
- </li>
563
- </ul>
564
- </nav>
565
- <div
566
- id="v2-phone-nav-menu"
567
- class="hidden lg:hidden z-20 fixed bg-white top-16 inset-0 overflow-y-auto"
568
- >
569
- <nav aria-label="Main">
570
- <ul class="px-2 pb-4 space-y-4">
571
- <li class="space-y-2.5">
572
- <div
573
- class="-mx-2 flex items-center px-2 font-semibold
574
- text-purple-800 bg-gradient-to-r from-purple-50 to-white h-7"
575
- >
576
- Account
577
- </div>
578
- <ul class="grid gap-2.5 grid-cols-2 content-start">
579
- <li>
580
- <a class="btn w-full v2-dropdown-entry" href="/login">
581
- Log In
582
- </a>
583
- </li>
584
- <li>
585
- <a class="btn w-full v2-dropdown-entry" href="/join">
586
- Sign Up
587
- </a>
588
- </li>
589
- </ul>
590
- </li>
591
- <li class="space-y-2.5">
592
- <div
593
- class="-mx-2 flex items-center px-2 font-semibold text-blue-800
594
- bg-gradient-to-r from-blue-50 to-white h-7"
595
- >
596
- Website
597
- </div>
598
- <ul class="grid gap-2.5 grid-cols-2 content-start">
599
- <li>
600
- <a href="/models" class="btn w-full v2-dropdown-entry">
601
- <svg
602
- alt=""
603
- class="text-gray-400 mr-1.5"
604
- xmlns="http://www.w3.org/2000/svg"
605
- xmlns:xlink="http://www.w3.org/1999/xlink"
606
- aria-hidden="true"
607
- focusable="false"
608
- role="img"
609
- width="1em"
610
- height="1em"
611
- preserveAspectRatio="xMidYMid meet"
612
- viewBox="0 0 24 24"
613
- >
614
- <path
615
- class="uim-quaternary"
616
- d="M20.23 7.24L12 12L3.77 7.24a1.98 1.98 0 0 1 .7-.71L11 2.76c.62-.35 1.38-.35 2 0l6.53 3.77c.29.173.531.418.7.71z"
617
- opacity=".25"
618
- fill="currentColor"
619
- ></path>
620
- <path
621
- class="uim-tertiary"
622
- d="M12 12v9.5a2.09 2.09 0 0 1-.91-.21L4.5 17.48a2.003 2.003 0 0 1-1-1.73v-7.5a2.06 2.06 0 0 1 .27-1.01L12 12z"
623
- opacity=".5"
624
- fill="currentColor"
625
- ></path>
626
- <path
627
- class="uim-primary"
628
- d="M20.5 8.25v7.5a2.003 2.003 0 0 1-1 1.73l-6.62 3.82c-.275.13-.576.198-.88.2V12l8.23-4.76c.175.308.268.656.27 1.01z"
629
- fill="currentColor"
630
- ></path>
631
- </svg>
632
- Models
633
- </a>
634
- </li>
635
- <li>
636
- <a href="/datasets" class="btn w-full v2-dropdown-entry">
637
- <svg
638
- class="text-gray-400 mr-1.5"
639
- xmlns="http://www.w3.org/2000/svg"
640
- xmlns:xlink="http://www.w3.org/1999/xlink"
641
- alt=""
642
- aria-hidden="true"
643
- focusable="false"
644
- role="img"
645
- width="1em"
646
- height="1em"
647
- preserveAspectRatio="xMidYMid meet"
648
- viewBox="0 0 25 25"
649
- >
650
- <ellipse
651
- cx="12.5"
652
- cy="5"
653
- fill="currentColor"
654
- fill-opacity="0.25"
655
- rx="7.5"
656
- ry="2"
657
- ></ellipse>
658
- <path
659
- d="M12.5 15C16.6421 15 20 14.1046 20 13V20C20 21.1046 16.6421 22 12.5 22C8.35786 22 5 21.1046 5 20V13C5 14.1046 8.35786 15 12.5 15Z"
660
- fill="currentColor"
661
- opacity="0.5"
662
- ></path>
663
- <path
664
- d="M12.5 7C16.6421 7 20 6.10457 20 5V11.5C20 12.6046 16.6421 13.5 12.5 13.5C8.35786 13.5 5 12.6046 5 11.5V5C5 6.10457 8.35786 7 12.5 7Z"
665
- fill="currentColor"
666
- opacity="0.5"
667
- ></path>
668
- <path
669
- d="M5.23628 12C5.08204 12.1598 5 12.8273 5 13C5 14.1046 8.35786 15 12.5 15C16.6421 15 20 14.1046 20 13C20 12.8273 19.918 12.1598 19.7637 12C18.9311 12.8626 15.9947 13.5 12.5 13.5C9.0053 13.5 6.06886 12.8626 5.23628 12Z"
670
- fill="currentColor"
671
- ></path>
672
- </svg>
673
- Datasets
674
- </a>
675
- </li>
676
- <li>
677
- <a href="/metrics" class="btn w-full v2-dropdown-entry">
678
- <svg
679
- alt=""
680
- class="text-gray-400 mr-1.5"
681
- xmlns="http://www.w3.org/2000/svg"
682
- xmlns:xlink="http://www.w3.org/1999/xlink"
683
- aria-hidden="true"
684
- focusable="false"
685
- role="img"
686
- width="1em"
687
- height="1em"
688
- preserveAspectRatio="xMidYMid meet"
689
- viewBox="0 0 24 24"
690
- >
691
- <path
692
- class="uim-quaternary"
693
- d="M6 23H2a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1z"
694
- opacity=".25"
695
- fill="currentColor"
696
- ></path>
697
- <path
698
- class="uim-primary"
699
- d="M14 23h-4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v20a1 1 0 0 1-1 1z"
700
- fill="currentColor"
701
- ></path>
702
- <path
703
- class="uim-tertiary"
704
- d="M22 23h-4a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1z"
705
- opacity=".5"
706
- fill="currentColor"
707
- ></path>
708
- </svg>
709
- Metrics
710
- </a>
711
- </li>
712
- <li>
713
- <a href="/languages" class="btn w-full v2-dropdown-entry">
714
- <svg
715
- alt=""
716
- class="text-gray-400 mr-1.5"
717
- xmlns="http://www.w3.org/2000/svg"
718
- xmlns:xlink="http://www.w3.org/1999/xlink"
719
- aria-hidden="true"
720
- focusable="false"
721
- role="img"
722
- width="1em"
723
- height="1em"
724
- preserveAspectRatio="xMidYMid meet"
725
- viewBox="0 0 24 24"
726
- >
727
- <path
728
- class="uim-primary"
729
- d="M17 13H7a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2z"
730
- fill="currentColor"
731
- ></path>
732
- <path
733
- class="uim-tertiary"
734
- d="M12 2a10 10 0 0 0-7.743 16.33l-1.964 1.963A1 1 0 0 0 3 22h9a10 10 0 0 0 0-20zM9 7h6a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2zm6 10H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2zm2-4H7a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2z"
735
- opacity=".5"
736
- fill="currentColor"
737
- ></path>
738
- <path
739
- class="uim-primary"
740
- d="M15 17H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2zm0-8H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2z"
741
- fill="currentColor"
742
- ></path>
743
- </svg>
744
- Languages
745
- </a>
746
- </li>
747
- <li>
748
- <a href="/organizations" class="btn w-full v2-dropdown-entry">
749
- <svg
750
- alt=""
751
- class="text-gray-400 mr-1.5"
752
- xmlns="http://www.w3.org/2000/svg"
753
- xmlns:xlink="http://www.w3.org/1999/xlink"
754
- aria-hidden="true"
755
- focusable="false"
756
- role="img"
757
- width="1em"
758
- height="1em"
759
- preserveAspectRatio="xMidYMid meet"
760
- viewBox="0 0 24 24"
761
- >
762
- <path
763
- class="uim-tertiary"
764
- d="M12 18a3.5 3.5 0 1 1 3.5-3.5A3.504 3.504 0 0 1 12 18z"
765
- opacity=".5"
766
- fill="currentColor"
767
- ></path>
768
- <path
769
- class="uim-primary"
770
- d="M14.64 16.772a3.452 3.452 0 0 1-5.28 0A4.988 4.988 0 0 0 7 21a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1a4.988 4.988 0 0 0-2.36-4.228z"
771
- fill="currentColor"
772
- ></path>
773
- <path
774
- class="uim-tertiary"
775
- d="M21 12a.996.996 0 0 1-.664-.252L12 4.338l-8.336 7.41a1 1 0 0 1-1.328-1.496l9-8a.999.999 0 0 1 1.328 0l9 8A1 1 0 0 1 21 12z"
776
- opacity=".5"
777
- fill="currentColor"
778
- ></path>
779
- <path
780
- class="uim-quaternary"
781
- d="M12 4.338l-8 7.111V21a1 1 0 0 0 1 1h3a1 1 0 0 1-1-1a4.988 4.988 0 0 1 2.36-4.228A3.469 3.469 0 0 1 8.5 14.5a3.5 3.5 0 0 1 7 0a3.469 3.469 0 0 1-.86 2.272A4.988 4.988 0 0 1 17 21a1 1 0 0 1-1 1h3a1 1 0 0 0 1-1v-9.551z"
782
- opacity=".25"
783
- fill="currentColor"
784
- ></path>
785
- </svg>
786
- Organizations
787
- </a>
788
- </li>
789
- <li>
790
- <a href="/pricing" class="btn w-full v2-dropdown-entry">
791
- Pricing
792
- </a>
793
- </li>
794
- </ul>
795
- </li>
796
- <li class="space-y-2.5">
797
- <div
798
- class="-mx-2 flex items-center px-2 font-semibold
799
- text-yellow-800 bg-gradient-to-r from-yellow-50 to-white h-7"
800
- >
801
- Community
802
- </div>
803
- <ul class="grid gap-2.5 grid-cols-2 content-start">
804
- <li>
805
- <a href="https://discuss.huggingface.co/" class="btn w-full v2-dropdown-entry">
806
- Forum
807
- </a>
808
- </li>
809
- <li>
810
- <a href="/blog" class="btn w-full v2-dropdown-entry">
811
- Blog
812
- </a>
813
- </li>
814
- </ul>
815
- </li>
816
- <li class="space-y-2.5">
817
- <div
818
- class="-mx-2 flex items-center px-2 font-semibold
819
- text-green-800 bg-gradient-to-r from-green-50 to-white h-7"
820
- >
821
- Documentation
822
- </div>
823
- <ul class="grid gap-2.5 grid-cols-2 content-start">
824
- <li>
825
- <a href="/docs" class="btn w-full v2-dropdown-entry">
826
- Model Hub doc
827
- </a>
828
- </li>
829
- <li>
830
- <a href="https://api-inference.huggingface.co/docs/" class="btn w-full v2-dropdown-entry">
831
- Inference API doc
832
- </a>
833
- </li>
834
- <li>
835
- <a href="/transformers/" class="btn w-full v2-dropdown-entry">
836
- Transformers doc
837
- </a>
838
- </li>
839
- <li>
840
- <a href="/docs/tokenizers/python/latest/" class="btn w-full v2-dropdown-entry">
841
- Tokenizers doc
842
- </a>
843
- </li>
844
- <li>
845
- <a href="/docs/datasets/" class="btn w-full v2-dropdown-entry">
846
- Datasets doc
847
- </a>
848
- </li>
849
- </ul>
850
- </li>
851
- </ul>
852
- </nav>
853
- </div>
854
- </div>
855
- </header> <main class="flex flex-col flex-1 ">
856
- <header class="bg-gradient-to-t from-gray-50 via-white to-white pt-10">
857
- <div class="container relative">
858
- <h1 class="flex items-center flex-wrap font-mono text-lg md:text-xl mb-3">
859
- <div class="font-semibold">
860
- <a href="/bert-base-multilingual-cased">
861
- bert-base-multilingual-cased
862
- </a>
863
- </div>
864
- </h1>
865
- <div class="flex flex-wrap mb-5">
866
- <a class="
867
- tag
868
-
869
- tag-white
870
- "
871
- href="/models?pipeline_tag=fill-mask"
872
- tag-id="fill-mask"
873
- >
874
- <div class="tag-ico
875
- tag-ico-red
876
- ">
877
- <svg
878
- alt=""
879
- class=""
880
- xmlns="http://www.w3.org/2000/svg"
881
- xmlns:xlink="http://www.w3.org/1999/xlink"
882
- aria-hidden="true"
883
- fill="currentColor"
884
- focusable="false"
885
- role="img"
886
- width="1em"
887
- height="1em"
888
- preserveAspectRatio="xMidYMid meet"
889
- viewBox="0 0 18 19"
890
- >
891
- <path
892
- d="M12.3625 13.85H10.1875V12.7625H12.3625V10.5875H13.45V12.7625C13.4497 13.0508 13.335 13.3272 13.1312 13.5311C12.9273 13.735 12.6508 13.8497 12.3625 13.85V13.85Z"
893
- ></path>
894
- <path
895
- d="M5.8375 8.41246H4.75V6.23746C4.75029 5.94913 4.86496 5.67269 5.06884 5.4688C5.27272 5.26492 5.54917 5.15025 5.8375 5.14996H8.0125V6.23746H5.8375V8.41246Z"
896
- ></path>
897
- <path
898
- d="M15.625 5.14998H13.45V2.97498C13.4497 2.68665 13.335 2.4102 13.1312 2.20632C12.9273 2.00244 12.6508 1.88777 12.3625 1.88748H2.575C2.28666 1.88777 2.01022 2.00244 1.80633 2.20632C1.60245 2.4102 1.48778 2.68665 1.4875 2.97498V12.7625C1.48778 13.0508 1.60245 13.3273 1.80633 13.5311C2.01022 13.735 2.28666 13.8497 2.575 13.85H4.75V16.025C4.75028 16.3133 4.86495 16.5898 5.06883 16.7936C5.27272 16.9975 5.54916 17.1122 5.8375 17.1125H15.625C15.9133 17.1122 16.1898 16.9975 16.3937 16.7936C16.5975 16.5898 16.7122 16.3133 16.7125 16.025V6.23748C16.7122 5.94915 16.5975 5.6727 16.3937 5.46882C16.1898 5.26494 15.9133 5.15027 15.625 5.14998V5.14998ZM15.625 16.025H5.8375V13.85H8.0125V12.7625H5.8375V10.5875H4.75V12.7625H2.575V2.97498H12.3625V5.14998H10.1875V6.23748H12.3625V8.41248H13.45V6.23748H15.625V16.025Z"
899
- ></path>
900
- </svg>
901
- </div>
902
- <span>
903
- Fill-Mask
904
- </span>
905
-
906
- </a>
907
- <a class="
908
- tag
909
-
910
- tag-red
911
- "
912
- href="/models?filter=pytorch"
913
- tag-id="pytorch"
914
- >
915
- <svg
916
- alt=""
917
- class="inline-block ml-2 text-sm"
918
- xmlns="http://www.w3.org/2000/svg"
919
- xmlns:xlink="http://www.w3.org/1999/xlink"
920
- aria-hidden="true"
921
- focusable="false"
922
- role="img"
923
- width="0.83em"
924
- height="1em"
925
- preserveAspectRatio="xMidYMid meet"
926
- viewBox="0 0 256 310"
927
- >
928
- <path
929
- d="M218.281 90.106c50.292 50.292 50.292 130.969 0 181.61c-49.244 50.292-130.27 50.292-180.562 0s-50.292-131.318 0-181.61L127.825 0v45.053l-8.382 8.382l-59.721 59.722c-37.72 37.02-37.72 97.79 0 135.509c37.02 37.719 97.79 37.719 135.509 0c37.719-37.02 37.719-97.79 0-135.51l23.05-23.05zm-45.053-5.588c-9.259 0-16.764-7.505-16.764-16.764c0-9.258 7.505-16.764 16.764-16.764c9.258 0 16.764 7.506 16.764 16.764c0 9.259-7.506 16.764-16.764 16.764z"
930
- fill="#EE4C2C"
931
- ></path>
932
- </svg>
933
- <span>
934
- PyTorch
935
- </span>
936
-
937
- </a>
938
- <a class="
939
- tag
940
-
941
- tag-red
942
- "
943
- href="/models?filter=tf"
944
- tag-id="tf"
945
- >
946
- <svg
947
- class="inline-block ml-2 text-sm"
948
- xmlns="http://www.w3.org/2000/svg"
949
- xmlns:xlink="http://www.w3.org/1999/xlink"
950
- aria-hidden="true"
951
- focusable="false"
952
- role="img"
953
- width="0.94em"
954
- height="1em"
955
- preserveAspectRatio="xMidYMid meet"
956
- viewBox="0 0 256 274"
957
- >
958
- <path
959
- d="M145.726 42.065v42.07l72.861 42.07v-42.07l-72.86-42.07zM0 84.135v42.07l36.43 21.03V105.17L0 84.135zm109.291 21.035l-36.43 21.034v126.2l36.43 21.035v-84.135l36.435 21.035v-42.07l-36.435-21.034V105.17z"
960
- fill="#E55B2D"
961
- ></path>
962
- <path
963
- d="M145.726 42.065L36.43 105.17v42.065l72.861-42.065v42.065l36.435-21.03v-84.14zM255.022 63.1l-36.435 21.035v42.07l36.435-21.035V63.1zm-72.865 84.135l-36.43 21.035v42.07l36.43-21.036v-42.07zm-36.43 63.104l-36.436-21.035v84.135l36.435-21.035V210.34z"
964
- fill="#ED8E24"
965
- ></path>
966
- <path
967
- d="M145.726 0L0 84.135l36.43 21.035l109.296-63.105l72.861 42.07L255.022 63.1L145.726 0zm0 126.204l-36.435 21.03l36.435 21.036l36.43-21.035l-36.43-21.03z"
968
- fill="#F8BF3C"
969
- ></path>
970
- </svg>
971
- <span>
972
- TensorFlow
973
- </span>
974
-
975
- </a>
976
- <a class="
977
- tag
978
-
979
- tag-indigo
980
- "
981
- href="/models?filter=dataset:wikipedia"
982
- tag-id="dataset:wikipedia"
983
- >
984
- <span>
985
- wikipedia
986
- </span>
987
-
988
- </a>
989
- <a class="
990
- tag
991
-
992
- tag-green
993
- "
994
- href="/models?filter=multilingual"
995
- tag-id="multilingual"
996
- >
997
- <span>
998
- multilingual
999
- </span>
1000
-
1001
- </a>
1002
- <a class="
1003
- tag
1004
-
1005
- tag-purple
1006
- "
1007
- href="/models?filter=arxiv:1810.04805"
1008
- tag-id="arxiv:1810.04805"
1009
- >
1010
- <span>
1011
- arxiv:1810.04805
1012
- </span>
1013
-
1014
- </a>
1015
- <a class="
1016
- tag
1017
-
1018
- tag-blue
1019
- "
1020
- href="/models?filter=license:apache-2.0"
1021
- tag-id="license:apache-2.0"
1022
- >
1023
- <span>
1024
- apache-2.0
1025
- </span>
1026
-
1027
- </a>
1028
- <a class="
1029
- tag
1030
-
1031
- tag-purple
1032
- "
1033
- href="/models?filter=bert"
1034
- tag-id="bert"
1035
- >
1036
- <span>
1037
- bert
1038
- </span>
1039
-
1040
- </a>
1041
- <a class="
1042
- tag
1043
-
1044
- tag-purple
1045
- "
1046
- href="/models?filter=masked-lm"
1047
- tag-id="masked-lm"
1048
- >
1049
- <span>
1050
- masked-lm
1051
- </span>
1052
-
1053
- </a>
1054
- </div>
1055
- <div class="border-b border-gray-100">
1056
- <div class="flex items-center justify-between">
1057
- <div class="flex items-center h-12 -mb-px overflow-x-auto overflow-y-hidden">
1058
- <a
1059
- class="tab-alternate "
1060
- href="/bert-base-multilingual-cased"
1061
- >
1062
- <svg
1063
- alt=""
1064
- class="mr-1.5 text-gray-400"
1065
- xmlns="http://www.w3.org/2000/svg"
1066
- xmlns:xlink="http://www.w3.org/1999/xlink"
1067
- aria-hidden="true"
1068
- focusable="false"
1069
- role="img"
1070
- width="1em"
1071
- height="1em"
1072
- preserveAspectRatio="xMidYMid meet"
1073
- viewBox="0 0 24 24"
1074
- >
1075
- <path
1076
- class="uim-quaternary"
1077
- d="M20.23 7.24L12 12L3.77 7.24a1.98 1.98 0 0 1 .7-.71L11 2.76c.62-.35 1.38-.35 2 0l6.53 3.77c.29.173.531.418.7.71z"
1078
- opacity=".25"
1079
- fill="currentColor"
1080
- ></path>
1081
- <path
1082
- class="uim-tertiary"
1083
- d="M12 12v9.5a2.09 2.09 0 0 1-.91-.21L4.5 17.48a2.003 2.003 0 0 1-1-1.73v-7.5a2.06 2.06 0 0 1 .27-1.01L12 12z"
1084
- opacity=".5"
1085
- fill="currentColor"
1086
- ></path>
1087
- <path
1088
- class="uim-primary"
1089
- d="M20.5 8.25v7.5a2.003 2.003 0 0 1-1 1.73l-6.62 3.82c-.275.13-.576.198-.88.2V12l8.23-4.76c.175.308.268.656.27 1.01z"
1090
- fill="currentColor"
1091
- ></path>
1092
- </svg>
1093
- Model card
1094
- </a>
1095
- <a
1096
- class="tab-alternate active"
1097
- href="/bert-base-multilingual-cased/tree/main"
1098
- >
1099
- <svg
1100
- alt=""
1101
- class="mr-1.5 text-gray-400"
1102
- xmlns="http://www.w3.org/2000/svg"
1103
- xmlns:xlink="http://www.w3.org/1999/xlink"
1104
- aria-hidden="true"
1105
- focusable="false"
1106
- role="img"
1107
- width="1em"
1108
- height="1em"
1109
- preserveAspectRatio="xMidYMid meet"
1110
- viewBox="0 0 24 24"
1111
- >
1112
- <path
1113
- class="uim-tertiary"
1114
- d="M21 19h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm0-4h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm0-8h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm0 4h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z"
1115
- opacity=".5"
1116
- fill="currentColor"
1117
- ></path>
1118
- <path
1119
- class="uim-primary"
1120
- d="M9 19a1 1 0 0 1-1-1V6a1 1 0 0 1 2 0v12a1 1 0 0 1-1 1zm-6-4.333a1 1 0 0 1-.64-1.769L3.438 12l-1.078-.898a1 1 0 0 1 1.28-1.538l2 1.667a1 1 0 0 1 0 1.538l-2 1.667a.999.999 0 0 1-.64.231z"
1121
- fill="currentColor"
1122
- ></path>
1123
- </svg>
1124
- Files and versions
1125
- </a>
1126
- </div>
1127
- <div class="relative hidden space-x-1.5 md:flex">
1128
- <div
1129
- class="v2-dropdown relative "
1130
-
1131
- >
1132
- <button
1133
- class="v2-dropdown-button cursor-pointer w-full btn text-sm"
1134
- type="button"
1135
- >
1136
- <svg
1137
- alt=""
1138
- class="mr-1.5"
1139
- xmlns="http://www.w3.org/2000/svg"
1140
- xmlns:xlink="http://www.w3.org/1999/xlink"
1141
- aria-hidden="true"
1142
- focusable="false"
1143
- role="img"
1144
- width="1em"
1145
- height="1em"
1146
- preserveAspectRatio="xMidYMid meet"
1147
- viewBox="0 0 32 32"
1148
- style="transform: rotate(360deg);"
1149
- >
1150
- <path
1151
- d="M31 16l-7 7l-1.41-1.41L28.17 16l-5.58-5.59L24 9l7 7z"
1152
- fill="currentColor"
1153
- ></path>
1154
- <path
1155
- d="M1 16l7-7l1.41 1.41L3.83 16l5.58 5.59L8 23l-7-7z"
1156
- fill="currentColor"
1157
- ></path>
1158
- <path
1159
- d="M12.419 25.484L17.639 6l1.932.518L14.35 26z"
1160
- fill="currentColor"
1161
- ></path>
1162
- </svg>
1163
- Use in transformers
1164
- </button><div
1165
- class="v2-dropdown-menu hidden absolute mt-1 min-w-full w-full md:w-auto bg-white rounded-xl overflow-hidden shadow-lg z-10 border border-gray-100 right-0 top-full v2-to-clipboard"
1166
- >
1167
- <ul class="min-w-full w-auto">
1168
- <div
1169
- class="col-span-full px-4 py-0.5 flex items-center justify-between font-semibold bg-gradient-to-r to-white whitespace-nowrap from-gray-50 border-b border-gray-200 h-11"
1170
- >
1171
- <h3 class="font-semibold md:mr-36">
1172
- How to use from the
1173
- <a target="_blank" href="https://github.com/huggingface/transformers">🤗/transformers</a>
1174
- library:
1175
- </h3>
1176
- <button
1177
- class="v2-to-clipboard-button text-sm underline flex items-center cursor-pointer text-gray-500"
1178
- >
1179
- <svg
1180
- alt=""
1181
- class="mr-1"
1182
- xmlns="http://www.w3.org/2000/svg"
1183
- xmlns:xlink="http://www.w3.org/1999/xlink"
1184
- aria-hidden="true"
1185
- focusable="false"
1186
- role="img"
1187
- width="1em"
1188
- height="1em"
1189
- preserveAspectRatio="xMidYMid meet"
1190
- viewBox="0 0 32 32"
1191
- >
1192
- <path
1193
- d="M25.7 9.3l-7-7A.908.908 0 0 0 18 2H8a2.006 2.006 0 0 0-2 2v24a2.006 2.006 0 0 0 2 2h16a2.006 2.006 0 0 0 2-2V10a.908.908 0 0 0-.3-.7zM18 4.4l5.6 5.6H18zM24 28H8V4h8v6a2.006 2.006 0 0 0 2 2h6z"
1194
- fill="currentColor"
1195
- ></path>
1196
- </svg>
1197
- Copy to clipboard
1198
- </button>
1199
- </div> <pre class="v2-to-clipboard-content whitespace-pre-line text-sm p-4 text-gray-700">
1200
- from transformers import AutoTokenizer, AutoModelForMaskedLM
1201
-
1202
- tokenizer = AutoTokenizer.from_pretrained("bert-base-multilingual-cased")
1203
-
1204
- model = AutoModelForMaskedLM.from_pretrained("bert-base-multilingual-cased")
1205
- </pre>
1206
-
1207
- <div
1208
- class="col-span-full px-4 py-0.5 flex items-center justify-between font-semibold bg-gradient-to-r to-white whitespace-nowrap from-gray-50 border-b border-gray-200 h-11"
1209
- >
1210
- <h3 class="font-semibold">
1211
- Or just clone the model repo
1212
- </h3>
1213
- </div> <pre class="whitespace-pre-line text-sm p-4 text-gray-700">
1214
- git lfs install
1215
- git clone https://huggingface.co/bert-base-multilingual-cased
1216
- <div class="text-gray-500 text-xs">
1217
- # if you want to clone without large files – just their pointers
1218
- # prepend your git clone with the following env var:
1219
- </div>
1220
- GIT_LFS_SKIP_SMUDGE=1
1221
- </pre>
1222
- </ul>
1223
- </div></div>
1224
- </div>
1225
- </div>
1226
- </div>
1227
- </div>
1228
- </header>
1229
- <div
1230
- class="container relative space-y-4 flex flex-col md:grid md:space-y-0 overflow-hidden
1231
- md:grid-cols-12
1232
-
1233
- md:gap-6
1234
-
1235
- "
1236
-
1237
-
1238
- >
1239
- <section class="pt-8 border-gray-100 col-span-full">
1240
-
1241
- <header class="pb-4 flex items-center justify-between">
1242
- <div class="flex items-center">
1243
- <div
1244
- class="v2-dropdown relative mr-6"
1245
-
1246
- >
1247
- <button
1248
- class="v2-dropdown-button cursor-pointer w-full btn"
1249
- type="button"
1250
- >
1251
- <svg
1252
- alt=""
1253
- class="mr-1 text-gray-700 dark:text-gray-400"
1254
- xmlns="http://www.w3.org/2000/svg"
1255
- xmlns:xlink="http://www.w3.org/1999/xlink"
1256
- aria-hidden="true"
1257
- focusable="false"
1258
- role="img"
1259
- width="1em"
1260
- height="1em"
1261
- preserveAspectRatio="xMidYMid meet"
1262
- viewBox="0 0 24 24"
1263
- style="transform: rotate(360deg);"
1264
- >
1265
- <path
1266
- d="M13 14c-3.36 0-4.46 1.35-4.82 2.24C9.25 16.7 10 17.76 10 19a3 3 0 0 1-3 3a3 3 0 0 1-3-3c0-1.31.83-2.42 2-2.83V7.83A2.99 2.99 0 0 1 4 5a3 3 0 0 1 3-3a3 3 0 0 1 3 3c0 1.31-.83 2.42-2 2.83v5.29c.88-.65 2.16-1.12 4-1.12c2.67 0 3.56-1.34 3.85-2.23A3.006 3.006 0 0 1 14 7a3 3 0 0 1 3-3a3 3 0 0 1 3 3c0 1.34-.88 2.5-2.09 2.86C17.65 11.29 16.68 14 13 14m-6 4a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1M7 4a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1m10 2a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1z"
1267
- fill="currentColor"
1268
- ></path>
1269
- </svg>
1270
- main
1271
- <svg
1272
- alt=""
1273
- class="text-gray-500"
1274
- xmlns="http://www.w3.org/2000/svg"
1275
- xmlns:xlink="http://www.w3.org/1999/xlink"
1276
- aria-hidden="true"
1277
- focusable="false"
1278
- role="img"
1279
- width="1em"
1280
- height="1em"
1281
- preserveAspectRatio="xMidYMid meet"
1282
- viewBox="0 0 24 24"
1283
- style="transform: rotate(360deg);"
1284
- >
1285
- <path d="M7 10l5 5l5-5z" fill="currentColor"></path>
1286
- </svg>
1287
- </button><div
1288
- class="v2-dropdown-menu hidden absolute mt-1 min-w-full w-full md:w-auto bg-white rounded-xl overflow-hidden shadow-lg z-10 border border-gray-100 right-0 top-full "
1289
- >
1290
- <ul class="min-w-full w-auto">
1291
- <li>
1292
- <ul>
1293
- <li>
1294
- <div
1295
- class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer truncate
1296
- hover:underline
1297
-
1298
-
1299
- "
1300
-
1301
-
1302
-
1303
-
1304
- >
1305
- <a
1306
- class="px-3 py-1.5"
1307
- href="/bert-base-multilingual-cased/blob/main/config.json"
1308
- >
1309
- main
1310
- </a>
1311
- </div>
1312
- </li>
1313
- </ul>
1314
- </li>
1315
- <li>
1316
- <ul class="bg-yellow-50">
1317
- </ul>
1318
- </li>
1319
- </ul>
1320
- </div></div>
1321
-
1322
- <a class="hover:underline text-gray-800 dark:text-gray-300" href="/bert-base-multilingual-cased/tree/main">
1323
- bert-base-multilingual-cased
1324
- </a>
1325
- <span class="text-gray-300 mx-1 font-light">/</span>
1326
-
1327
- <span class="font-light dark:text-gray-300">config.json</span>
1328
-
1329
- </div>
1330
-
1331
- <div class="flex justify-end">
1332
- </div>
1333
- </header>
1334
-
1335
- <div class="border border-b-0 dark:border-gray-800 px-3 py-2 flex items-baseline rounded-t-lg bg-gradient-to-b from-white to-gray-100 dark:from-gray-800 dark:to-gray-900">
1336
- <div class="mr-5 truncate flex-none">
1337
- system
1338
- </div>
1339
- <a
1340
- class="mr-4 font-mono text-sm text-gray-500 dark:text-gray-300 truncate hover:underline"
1341
- href="/bert-base-multilingual-cased/commit/1cc6870c9ab1bcf9e75f36ca5f86b8ab4ece07b6"
1342
- >
1343
- Update config.json
1344
- </a>
1345
- <a
1346
- class="text-sm border dark:border-gray-800 px-1.5 rounded bg-gray-50 dark:bg-gray-900 hover:underline"
1347
- href="/bert-base-multilingual-cased/commit/1cc6870c9ab1bcf9e75f36ca5f86b8ab4ece07b6"
1348
- >
1349
- 1cc6870
1350
- </a>
1351
- <time
1352
- datetime="2020-04-24T15:55:09"
1353
- class="ml-auto hidden lg:block text-gray-500 dark:text-gray-400 truncate flex-none pl-2"
1354
- >
1355
- 10 months ago
1356
- </time>
1357
- </div>
1358
-
1359
- <div class="flex flex-wrap items-center justify-between px-3 py-1.5 border dark:border-gray-800 text-sm text-gray-800 dark:bg-gray-900">
1360
- <div class="flex flex-wrap items-center">
1361
- <a class="flex items-center hover:underline my-1 mr-4" href="/bert-base-multilingual-cased/raw/main/config.json">
1362
- <svg
1363
- alt=""
1364
- class="mr-1.5 "
1365
- xmlns="http://www.w3.org/2000/svg"
1366
- xmlns:xlink="http://www.w3.org/1999/xlink"
1367
- aria-hidden="true"
1368
- focusable="false"
1369
- role="img"
1370
- width="1em"
1371
- height="1em"
1372
- preserveAspectRatio="xMidYMid meet"
1373
- viewBox="0 0 32 32"
1374
- style="transform: rotate(360deg);"
1375
- >
1376
- <path
1377
- d="M31 16l-7 7l-1.41-1.41L28.17 16l-5.58-5.59L24 9l7 7z"
1378
- fill="currentColor"
1379
- ></path>
1380
- <path
1381
- d="M1 16l7-7l1.41 1.41L3.83 16l5.58 5.59L8 23l-7-7z"
1382
- fill="currentColor"
1383
- ></path>
1384
- <path
1385
- d="M12.419 25.484L17.639 6l1.932.518L14.35 26z"
1386
- fill="currentColor"
1387
- ></path>
1388
- </svg>
1389
- Raw
1390
- </a>
1391
- <a class="flex items-center hover:underline my-1 mr-4" href="/bert-base-multilingual-cased/commits/main/config.json">
1392
- <svg
1393
- alt=""
1394
- class="mr-1.5"
1395
- xmlns="http://www.w3.org/2000/svg"
1396
- xmlns:xlink="http://www.w3.org/1999/xlink"
1397
- aria-hidden="true"
1398
- focusable="false"
1399
- role="img"
1400
- width="1em"
1401
- height="1em"
1402
- preserveAspectRatio="xMidYMid meet"
1403
- viewBox="0 0 32 32"
1404
- style="transform: rotate(360deg);"
1405
- >
1406
- <path
1407
- d="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4zm0 2c5.535 0 10 4.465 10 10s-4.465 10-10 10S6 21.535 6 16S10.465 6 16 6zm-1 2v9h7v-2h-5V8z"
1408
- fill="currentColor"
1409
- ></path>
1410
- </svg>
1411
- History
1412
- </a>
1413
- <a class="flex items-center hover:underline my-1 mr-4" href="/bert-base-multilingual-cased/blame/main/config.json">
1414
- <svg
1415
- alt=""
1416
- class="mr-1.5"
1417
- xmlns="http://www.w3.org/2000/svg"
1418
- xmlns:xlink="http://www.w3.org/1999/xlink"
1419
- aria-hidden="true"
1420
- focusable="false"
1421
- role="img"
1422
- class=""
1423
- width="1em"
1424
- height="1em"
1425
- preserveAspectRatio="xMidYMid meet"
1426
- viewBox="0 0 32 32"
1427
- style="transform: rotate(360deg);"
1428
- >
1429
- <path
1430
- d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2zm0 26a12 12 0 1 1 12-12a12 12 0 0 1-12 12z"
1431
- fill="currentColor"
1432
- ></path>
1433
- <path
1434
- d="M11.5 11a2.5 2.5 0 1 0 2.5 2.5a2.48 2.48 0 0 0-2.5-2.5z"
1435
- fill="currentColor"
1436
- ></path>
1437
- <path
1438
- d="M20.5 11a2.5 2.5 0 1 0 2.5 2.5a2.48 2.48 0 0 0-2.5-2.5z"
1439
- fill="currentColor"
1440
- ></path>
1441
- </svg>
1442
- Blame
1443
- </a>
1444
- </div>
1445
- <div class="dark:text-gray-300">
1446
- 625 Bytes
1447
- </div>
1448
- </div>
1449
-
1450
- <div class="v2-line-select relative border border-t-0 rounded-b-lg dark:bg-gray-900 dark:border-gray-800 text-sm py-3 leading-tight">
1451
- <div class="overflow-x-auto">
1452
- <table>
1453
- <tr id="L1">
1454
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1455
- <pre>1</pre>
1456
- </td>
1457
- <td class="px-3 w-full">
1458
- <pre>{</pre>
1459
- </td>
1460
- </tr>
1461
- <tr id="L2">
1462
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1463
- <pre>2</pre>
1464
- </td>
1465
- <td class="px-3 w-full">
1466
- <pre> <span class="hljs-attr">&quot;architectures&quot;</span>: [</pre>
1467
- </td>
1468
- </tr>
1469
- <tr id="L3">
1470
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1471
- <pre>3</pre>
1472
- </td>
1473
- <td class="px-3 w-full">
1474
- <pre> <span class="hljs-string">&quot;BertForMaskedLM&quot;</span></pre>
1475
- </td>
1476
- </tr>
1477
- <tr id="L4">
1478
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1479
- <pre>4</pre>
1480
- </td>
1481
- <td class="px-3 w-full">
1482
- <pre> ],</pre>
1483
- </td>
1484
- </tr>
1485
- <tr id="L5">
1486
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1487
- <pre>5</pre>
1488
- </td>
1489
- <td class="px-3 w-full">
1490
- <pre> <span class="hljs-attr">&quot;attention_probs_dropout_prob&quot;</span>: <span class="hljs-number">0.1</span>,</pre>
1491
- </td>
1492
- </tr>
1493
- <tr id="L6">
1494
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1495
- <pre>6</pre>
1496
- </td>
1497
- <td class="px-3 w-full">
1498
- <pre> <span class="hljs-attr">&quot;directionality&quot;</span>: <span class="hljs-string">&quot;bidi&quot;</span>,</pre>
1499
- </td>
1500
- </tr>
1501
- <tr id="L7">
1502
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1503
- <pre>7</pre>
1504
- </td>
1505
- <td class="px-3 w-full">
1506
- <pre> <span class="hljs-attr">&quot;hidden_act&quot;</span>: <span class="hljs-string">&quot;gelu&quot;</span>,</pre>
1507
- </td>
1508
- </tr>
1509
- <tr id="L8">
1510
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1511
- <pre>8</pre>
1512
- </td>
1513
- <td class="px-3 w-full">
1514
- <pre> <span class="hljs-attr">&quot;hidden_dropout_prob&quot;</span>: <span class="hljs-number">0.1</span>,</pre>
1515
- </td>
1516
- </tr>
1517
- <tr id="L9">
1518
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1519
- <pre>9</pre>
1520
- </td>
1521
- <td class="px-3 w-full">
1522
- <pre> <span class="hljs-attr">&quot;hidden_size&quot;</span>: <span class="hljs-number">768</span>,</pre>
1523
- </td>
1524
- </tr>
1525
- <tr id="L10">
1526
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1527
- <pre>10</pre>
1528
- </td>
1529
- <td class="px-3 w-full">
1530
- <pre> <span class="hljs-attr">&quot;initializer_range&quot;</span>: <span class="hljs-number">0.02</span>,</pre>
1531
- </td>
1532
- </tr>
1533
- <tr id="L11">
1534
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1535
- <pre>11</pre>
1536
- </td>
1537
- <td class="px-3 w-full">
1538
- <pre> <span class="hljs-attr">&quot;intermediate_size&quot;</span>: <span class="hljs-number">3072</span>,</pre>
1539
- </td>
1540
- </tr>
1541
- <tr id="L12">
1542
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1543
- <pre>12</pre>
1544
- </td>
1545
- <td class="px-3 w-full">
1546
- <pre> <span class="hljs-attr">&quot;layer_norm_eps&quot;</span>: <span class="hljs-number">1e-12</span>,</pre>
1547
- </td>
1548
- </tr>
1549
- <tr id="L13">
1550
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1551
- <pre>13</pre>
1552
- </td>
1553
- <td class="px-3 w-full">
1554
- <pre> <span class="hljs-attr">&quot;max_position_embeddings&quot;</span>: <span class="hljs-number">512</span>,</pre>
1555
- </td>
1556
- </tr>
1557
- <tr id="L14">
1558
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1559
- <pre>14</pre>
1560
- </td>
1561
- <td class="px-3 w-full">
1562
- <pre> <span class="hljs-attr">&quot;model_type&quot;</span>: <span class="hljs-string">&quot;bert&quot;</span>,</pre>
1563
- </td>
1564
- </tr>
1565
- <tr id="L15">
1566
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1567
- <pre>15</pre>
1568
- </td>
1569
- <td class="px-3 w-full">
1570
- <pre> <span class="hljs-attr">&quot;num_attention_heads&quot;</span>: <span class="hljs-number">12</span>,</pre>
1571
- </td>
1572
- </tr>
1573
- <tr id="L16">
1574
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1575
- <pre>16</pre>
1576
- </td>
1577
- <td class="px-3 w-full">
1578
- <pre> <span class="hljs-attr">&quot;num_hidden_layers&quot;</span>: <span class="hljs-number">12</span>,</pre>
1579
- </td>
1580
- </tr>
1581
- <tr id="L17">
1582
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1583
- <pre>17</pre>
1584
- </td>
1585
- <td class="px-3 w-full">
1586
- <pre> <span class="hljs-attr">&quot;pad_token_id&quot;</span>: <span class="hljs-number">0</span>,</pre>
1587
- </td>
1588
- </tr>
1589
- <tr id="L18">
1590
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1591
- <pre>18</pre>
1592
- </td>
1593
- <td class="px-3 w-full">
1594
- <pre> <span class="hljs-attr">&quot;pooler_fc_size&quot;</span>: <span class="hljs-number">768</span>,</pre>
1595
- </td>
1596
- </tr>
1597
- <tr id="L19">
1598
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1599
- <pre>19</pre>
1600
- </td>
1601
- <td class="px-3 w-full">
1602
- <pre> <span class="hljs-attr">&quot;pooler_num_attention_heads&quot;</span>: <span class="hljs-number">12</span>,</pre>
1603
- </td>
1604
- </tr>
1605
- <tr id="L20">
1606
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1607
- <pre>20</pre>
1608
- </td>
1609
- <td class="px-3 w-full">
1610
- <pre> <span class="hljs-attr">&quot;pooler_num_fc_layers&quot;</span>: <span class="hljs-number">3</span>,</pre>
1611
- </td>
1612
- </tr>
1613
- <tr id="L21">
1614
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1615
- <pre>21</pre>
1616
- </td>
1617
- <td class="px-3 w-full">
1618
- <pre> <span class="hljs-attr">&quot;pooler_size_per_head&quot;</span>: <span class="hljs-number">128</span>,</pre>
1619
- </td>
1620
- </tr>
1621
- <tr id="L22">
1622
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1623
- <pre>22</pre>
1624
- </td>
1625
- <td class="px-3 w-full">
1626
- <pre> <span class="hljs-attr">&quot;pooler_type&quot;</span>: <span class="hljs-string">&quot;first_token_transform&quot;</span>,</pre>
1627
- </td>
1628
- </tr>
1629
- <tr id="L23">
1630
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1631
- <pre>23</pre>
1632
- </td>
1633
- <td class="px-3 w-full">
1634
- <pre> <span class="hljs-attr">&quot;type_vocab_size&quot;</span>: <span class="hljs-number">2</span>,</pre>
1635
- </td>
1636
- </tr>
1637
- <tr id="L24">
1638
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1639
- <pre>24</pre>
1640
- </td>
1641
- <td class="px-3 w-full">
1642
- <pre> <span class="hljs-attr">&quot;vocab_size&quot;</span>: <span class="hljs-number">119547</span></pre>
1643
- </td>
1644
- </tr>
1645
- <tr id="L25">
1646
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1647
- <pre>25</pre>
1648
- </td>
1649
- <td class="px-3 w-full">
1650
- <pre>}</pre>
1651
- </td>
1652
- </tr>
1653
- <tr id="L26">
1654
- <td class="text-right select-none pl-5 pr-3 cursor-pointer text-gray-300 hover:text-black">
1655
- <pre>26</pre>
1656
- </td>
1657
- <td class="px-3 w-full">
1658
- <pre></pre>
1659
- </td>
1660
- </tr>
1661
- </table>
1662
- </div>
1663
- <div
1664
- class="v2-line-select-menu v2-to-clipboard hidden absolute top-1.5 -left-4"
1665
- title="Copy permalink to line"
1666
- >
1667
- <button
1668
- class="v2-to-clipboard-button flex items-center justify-center leading-none w-7 h-7 bg-white cursor-pointer rounded-md border text-gray-400 hover:text-gray-800"
1669
- >
1670
- <svg
1671
- alt=""
1672
- class="w-4 h-4"
1673
- xmlns="http://www.w3.org/2000/svg"
1674
- xmlns:xlink="http://www.w3.org/1999/xlink"
1675
- aria-hidden="true"
1676
- role="img"
1677
- width="1em"
1678
- height="1em"
1679
- preserveAspectRatio="xMidYMid meet"
1680
- viewBox="0 0 32 32"
1681
- >
1682
- <path
1683
- d="M29.25 6.76a6 6 0 0 0-8.5 0l1.42 1.42a4 4 0 1 1 5.67 5.67l-8 8a4 4 0 1 1-5.67-5.66l1.41-1.42l-1.41-1.42l-1.42 1.42a6 6 0 0 0 0 8.5A6 6 0 0 0 17 25a6 6 0 0 0 4.27-1.76l8-8a6 6 0 0 0-.02-8.48z"
1684
- fill="currentColor"
1685
- ></path>
1686
- <path
1687
- d="M4.19 24.82a4 4 0 0 1 0-5.67l8-8a4 4 0 0 1 5.67 0A3.94 3.94 0 0 1 19 14a4 4 0 0 1-1.17 2.85L15.71 19l1.42 1.42l2.12-2.12a6 6 0 0 0-8.51-8.51l-8 8a6 6 0 0 0 0 8.51A6 6 0 0 0 7 28a6.07 6.07 0 0 0 4.28-1.76l-1.42-1.42a4 4 0 0 1-5.67 0z"
1688
- fill="currentColor"
1689
- ></path>
1690
- </svg> </button>
1691
- <span
1692
- class="v2-line-select-link v2-to-clipboard-content hidden"
1693
- />
1694
- </div>
1695
- </div>
1696
- </section>
1697
- </div>
1698
- </main>
1699
-
1700
- <script defer src="/front/build/bundle.15b12e0.js"></script>
1701
- <script>
1702
- if (! (
1703
- ['localhost', 'huggingface.test'].includes(window.location.hostname)
1704
- || window.location.hostname.includes('ngrok.io')
1705
- )) {
1706
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
1707
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
1708
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
1709
- })(window,document,'script','https://www.google-analytics.com/analytics.js','ganalytics');
1710
- ganalytics('create', 'UA-83738774-2', 'auto');
1711
- ganalytics('send', 'pageview');
1712
- }
1713
- </script>
1714
- </body>
1715
- </html>
1
+ {
2
+ "architectures": [
3
+ "BertForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "directionality": "bidi",
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 512,
14
+ "model_type": "bert",
15
+ "num_attention_heads": 12,
16
+ "num_hidden_layers": 12,
17
+ "pad_token_id": 0,
18
+ "pooler_fc_size": 768,
19
+ "pooler_num_attention_heads": 12,
20
+ "pooler_num_fc_layers": 3,
21
+ "pooler_size_per_head": 128,
22
+ "pooler_type": "first_token_transform",
23
+ "type_vocab_size": 2,
24
+ "vocab_size": 119547
25
+ }