kadcoder commited on
Commit
dc699b8
·
verified ·
1 Parent(s): c0cd607

Training in progress, epoch 1

Browse files
README.md CHANGED
@@ -1,17 +1,17 @@
1
  ---
2
- base_model: google/gemma-3n-e2b-it
3
  library_name: transformers
4
  model_name: medgemma-4b-oraclebio_prompt
5
  tags:
6
  - generated_from_trainer
7
- - trl
8
  - sft
 
9
  licence: license
10
  ---
11
 
12
  # Model Card for medgemma-4b-oraclebio_prompt
13
 
14
- This model is a fine-tuned version of [google/gemma-3n-e2b-it](https://huggingface.co/google/gemma-3n-e2b-it).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
  ## Quick start
@@ -35,8 +35,8 @@ This model was trained with SFT.
35
  ### Framework versions
36
 
37
  - TRL: 0.19.1
38
- - Transformers: 4.53.1
39
- - Pytorch: 2.4.1
40
  - Datasets: 4.0.0
41
  - Tokenizers: 0.21.2
42
 
 
1
  ---
2
+ base_model: google/medgemma-4b-it
3
  library_name: transformers
4
  model_name: medgemma-4b-oraclebio_prompt
5
  tags:
6
  - generated_from_trainer
 
7
  - sft
8
+ - trl
9
  licence: license
10
  ---
11
 
12
  # Model Card for medgemma-4b-oraclebio_prompt
13
 
14
+ This model is a fine-tuned version of [google/medgemma-4b-it](https://huggingface.co/google/medgemma-4b-it).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
  ## Quick start
 
35
  ### Framework versions
36
 
37
  - TRL: 0.19.1
38
+ - Transformers: 4.53.2
39
+ - Pytorch: 2.7.1
40
  - Datasets: 4.0.0
41
  - Tokenizers: 0.21.2
42
 
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "google/gemma-3n-e2b-it",
5
  "bias": "none",
6
  "corda_config": null,
7
  "eva_config": null,
@@ -28,35 +28,16 @@
28
  "rank_pattern": {},
29
  "revision": null,
30
  "target_modules": [
31
- "prediction_coefs",
32
- "altup_projections.1",
33
- "modality_router",
34
  "o_proj",
35
- "ffw_layer_1",
36
- "ffw_layer_2",
37
- "input_proj_linear",
38
- "v_proj",
39
- "altup_unembed_projections.1",
40
- "per_layer_input_gate",
41
- "per_layer_model_projection",
42
  "gate_proj",
43
- "linear_end",
44
- "altup_projections.0",
45
- "altup_unembed_projections.2",
46
- "post",
47
- "embedding_projection",
48
- "linear_left",
49
- "altup_projections.2",
50
- "pos_proj",
51
- "linear_start",
52
- "q_proj",
53
- "down_proj",
54
- "linear_right",
55
- "up_proj",
56
- "altup_unembed_projections.0",
57
  "k_proj",
58
- "per_layer_projection",
59
- "correction_coefs"
60
  ],
61
  "task_type": "CAUSAL_LM",
62
  "trainable_token_indices": null,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "google/medgemma-4b-it",
5
  "bias": "none",
6
  "corda_config": null,
7
  "eva_config": null,
 
28
  "rank_pattern": {},
29
  "revision": null,
30
  "target_modules": [
31
+ "down_proj",
32
+ "q_proj",
 
33
  "o_proj",
 
 
 
 
 
 
 
34
  "gate_proj",
35
+ "fc2",
36
+ "out_proj",
37
+ "v_proj",
 
 
 
 
 
 
 
 
 
 
 
38
  "k_proj",
39
+ "fc1",
40
+ "up_proj"
41
  ],
42
  "task_type": "CAUSAL_LM",
43
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88c0e32edf87ee4d226bf0aa2ad07b4b54f7517e399594f8d287fa36c13916e0
3
- size 2299383480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86b873c08abc085367412f43c553d3eee6b74fc371627d38064e8035f8256ce2
3
+ size 2839126480
chat_template.jinja CHANGED
@@ -29,10 +29,8 @@
29
  {{ message['content'] | trim }}
30
  {%- elif message['content'] is iterable -%}
31
  {%- for item in message['content'] -%}
32
- {%- if item['type'] == 'audio' -%}
33
- {{ '<audio_soft_token>' }}
34
- {%- elif item['type'] == 'image' -%}
35
- {{ '<image_soft_token>' }}
36
  {%- elif item['type'] == 'text' -%}
37
  {{ item['text'] | trim }}
38
  {%- endif -%}
 
29
  {{ message['content'] | trim }}
30
  {%- elif message['content'] is iterable -%}
31
  {%- for item in message['content'] -%}
32
+ {%- if item['type'] == 'image' -%}
33
+ {{ '<start_of_image>' }}
 
 
34
  {%- elif item['type'] == 'text' -%}
35
  {{ item['text'] | trim }}
36
  {%- endif -%}
preprocessor_config.json CHANGED
@@ -1,51 +1,29 @@
1
  {
2
- "crop_size": null,
3
- "data_format": "channels_first",
4
- "default_to_square": false,
5
- "device": null,
6
- "disable_grouping": null,
7
- "dither": 0.0,
8
- "do_center_crop": null,
9
  "do_convert_rgb": null,
10
- "do_normalize": false,
 
11
  "do_rescale": true,
12
  "do_resize": true,
13
- "feature_size": 128,
14
- "fft_length": 1024,
15
- "fft_overdrive": true,
16
- "frame_length": 512,
17
- "hop_length": 160,
18
  "image_mean": [
19
  0.5,
20
  0.5,
21
  0.5
22
  ],
23
- "image_processor_type": "SiglipImageProcessorFast",
24
  "image_seq_length": 256,
25
  "image_std": [
26
  0.5,
27
  0.5,
28
  0.5
29
  ],
30
- "input_data_format": null,
31
- "input_scale_factor": 1.0,
32
- "max_frequency": 7600.0,
33
- "mel_floor": 1e-05,
34
- "min_frequency": 125.0,
35
- "padding_side": "right",
36
- "padding_value": 0.0,
37
- "per_bin_mean": null,
38
- "per_bin_stddev": null,
39
- "preemphasis": 0.97,
40
- "preemphasis_htk_flavor": true,
41
- "processor_class": "Gemma3nProcessor",
42
  "resample": 2,
43
  "rescale_factor": 0.00392156862745098,
44
- "return_attention_mask": true,
45
- "return_tensors": null,
46
- "sampling_rate": 16000,
47
  "size": {
48
- "height": 768,
49
- "width": 768
50
  }
51
  }
 
1
  {
 
 
 
 
 
 
 
2
  "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_pan_and_scan": null,
5
  "do_rescale": true,
6
  "do_resize": true,
 
 
 
 
 
7
  "image_mean": [
8
  0.5,
9
  0.5,
10
  0.5
11
  ],
12
+ "image_processor_type": "Gemma3ImageProcessor",
13
  "image_seq_length": 256,
14
  "image_std": [
15
  0.5,
16
  0.5,
17
  0.5
18
  ],
19
+ "pan_and_scan_max_num_crops": null,
20
+ "pan_and_scan_min_crop_size": null,
21
+ "pan_and_scan_min_ratio_to_activate": null,
22
+ "processor_class": "Gemma3Processor",
 
 
 
 
 
 
 
 
23
  "resample": 2,
24
  "rescale_factor": 0.00392156862745098,
 
 
 
25
  "size": {
26
+ "height": 896,
27
+ "width": 896
28
  }
29
  }
processor_config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "audio_seq_length": 188,
3
  "image_seq_length": 256,
4
- "processor_class": "Gemma3nProcessor"
5
  }
 
1
  {
 
2
  "image_seq_length": 256,
3
+ "processor_class": "Gemma3Processor"
4
  }
runs/Jul16_10-57-46_shivneri/events.out.tfevents.1752643770.shivneri.2993027.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a39403abd6300b3856cf66409540df5a6426e11b0d500247ed6b357c7dd88171
3
+ size 9923
runs/Jul16_12-19-27_shivneri/events.out.tfevents.1752648574.shivneri.3132111.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e23d9d288038efbbe9410b29250a7e3d1061669ec5aff747e1d6c1982648c812
3
+ size 7898
runs/Jul16_12-24-56_shivneri/events.out.tfevents.1752648902.shivneri.3151826.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d32e0b5baa7c30cb980693945e96a479bda660f5f99a8f195dc927a67a09a67a
3
+ size 10744
special_tokens_map.json CHANGED
@@ -1,6 +1,4 @@
1
  {
2
- "audio_token": "<audio_soft_token>",
3
- "boa_token": "<start_of_audio>",
4
  "boi_token": "<start_of_image>",
5
  "bos_token": {
6
  "content": "<bos>",
@@ -9,7 +7,6 @@
9
  "rstrip": false,
10
  "single_word": false
11
  },
12
- "eoa_token": "<end_of_audio>",
13
  "eoi_token": "<end_of_image>",
14
  "eos_token": {
15
  "content": "<eos>",
 
1
  {
 
 
2
  "boi_token": "<start_of_image>",
3
  "bos_token": {
4
  "content": "<bos>",
 
7
  "rstrip": false,
8
  "single_word": false
9
  },
 
10
  "eoi_token": "<end_of_image>",
11
  "eos_token": {
12
  "content": "<eos>",
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed504d44c6898db6d71f4abf77cf8e12a9ee3ac90bb1aec0e1edc012c4251b23
3
- size 33442708
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ebf1915455f8237564395182c49e3c685cfe3533b3d50ec6d49ce65ec43c32e
3
+ size 33384723
tokenizer_config.json CHANGED
@@ -2163,7 +2163,7 @@
2163
  "special": true
2164
  },
2165
  "256000": {
2166
- "content": "<start_of_audio>",
2167
  "lstrip": false,
2168
  "normalized": false,
2169
  "rstrip": false,
@@ -51315,2074 +51315,28 @@
51315
  "special": false
51316
  },
51317
  "262144": {
51318
- "content": "<end_of_image>",
51319
- "lstrip": false,
51320
- "normalized": false,
51321
- "rstrip": false,
51322
- "single_word": false,
51323
- "special": true
51324
- },
51325
- "262145": {
51326
  "content": "<image_soft_token>",
51327
  "lstrip": false,
51328
  "normalized": false,
51329
  "rstrip": false,
51330
  "single_word": false,
51331
  "special": true
51332
- },
51333
- "262146": {
51334
- "content": "<unused_image0>",
51335
- "lstrip": false,
51336
- "normalized": false,
51337
- "rstrip": false,
51338
- "single_word": false,
51339
- "special": true
51340
- },
51341
- "262147": {
51342
- "content": "<unused_image1>",
51343
- "lstrip": false,
51344
- "normalized": false,
51345
- "rstrip": false,
51346
- "single_word": false,
51347
- "special": true
51348
- },
51349
- "262148": {
51350
- "content": "<unused_image2>",
51351
- "lstrip": false,
51352
- "normalized": false,
51353
- "rstrip": false,
51354
- "single_word": false,
51355
- "special": true
51356
- },
51357
- "262149": {
51358
- "content": "<unused_image3>",
51359
- "lstrip": false,
51360
- "normalized": false,
51361
- "rstrip": false,
51362
- "single_word": false,
51363
- "special": true
51364
- },
51365
- "262150": {
51366
- "content": "<unused_image4>",
51367
- "lstrip": false,
51368
- "normalized": false,
51369
- "rstrip": false,
51370
- "single_word": false,
51371
- "special": true
51372
- },
51373
- "262151": {
51374
- "content": "<unused_image5>",
51375
- "lstrip": false,
51376
- "normalized": false,
51377
- "rstrip": false,
51378
- "single_word": false,
51379
- "special": true
51380
- },
51381
- "262152": {
51382
- "content": "<unused_image6>",
51383
- "lstrip": false,
51384
- "normalized": false,
51385
- "rstrip": false,
51386
- "single_word": false,
51387
- "special": true
51388
- },
51389
- "262153": {
51390
- "content": "<unused_image7>",
51391
- "lstrip": false,
51392
- "normalized": false,
51393
- "rstrip": false,
51394
- "single_word": false,
51395
- "special": true
51396
- },
51397
- "262154": {
51398
- "content": "<unused_image8>",
51399
- "lstrip": false,
51400
- "normalized": false,
51401
- "rstrip": false,
51402
- "single_word": false,
51403
- "special": true
51404
- },
51405
- "262155": {
51406
- "content": "<unused_image9>",
51407
- "lstrip": false,
51408
- "normalized": false,
51409
- "rstrip": false,
51410
- "single_word": false,
51411
- "special": true
51412
- },
51413
- "262156": {
51414
- "content": "<unused_image10>",
51415
- "lstrip": false,
51416
- "normalized": false,
51417
- "rstrip": false,
51418
- "single_word": false,
51419
- "special": true
51420
- },
51421
- "262157": {
51422
- "content": "<unused_image11>",
51423
- "lstrip": false,
51424
- "normalized": false,
51425
- "rstrip": false,
51426
- "single_word": false,
51427
- "special": true
51428
- },
51429
- "262158": {
51430
- "content": "<unused_image12>",
51431
- "lstrip": false,
51432
- "normalized": false,
51433
- "rstrip": false,
51434
- "single_word": false,
51435
- "special": true
51436
- },
51437
- "262159": {
51438
- "content": "<unused_image13>",
51439
- "lstrip": false,
51440
- "normalized": false,
51441
- "rstrip": false,
51442
- "single_word": false,
51443
- "special": true
51444
- },
51445
- "262160": {
51446
- "content": "<unused_image14>",
51447
- "lstrip": false,
51448
- "normalized": false,
51449
- "rstrip": false,
51450
- "single_word": false,
51451
- "special": true
51452
- },
51453
- "262161": {
51454
- "content": "<unused_image15>",
51455
- "lstrip": false,
51456
- "normalized": false,
51457
- "rstrip": false,
51458
- "single_word": false,
51459
- "special": true
51460
- },
51461
- "262162": {
51462
- "content": "<unused_image16>",
51463
- "lstrip": false,
51464
- "normalized": false,
51465
- "rstrip": false,
51466
- "single_word": false,
51467
- "special": true
51468
- },
51469
- "262163": {
51470
- "content": "<unused_image17>",
51471
- "lstrip": false,
51472
- "normalized": false,
51473
- "rstrip": false,
51474
- "single_word": false,
51475
- "special": true
51476
- },
51477
- "262164": {
51478
- "content": "<unused_image18>",
51479
- "lstrip": false,
51480
- "normalized": false,
51481
- "rstrip": false,
51482
- "single_word": false,
51483
- "special": true
51484
- },
51485
- "262165": {
51486
- "content": "<unused_image19>",
51487
- "lstrip": false,
51488
- "normalized": false,
51489
- "rstrip": false,
51490
- "single_word": false,
51491
- "special": true
51492
- },
51493
- "262166": {
51494
- "content": "<unused_image20>",
51495
- "lstrip": false,
51496
- "normalized": false,
51497
- "rstrip": false,
51498
- "single_word": false,
51499
- "special": true
51500
- },
51501
- "262167": {
51502
- "content": "<unused_image21>",
51503
- "lstrip": false,
51504
- "normalized": false,
51505
- "rstrip": false,
51506
- "single_word": false,
51507
- "special": true
51508
- },
51509
- "262168": {
51510
- "content": "<unused_image22>",
51511
- "lstrip": false,
51512
- "normalized": false,
51513
- "rstrip": false,
51514
- "single_word": false,
51515
- "special": true
51516
- },
51517
- "262169": {
51518
- "content": "<unused_image23>",
51519
- "lstrip": false,
51520
- "normalized": false,
51521
- "rstrip": false,
51522
- "single_word": false,
51523
- "special": true
51524
- },
51525
- "262170": {
51526
- "content": "<unused_image24>",
51527
- "lstrip": false,
51528
- "normalized": false,
51529
- "rstrip": false,
51530
- "single_word": false,
51531
- "special": true
51532
- },
51533
- "262171": {
51534
- "content": "<unused_image25>",
51535
- "lstrip": false,
51536
- "normalized": false,
51537
- "rstrip": false,
51538
- "single_word": false,
51539
- "special": true
51540
- },
51541
- "262172": {
51542
- "content": "<unused_image26>",
51543
- "lstrip": false,
51544
- "normalized": false,
51545
- "rstrip": false,
51546
- "single_word": false,
51547
- "special": true
51548
- },
51549
- "262173": {
51550
- "content": "<unused_image27>",
51551
- "lstrip": false,
51552
- "normalized": false,
51553
- "rstrip": false,
51554
- "single_word": false,
51555
- "special": true
51556
- },
51557
- "262174": {
51558
- "content": "<unused_image28>",
51559
- "lstrip": false,
51560
- "normalized": false,
51561
- "rstrip": false,
51562
- "single_word": false,
51563
- "special": true
51564
- },
51565
- "262175": {
51566
- "content": "<unused_image29>",
51567
- "lstrip": false,
51568
- "normalized": false,
51569
- "rstrip": false,
51570
- "single_word": false,
51571
- "special": true
51572
- },
51573
- "262176": {
51574
- "content": "<unused_image30>",
51575
- "lstrip": false,
51576
- "normalized": false,
51577
- "rstrip": false,
51578
- "single_word": false,
51579
- "special": true
51580
- },
51581
- "262177": {
51582
- "content": "<unused_image31>",
51583
- "lstrip": false,
51584
- "normalized": false,
51585
- "rstrip": false,
51586
- "single_word": false,
51587
- "special": true
51588
- },
51589
- "262178": {
51590
- "content": "<unused_image32>",
51591
- "lstrip": false,
51592
- "normalized": false,
51593
- "rstrip": false,
51594
- "single_word": false,
51595
- "special": true
51596
- },
51597
- "262179": {
51598
- "content": "<unused_image33>",
51599
- "lstrip": false,
51600
- "normalized": false,
51601
- "rstrip": false,
51602
- "single_word": false,
51603
- "special": true
51604
- },
51605
- "262180": {
51606
- "content": "<unused_image34>",
51607
- "lstrip": false,
51608
- "normalized": false,
51609
- "rstrip": false,
51610
- "single_word": false,
51611
- "special": true
51612
- },
51613
- "262181": {
51614
- "content": "<unused_image35>",
51615
- "lstrip": false,
51616
- "normalized": false,
51617
- "rstrip": false,
51618
- "single_word": false,
51619
- "special": true
51620
- },
51621
- "262182": {
51622
- "content": "<unused_image36>",
51623
- "lstrip": false,
51624
- "normalized": false,
51625
- "rstrip": false,
51626
- "single_word": false,
51627
- "special": true
51628
- },
51629
- "262183": {
51630
- "content": "<unused_image37>",
51631
- "lstrip": false,
51632
- "normalized": false,
51633
- "rstrip": false,
51634
- "single_word": false,
51635
- "special": true
51636
- },
51637
- "262184": {
51638
- "content": "<unused_image38>",
51639
- "lstrip": false,
51640
- "normalized": false,
51641
- "rstrip": false,
51642
- "single_word": false,
51643
- "special": true
51644
- },
51645
- "262185": {
51646
- "content": "<unused_image39>",
51647
- "lstrip": false,
51648
- "normalized": false,
51649
- "rstrip": false,
51650
- "single_word": false,
51651
- "special": true
51652
- },
51653
- "262186": {
51654
- "content": "<unused_image40>",
51655
- "lstrip": false,
51656
- "normalized": false,
51657
- "rstrip": false,
51658
- "single_word": false,
51659
- "special": true
51660
- },
51661
- "262187": {
51662
- "content": "<unused_image41>",
51663
- "lstrip": false,
51664
- "normalized": false,
51665
- "rstrip": false,
51666
- "single_word": false,
51667
- "special": true
51668
- },
51669
- "262188": {
51670
- "content": "<unused_image42>",
51671
- "lstrip": false,
51672
- "normalized": false,
51673
- "rstrip": false,
51674
- "single_word": false,
51675
- "special": true
51676
- },
51677
- "262189": {
51678
- "content": "<unused_image43>",
51679
- "lstrip": false,
51680
- "normalized": false,
51681
- "rstrip": false,
51682
- "single_word": false,
51683
- "special": true
51684
- },
51685
- "262190": {
51686
- "content": "<unused_image44>",
51687
- "lstrip": false,
51688
- "normalized": false,
51689
- "rstrip": false,
51690
- "single_word": false,
51691
- "special": true
51692
- },
51693
- "262191": {
51694
- "content": "<unused_image45>",
51695
- "lstrip": false,
51696
- "normalized": false,
51697
- "rstrip": false,
51698
- "single_word": false,
51699
- "special": true
51700
- },
51701
- "262192": {
51702
- "content": "<unused_image46>",
51703
- "lstrip": false,
51704
- "normalized": false,
51705
- "rstrip": false,
51706
- "single_word": false,
51707
- "special": true
51708
- },
51709
- "262193": {
51710
- "content": "<unused_image47>",
51711
- "lstrip": false,
51712
- "normalized": false,
51713
- "rstrip": false,
51714
- "single_word": false,
51715
- "special": true
51716
- },
51717
- "262194": {
51718
- "content": "<unused_image48>",
51719
- "lstrip": false,
51720
- "normalized": false,
51721
- "rstrip": false,
51722
- "single_word": false,
51723
- "special": true
51724
- },
51725
- "262195": {
51726
- "content": "<unused_image49>",
51727
- "lstrip": false,
51728
- "normalized": false,
51729
- "rstrip": false,
51730
- "single_word": false,
51731
- "special": true
51732
- },
51733
- "262196": {
51734
- "content": "<unused_image50>",
51735
- "lstrip": false,
51736
- "normalized": false,
51737
- "rstrip": false,
51738
- "single_word": false,
51739
- "special": true
51740
- },
51741
- "262197": {
51742
- "content": "<unused_image51>",
51743
- "lstrip": false,
51744
- "normalized": false,
51745
- "rstrip": false,
51746
- "single_word": false,
51747
- "special": true
51748
- },
51749
- "262198": {
51750
- "content": "<unused_image52>",
51751
- "lstrip": false,
51752
- "normalized": false,
51753
- "rstrip": false,
51754
- "single_word": false,
51755
- "special": true
51756
- },
51757
- "262199": {
51758
- "content": "<unused_image53>",
51759
- "lstrip": false,
51760
- "normalized": false,
51761
- "rstrip": false,
51762
- "single_word": false,
51763
- "special": true
51764
- },
51765
- "262200": {
51766
- "content": "<unused_image54>",
51767
- "lstrip": false,
51768
- "normalized": false,
51769
- "rstrip": false,
51770
- "single_word": false,
51771
- "special": true
51772
- },
51773
- "262201": {
51774
- "content": "<unused_image55>",
51775
- "lstrip": false,
51776
- "normalized": false,
51777
- "rstrip": false,
51778
- "single_word": false,
51779
- "special": true
51780
- },
51781
- "262202": {
51782
- "content": "<unused_image56>",
51783
- "lstrip": false,
51784
- "normalized": false,
51785
- "rstrip": false,
51786
- "single_word": false,
51787
- "special": true
51788
- },
51789
- "262203": {
51790
- "content": "<unused_image57>",
51791
- "lstrip": false,
51792
- "normalized": false,
51793
- "rstrip": false,
51794
- "single_word": false,
51795
- "special": true
51796
- },
51797
- "262204": {
51798
- "content": "<unused_image58>",
51799
- "lstrip": false,
51800
- "normalized": false,
51801
- "rstrip": false,
51802
- "single_word": false,
51803
- "special": true
51804
- },
51805
- "262205": {
51806
- "content": "<unused_image59>",
51807
- "lstrip": false,
51808
- "normalized": false,
51809
- "rstrip": false,
51810
- "single_word": false,
51811
- "special": true
51812
- },
51813
- "262206": {
51814
- "content": "<unused_image60>",
51815
- "lstrip": false,
51816
- "normalized": false,
51817
- "rstrip": false,
51818
- "single_word": false,
51819
- "special": true
51820
- },
51821
- "262207": {
51822
- "content": "<unused_image61>",
51823
- "lstrip": false,
51824
- "normalized": false,
51825
- "rstrip": false,
51826
- "single_word": false,
51827
- "special": true
51828
- },
51829
- "262208": {
51830
- "content": "<unused_image62>",
51831
- "lstrip": false,
51832
- "normalized": false,
51833
- "rstrip": false,
51834
- "single_word": false,
51835
- "special": true
51836
- },
51837
- "262209": {
51838
- "content": "<unused_image63>",
51839
- "lstrip": false,
51840
- "normalized": false,
51841
- "rstrip": false,
51842
- "single_word": false,
51843
- "special": true
51844
- },
51845
- "262210": {
51846
- "content": "<unused_image64>",
51847
- "lstrip": false,
51848
- "normalized": false,
51849
- "rstrip": false,
51850
- "single_word": false,
51851
- "special": true
51852
- },
51853
- "262211": {
51854
- "content": "<unused_image65>",
51855
- "lstrip": false,
51856
- "normalized": false,
51857
- "rstrip": false,
51858
- "single_word": false,
51859
- "special": true
51860
- },
51861
- "262212": {
51862
- "content": "<unused_image66>",
51863
- "lstrip": false,
51864
- "normalized": false,
51865
- "rstrip": false,
51866
- "single_word": false,
51867
- "special": true
51868
- },
51869
- "262213": {
51870
- "content": "<unused_image67>",
51871
- "lstrip": false,
51872
- "normalized": false,
51873
- "rstrip": false,
51874
- "single_word": false,
51875
- "special": true
51876
- },
51877
- "262214": {
51878
- "content": "<unused_image68>",
51879
- "lstrip": false,
51880
- "normalized": false,
51881
- "rstrip": false,
51882
- "single_word": false,
51883
- "special": true
51884
- },
51885
- "262215": {
51886
- "content": "<unused_image69>",
51887
- "lstrip": false,
51888
- "normalized": false,
51889
- "rstrip": false,
51890
- "single_word": false,
51891
- "special": true
51892
- },
51893
- "262216": {
51894
- "content": "<unused_image70>",
51895
- "lstrip": false,
51896
- "normalized": false,
51897
- "rstrip": false,
51898
- "single_word": false,
51899
- "special": true
51900
- },
51901
- "262217": {
51902
- "content": "<unused_image71>",
51903
- "lstrip": false,
51904
- "normalized": false,
51905
- "rstrip": false,
51906
- "single_word": false,
51907
- "special": true
51908
- },
51909
- "262218": {
51910
- "content": "<unused_image72>",
51911
- "lstrip": false,
51912
- "normalized": false,
51913
- "rstrip": false,
51914
- "single_word": false,
51915
- "special": true
51916
- },
51917
- "262219": {
51918
- "content": "<unused_image73>",
51919
- "lstrip": false,
51920
- "normalized": false,
51921
- "rstrip": false,
51922
- "single_word": false,
51923
- "special": true
51924
- },
51925
- "262220": {
51926
- "content": "<unused_image74>",
51927
- "lstrip": false,
51928
- "normalized": false,
51929
- "rstrip": false,
51930
- "single_word": false,
51931
- "special": true
51932
- },
51933
- "262221": {
51934
- "content": "<unused_image75>",
51935
- "lstrip": false,
51936
- "normalized": false,
51937
- "rstrip": false,
51938
- "single_word": false,
51939
- "special": true
51940
- },
51941
- "262222": {
51942
- "content": "<unused_image76>",
51943
- "lstrip": false,
51944
- "normalized": false,
51945
- "rstrip": false,
51946
- "single_word": false,
51947
- "special": true
51948
- },
51949
- "262223": {
51950
- "content": "<unused_image77>",
51951
- "lstrip": false,
51952
- "normalized": false,
51953
- "rstrip": false,
51954
- "single_word": false,
51955
- "special": true
51956
- },
51957
- "262224": {
51958
- "content": "<unused_image78>",
51959
- "lstrip": false,
51960
- "normalized": false,
51961
- "rstrip": false,
51962
- "single_word": false,
51963
- "special": true
51964
- },
51965
- "262225": {
51966
- "content": "<unused_image79>",
51967
- "lstrip": false,
51968
- "normalized": false,
51969
- "rstrip": false,
51970
- "single_word": false,
51971
- "special": true
51972
- },
51973
- "262226": {
51974
- "content": "<unused_image80>",
51975
- "lstrip": false,
51976
- "normalized": false,
51977
- "rstrip": false,
51978
- "single_word": false,
51979
- "special": true
51980
- },
51981
- "262227": {
51982
- "content": "<unused_image81>",
51983
- "lstrip": false,
51984
- "normalized": false,
51985
- "rstrip": false,
51986
- "single_word": false,
51987
- "special": true
51988
- },
51989
- "262228": {
51990
- "content": "<unused_image82>",
51991
- "lstrip": false,
51992
- "normalized": false,
51993
- "rstrip": false,
51994
- "single_word": false,
51995
- "special": true
51996
- },
51997
- "262229": {
51998
- "content": "<unused_image83>",
51999
- "lstrip": false,
52000
- "normalized": false,
52001
- "rstrip": false,
52002
- "single_word": false,
52003
- "special": true
52004
- },
52005
- "262230": {
52006
- "content": "<unused_image84>",
52007
- "lstrip": false,
52008
- "normalized": false,
52009
- "rstrip": false,
52010
- "single_word": false,
52011
- "special": true
52012
- },
52013
- "262231": {
52014
- "content": "<unused_image85>",
52015
- "lstrip": false,
52016
- "normalized": false,
52017
- "rstrip": false,
52018
- "single_word": false,
52019
- "special": true
52020
- },
52021
- "262232": {
52022
- "content": "<unused_image86>",
52023
- "lstrip": false,
52024
- "normalized": false,
52025
- "rstrip": false,
52026
- "single_word": false,
52027
- "special": true
52028
- },
52029
- "262233": {
52030
- "content": "<unused_image87>",
52031
- "lstrip": false,
52032
- "normalized": false,
52033
- "rstrip": false,
52034
- "single_word": false,
52035
- "special": true
52036
- },
52037
- "262234": {
52038
- "content": "<unused_image88>",
52039
- "lstrip": false,
52040
- "normalized": false,
52041
- "rstrip": false,
52042
- "single_word": false,
52043
- "special": true
52044
- },
52045
- "262235": {
52046
- "content": "<unused_image89>",
52047
- "lstrip": false,
52048
- "normalized": false,
52049
- "rstrip": false,
52050
- "single_word": false,
52051
- "special": true
52052
- },
52053
- "262236": {
52054
- "content": "<unused_image90>",
52055
- "lstrip": false,
52056
- "normalized": false,
52057
- "rstrip": false,
52058
- "single_word": false,
52059
- "special": true
52060
- },
52061
- "262237": {
52062
- "content": "<unused_image91>",
52063
- "lstrip": false,
52064
- "normalized": false,
52065
- "rstrip": false,
52066
- "single_word": false,
52067
- "special": true
52068
- },
52069
- "262238": {
52070
- "content": "<unused_image92>",
52071
- "lstrip": false,
52072
- "normalized": false,
52073
- "rstrip": false,
52074
- "single_word": false,
52075
- "special": true
52076
- },
52077
- "262239": {
52078
- "content": "<unused_image93>",
52079
- "lstrip": false,
52080
- "normalized": false,
52081
- "rstrip": false,
52082
- "single_word": false,
52083
- "special": true
52084
- },
52085
- "262240": {
52086
- "content": "<unused_image94>",
52087
- "lstrip": false,
52088
- "normalized": false,
52089
- "rstrip": false,
52090
- "single_word": false,
52091
- "special": true
52092
- },
52093
- "262241": {
52094
- "content": "<unused_image95>",
52095
- "lstrip": false,
52096
- "normalized": false,
52097
- "rstrip": false,
52098
- "single_word": false,
52099
- "special": true
52100
- },
52101
- "262242": {
52102
- "content": "<unused_image96>",
52103
- "lstrip": false,
52104
- "normalized": false,
52105
- "rstrip": false,
52106
- "single_word": false,
52107
- "special": true
52108
- },
52109
- "262243": {
52110
- "content": "<unused_image97>",
52111
- "lstrip": false,
52112
- "normalized": false,
52113
- "rstrip": false,
52114
- "single_word": false,
52115
- "special": true
52116
- },
52117
- "262244": {
52118
- "content": "<unused_image98>",
52119
- "lstrip": false,
52120
- "normalized": false,
52121
- "rstrip": false,
52122
- "single_word": false,
52123
- "special": true
52124
- },
52125
- "262245": {
52126
- "content": "<unused_image99>",
52127
- "lstrip": false,
52128
- "normalized": false,
52129
- "rstrip": false,
52130
- "single_word": false,
52131
- "special": true
52132
- },
52133
- "262246": {
52134
- "content": "<unused_image100>",
52135
- "lstrip": false,
52136
- "normalized": false,
52137
- "rstrip": false,
52138
- "single_word": false,
52139
- "special": true
52140
- },
52141
- "262247": {
52142
- "content": "<unused_image101>",
52143
- "lstrip": false,
52144
- "normalized": false,
52145
- "rstrip": false,
52146
- "single_word": false,
52147
- "special": true
52148
- },
52149
- "262248": {
52150
- "content": "<unused_image102>",
52151
- "lstrip": false,
52152
- "normalized": false,
52153
- "rstrip": false,
52154
- "single_word": false,
52155
- "special": true
52156
- },
52157
- "262249": {
52158
- "content": "<unused_image103>",
52159
- "lstrip": false,
52160
- "normalized": false,
52161
- "rstrip": false,
52162
- "single_word": false,
52163
- "special": true
52164
- },
52165
- "262250": {
52166
- "content": "<unused_image104>",
52167
- "lstrip": false,
52168
- "normalized": false,
52169
- "rstrip": false,
52170
- "single_word": false,
52171
- "special": true
52172
- },
52173
- "262251": {
52174
- "content": "<unused_image105>",
52175
- "lstrip": false,
52176
- "normalized": false,
52177
- "rstrip": false,
52178
- "single_word": false,
52179
- "special": true
52180
- },
52181
- "262252": {
52182
- "content": "<unused_image106>",
52183
- "lstrip": false,
52184
- "normalized": false,
52185
- "rstrip": false,
52186
- "single_word": false,
52187
- "special": true
52188
- },
52189
- "262253": {
52190
- "content": "<unused_image107>",
52191
- "lstrip": false,
52192
- "normalized": false,
52193
- "rstrip": false,
52194
- "single_word": false,
52195
- "special": true
52196
- },
52197
- "262254": {
52198
- "content": "<unused_image108>",
52199
- "lstrip": false,
52200
- "normalized": false,
52201
- "rstrip": false,
52202
- "single_word": false,
52203
- "special": true
52204
- },
52205
- "262255": {
52206
- "content": "<unused_image109>",
52207
- "lstrip": false,
52208
- "normalized": false,
52209
- "rstrip": false,
52210
- "single_word": false,
52211
- "special": true
52212
- },
52213
- "262256": {
52214
- "content": "<unused_image110>",
52215
- "lstrip": false,
52216
- "normalized": false,
52217
- "rstrip": false,
52218
- "single_word": false,
52219
- "special": true
52220
- },
52221
- "262257": {
52222
- "content": "<unused_image111>",
52223
- "lstrip": false,
52224
- "normalized": false,
52225
- "rstrip": false,
52226
- "single_word": false,
52227
- "special": true
52228
- },
52229
- "262258": {
52230
- "content": "<unused_image112>",
52231
- "lstrip": false,
52232
- "normalized": false,
52233
- "rstrip": false,
52234
- "single_word": false,
52235
- "special": true
52236
- },
52237
- "262259": {
52238
- "content": "<unused_image113>",
52239
- "lstrip": false,
52240
- "normalized": false,
52241
- "rstrip": false,
52242
- "single_word": false,
52243
- "special": true
52244
- },
52245
- "262260": {
52246
- "content": "<unused_image114>",
52247
- "lstrip": false,
52248
- "normalized": false,
52249
- "rstrip": false,
52250
- "single_word": false,
52251
- "special": true
52252
- },
52253
- "262261": {
52254
- "content": "<unused_image115>",
52255
- "lstrip": false,
52256
- "normalized": false,
52257
- "rstrip": false,
52258
- "single_word": false,
52259
- "special": true
52260
- },
52261
- "262262": {
52262
- "content": "<unused_image116>",
52263
- "lstrip": false,
52264
- "normalized": false,
52265
- "rstrip": false,
52266
- "single_word": false,
52267
- "special": true
52268
- },
52269
- "262263": {
52270
- "content": "<unused_image117>",
52271
- "lstrip": false,
52272
- "normalized": false,
52273
- "rstrip": false,
52274
- "single_word": false,
52275
- "special": true
52276
- },
52277
- "262264": {
52278
- "content": "<unused_image118>",
52279
- "lstrip": false,
52280
- "normalized": false,
52281
- "rstrip": false,
52282
- "single_word": false,
52283
- "special": true
52284
- },
52285
- "262265": {
52286
- "content": "<unused_image119>",
52287
- "lstrip": false,
52288
- "normalized": false,
52289
- "rstrip": false,
52290
- "single_word": false,
52291
- "special": true
52292
- },
52293
- "262266": {
52294
- "content": "<unused_image120>",
52295
- "lstrip": false,
52296
- "normalized": false,
52297
- "rstrip": false,
52298
- "single_word": false,
52299
- "special": true
52300
- },
52301
- "262267": {
52302
- "content": "<unused_image121>",
52303
- "lstrip": false,
52304
- "normalized": false,
52305
- "rstrip": false,
52306
- "single_word": false,
52307
- "special": true
52308
- },
52309
- "262268": {
52310
- "content": "<unused_image122>",
52311
- "lstrip": false,
52312
- "normalized": false,
52313
- "rstrip": false,
52314
- "single_word": false,
52315
- "special": true
52316
- },
52317
- "262269": {
52318
- "content": "<unused_image123>",
52319
- "lstrip": false,
52320
- "normalized": false,
52321
- "rstrip": false,
52322
- "single_word": false,
52323
- "special": true
52324
- },
52325
- "262270": {
52326
- "content": "<unused_image124>",
52327
- "lstrip": false,
52328
- "normalized": false,
52329
- "rstrip": false,
52330
- "single_word": false,
52331
- "special": true
52332
- },
52333
- "262271": {
52334
- "content": "<unused_image125>",
52335
- "lstrip": false,
52336
- "normalized": false,
52337
- "rstrip": false,
52338
- "single_word": false,
52339
- "special": true
52340
- },
52341
- "262272": {
52342
- "content": "<end_of_audio>",
52343
- "lstrip": false,
52344
- "normalized": false,
52345
- "rstrip": false,
52346
- "single_word": false,
52347
- "special": true
52348
- },
52349
- "262273": {
52350
- "content": "<audio_soft_token>",
52351
- "lstrip": false,
52352
- "normalized": false,
52353
- "rstrip": false,
52354
- "single_word": false,
52355
- "special": true
52356
- },
52357
- "262274": {
52358
- "content": "<unused_audio0>",
52359
- "lstrip": false,
52360
- "normalized": false,
52361
- "rstrip": false,
52362
- "single_word": false,
52363
- "special": true
52364
- },
52365
- "262275": {
52366
- "content": "<unused_audio1>",
52367
- "lstrip": false,
52368
- "normalized": false,
52369
- "rstrip": false,
52370
- "single_word": false,
52371
- "special": true
52372
- },
52373
- "262276": {
52374
- "content": "<unused_audio2>",
52375
- "lstrip": false,
52376
- "normalized": false,
52377
- "rstrip": false,
52378
- "single_word": false,
52379
- "special": true
52380
- },
52381
- "262277": {
52382
- "content": "<unused_audio3>",
52383
- "lstrip": false,
52384
- "normalized": false,
52385
- "rstrip": false,
52386
- "single_word": false,
52387
- "special": true
52388
- },
52389
- "262278": {
52390
- "content": "<unused_audio4>",
52391
- "lstrip": false,
52392
- "normalized": false,
52393
- "rstrip": false,
52394
- "single_word": false,
52395
- "special": true
52396
- },
52397
- "262279": {
52398
- "content": "<unused_audio5>",
52399
- "lstrip": false,
52400
- "normalized": false,
52401
- "rstrip": false,
52402
- "single_word": false,
52403
- "special": true
52404
- },
52405
- "262280": {
52406
- "content": "<unused_audio6>",
52407
- "lstrip": false,
52408
- "normalized": false,
52409
- "rstrip": false,
52410
- "single_word": false,
52411
- "special": true
52412
- },
52413
- "262281": {
52414
- "content": "<unused_audio7>",
52415
- "lstrip": false,
52416
- "normalized": false,
52417
- "rstrip": false,
52418
- "single_word": false,
52419
- "special": true
52420
- },
52421
- "262282": {
52422
- "content": "<unused_audio8>",
52423
- "lstrip": false,
52424
- "normalized": false,
52425
- "rstrip": false,
52426
- "single_word": false,
52427
- "special": true
52428
- },
52429
- "262283": {
52430
- "content": "<unused_audio9>",
52431
- "lstrip": false,
52432
- "normalized": false,
52433
- "rstrip": false,
52434
- "single_word": false,
52435
- "special": true
52436
- },
52437
- "262284": {
52438
- "content": "<unused_audio10>",
52439
- "lstrip": false,
52440
- "normalized": false,
52441
- "rstrip": false,
52442
- "single_word": false,
52443
- "special": true
52444
- },
52445
- "262285": {
52446
- "content": "<unused_audio11>",
52447
- "lstrip": false,
52448
- "normalized": false,
52449
- "rstrip": false,
52450
- "single_word": false,
52451
- "special": true
52452
- },
52453
- "262286": {
52454
- "content": "<unused_audio12>",
52455
- "lstrip": false,
52456
- "normalized": false,
52457
- "rstrip": false,
52458
- "single_word": false,
52459
- "special": true
52460
- },
52461
- "262287": {
52462
- "content": "<unused_audio13>",
52463
- "lstrip": false,
52464
- "normalized": false,
52465
- "rstrip": false,
52466
- "single_word": false,
52467
- "special": true
52468
- },
52469
- "262288": {
52470
- "content": "<unused_audio14>",
52471
- "lstrip": false,
52472
- "normalized": false,
52473
- "rstrip": false,
52474
- "single_word": false,
52475
- "special": true
52476
- },
52477
- "262289": {
52478
- "content": "<unused_audio15>",
52479
- "lstrip": false,
52480
- "normalized": false,
52481
- "rstrip": false,
52482
- "single_word": false,
52483
- "special": true
52484
- },
52485
- "262290": {
52486
- "content": "<unused_audio16>",
52487
- "lstrip": false,
52488
- "normalized": false,
52489
- "rstrip": false,
52490
- "single_word": false,
52491
- "special": true
52492
- },
52493
- "262291": {
52494
- "content": "<unused_audio17>",
52495
- "lstrip": false,
52496
- "normalized": false,
52497
- "rstrip": false,
52498
- "single_word": false,
52499
- "special": true
52500
- },
52501
- "262292": {
52502
- "content": "<unused_audio18>",
52503
- "lstrip": false,
52504
- "normalized": false,
52505
- "rstrip": false,
52506
- "single_word": false,
52507
- "special": true
52508
- },
52509
- "262293": {
52510
- "content": "<unused_audio19>",
52511
- "lstrip": false,
52512
- "normalized": false,
52513
- "rstrip": false,
52514
- "single_word": false,
52515
- "special": true
52516
- },
52517
- "262294": {
52518
- "content": "<unused_audio20>",
52519
- "lstrip": false,
52520
- "normalized": false,
52521
- "rstrip": false,
52522
- "single_word": false,
52523
- "special": true
52524
- },
52525
- "262295": {
52526
- "content": "<unused_audio21>",
52527
- "lstrip": false,
52528
- "normalized": false,
52529
- "rstrip": false,
52530
- "single_word": false,
52531
- "special": true
52532
- },
52533
- "262296": {
52534
- "content": "<unused_audio22>",
52535
- "lstrip": false,
52536
- "normalized": false,
52537
- "rstrip": false,
52538
- "single_word": false,
52539
- "special": true
52540
- },
52541
- "262297": {
52542
- "content": "<unused_audio23>",
52543
- "lstrip": false,
52544
- "normalized": false,
52545
- "rstrip": false,
52546
- "single_word": false,
52547
- "special": true
52548
- },
52549
- "262298": {
52550
- "content": "<unused_audio24>",
52551
- "lstrip": false,
52552
- "normalized": false,
52553
- "rstrip": false,
52554
- "single_word": false,
52555
- "special": true
52556
- },
52557
- "262299": {
52558
- "content": "<unused_audio25>",
52559
- "lstrip": false,
52560
- "normalized": false,
52561
- "rstrip": false,
52562
- "single_word": false,
52563
- "special": true
52564
- },
52565
- "262300": {
52566
- "content": "<unused_audio26>",
52567
- "lstrip": false,
52568
- "normalized": false,
52569
- "rstrip": false,
52570
- "single_word": false,
52571
- "special": true
52572
- },
52573
- "262301": {
52574
- "content": "<unused_audio27>",
52575
- "lstrip": false,
52576
- "normalized": false,
52577
- "rstrip": false,
52578
- "single_word": false,
52579
- "special": true
52580
- },
52581
- "262302": {
52582
- "content": "<unused_audio28>",
52583
- "lstrip": false,
52584
- "normalized": false,
52585
- "rstrip": false,
52586
- "single_word": false,
52587
- "special": true
52588
- },
52589
- "262303": {
52590
- "content": "<unused_audio29>",
52591
- "lstrip": false,
52592
- "normalized": false,
52593
- "rstrip": false,
52594
- "single_word": false,
52595
- "special": true
52596
- },
52597
- "262304": {
52598
- "content": "<unused_audio30>",
52599
- "lstrip": false,
52600
- "normalized": false,
52601
- "rstrip": false,
52602
- "single_word": false,
52603
- "special": true
52604
- },
52605
- "262305": {
52606
- "content": "<unused_audio31>",
52607
- "lstrip": false,
52608
- "normalized": false,
52609
- "rstrip": false,
52610
- "single_word": false,
52611
- "special": true
52612
- },
52613
- "262306": {
52614
- "content": "<unused_audio32>",
52615
- "lstrip": false,
52616
- "normalized": false,
52617
- "rstrip": false,
52618
- "single_word": false,
52619
- "special": true
52620
- },
52621
- "262307": {
52622
- "content": "<unused_audio33>",
52623
- "lstrip": false,
52624
- "normalized": false,
52625
- "rstrip": false,
52626
- "single_word": false,
52627
- "special": true
52628
- },
52629
- "262308": {
52630
- "content": "<unused_audio34>",
52631
- "lstrip": false,
52632
- "normalized": false,
52633
- "rstrip": false,
52634
- "single_word": false,
52635
- "special": true
52636
- },
52637
- "262309": {
52638
- "content": "<unused_audio35>",
52639
- "lstrip": false,
52640
- "normalized": false,
52641
- "rstrip": false,
52642
- "single_word": false,
52643
- "special": true
52644
- },
52645
- "262310": {
52646
- "content": "<unused_audio36>",
52647
- "lstrip": false,
52648
- "normalized": false,
52649
- "rstrip": false,
52650
- "single_word": false,
52651
- "special": true
52652
- },
52653
- "262311": {
52654
- "content": "<unused_audio37>",
52655
- "lstrip": false,
52656
- "normalized": false,
52657
- "rstrip": false,
52658
- "single_word": false,
52659
- "special": true
52660
- },
52661
- "262312": {
52662
- "content": "<unused_audio38>",
52663
- "lstrip": false,
52664
- "normalized": false,
52665
- "rstrip": false,
52666
- "single_word": false,
52667
- "special": true
52668
- },
52669
- "262313": {
52670
- "content": "<unused_audio39>",
52671
- "lstrip": false,
52672
- "normalized": false,
52673
- "rstrip": false,
52674
- "single_word": false,
52675
- "special": true
52676
- },
52677
- "262314": {
52678
- "content": "<unused_audio40>",
52679
- "lstrip": false,
52680
- "normalized": false,
52681
- "rstrip": false,
52682
- "single_word": false,
52683
- "special": true
52684
- },
52685
- "262315": {
52686
- "content": "<unused_audio41>",
52687
- "lstrip": false,
52688
- "normalized": false,
52689
- "rstrip": false,
52690
- "single_word": false,
52691
- "special": true
52692
- },
52693
- "262316": {
52694
- "content": "<unused_audio42>",
52695
- "lstrip": false,
52696
- "normalized": false,
52697
- "rstrip": false,
52698
- "single_word": false,
52699
- "special": true
52700
- },
52701
- "262317": {
52702
- "content": "<unused_audio43>",
52703
- "lstrip": false,
52704
- "normalized": false,
52705
- "rstrip": false,
52706
- "single_word": false,
52707
- "special": true
52708
- },
52709
- "262318": {
52710
- "content": "<unused_audio44>",
52711
- "lstrip": false,
52712
- "normalized": false,
52713
- "rstrip": false,
52714
- "single_word": false,
52715
- "special": true
52716
- },
52717
- "262319": {
52718
- "content": "<unused_audio45>",
52719
- "lstrip": false,
52720
- "normalized": false,
52721
- "rstrip": false,
52722
- "single_word": false,
52723
- "special": true
52724
- },
52725
- "262320": {
52726
- "content": "<unused_audio46>",
52727
- "lstrip": false,
52728
- "normalized": false,
52729
- "rstrip": false,
52730
- "single_word": false,
52731
- "special": true
52732
- },
52733
- "262321": {
52734
- "content": "<unused_audio47>",
52735
- "lstrip": false,
52736
- "normalized": false,
52737
- "rstrip": false,
52738
- "single_word": false,
52739
- "special": true
52740
- },
52741
- "262322": {
52742
- "content": "<unused_audio48>",
52743
- "lstrip": false,
52744
- "normalized": false,
52745
- "rstrip": false,
52746
- "single_word": false,
52747
- "special": true
52748
- },
52749
- "262323": {
52750
- "content": "<unused_audio49>",
52751
- "lstrip": false,
52752
- "normalized": false,
52753
- "rstrip": false,
52754
- "single_word": false,
52755
- "special": true
52756
- },
52757
- "262324": {
52758
- "content": "<unused_audio50>",
52759
- "lstrip": false,
52760
- "normalized": false,
52761
- "rstrip": false,
52762
- "single_word": false,
52763
- "special": true
52764
- },
52765
- "262325": {
52766
- "content": "<unused_audio51>",
52767
- "lstrip": false,
52768
- "normalized": false,
52769
- "rstrip": false,
52770
- "single_word": false,
52771
- "special": true
52772
- },
52773
- "262326": {
52774
- "content": "<unused_audio52>",
52775
- "lstrip": false,
52776
- "normalized": false,
52777
- "rstrip": false,
52778
- "single_word": false,
52779
- "special": true
52780
- },
52781
- "262327": {
52782
- "content": "<unused_audio53>",
52783
- "lstrip": false,
52784
- "normalized": false,
52785
- "rstrip": false,
52786
- "single_word": false,
52787
- "special": true
52788
- },
52789
- "262328": {
52790
- "content": "<unused_audio54>",
52791
- "lstrip": false,
52792
- "normalized": false,
52793
- "rstrip": false,
52794
- "single_word": false,
52795
- "special": true
52796
- },
52797
- "262329": {
52798
- "content": "<unused_audio55>",
52799
- "lstrip": false,
52800
- "normalized": false,
52801
- "rstrip": false,
52802
- "single_word": false,
52803
- "special": true
52804
- },
52805
- "262330": {
52806
- "content": "<unused_audio56>",
52807
- "lstrip": false,
52808
- "normalized": false,
52809
- "rstrip": false,
52810
- "single_word": false,
52811
- "special": true
52812
- },
52813
- "262331": {
52814
- "content": "<unused_audio57>",
52815
- "lstrip": false,
52816
- "normalized": false,
52817
- "rstrip": false,
52818
- "single_word": false,
52819
- "special": true
52820
- },
52821
- "262332": {
52822
- "content": "<unused_audio58>",
52823
- "lstrip": false,
52824
- "normalized": false,
52825
- "rstrip": false,
52826
- "single_word": false,
52827
- "special": true
52828
- },
52829
- "262333": {
52830
- "content": "<unused_audio59>",
52831
- "lstrip": false,
52832
- "normalized": false,
52833
- "rstrip": false,
52834
- "single_word": false,
52835
- "special": true
52836
- },
52837
- "262334": {
52838
- "content": "<unused_audio60>",
52839
- "lstrip": false,
52840
- "normalized": false,
52841
- "rstrip": false,
52842
- "single_word": false,
52843
- "special": true
52844
- },
52845
- "262335": {
52846
- "content": "<unused_audio61>",
52847
- "lstrip": false,
52848
- "normalized": false,
52849
- "rstrip": false,
52850
- "single_word": false,
52851
- "special": true
52852
- },
52853
- "262336": {
52854
- "content": "<unused_audio62>",
52855
- "lstrip": false,
52856
- "normalized": false,
52857
- "rstrip": false,
52858
- "single_word": false,
52859
- "special": true
52860
- },
52861
- "262337": {
52862
- "content": "<unused_audio63>",
52863
- "lstrip": false,
52864
- "normalized": false,
52865
- "rstrip": false,
52866
- "single_word": false,
52867
- "special": true
52868
- },
52869
- "262338": {
52870
- "content": "<unused_audio64>",
52871
- "lstrip": false,
52872
- "normalized": false,
52873
- "rstrip": false,
52874
- "single_word": false,
52875
- "special": true
52876
- },
52877
- "262339": {
52878
- "content": "<unused_audio65>",
52879
- "lstrip": false,
52880
- "normalized": false,
52881
- "rstrip": false,
52882
- "single_word": false,
52883
- "special": true
52884
- },
52885
- "262340": {
52886
- "content": "<unused_audio66>",
52887
- "lstrip": false,
52888
- "normalized": false,
52889
- "rstrip": false,
52890
- "single_word": false,
52891
- "special": true
52892
- },
52893
- "262341": {
52894
- "content": "<unused_audio67>",
52895
- "lstrip": false,
52896
- "normalized": false,
52897
- "rstrip": false,
52898
- "single_word": false,
52899
- "special": true
52900
- },
52901
- "262342": {
52902
- "content": "<unused_audio68>",
52903
- "lstrip": false,
52904
- "normalized": false,
52905
- "rstrip": false,
52906
- "single_word": false,
52907
- "special": true
52908
- },
52909
- "262343": {
52910
- "content": "<unused_audio69>",
52911
- "lstrip": false,
52912
- "normalized": false,
52913
- "rstrip": false,
52914
- "single_word": false,
52915
- "special": true
52916
- },
52917
- "262344": {
52918
- "content": "<unused_audio70>",
52919
- "lstrip": false,
52920
- "normalized": false,
52921
- "rstrip": false,
52922
- "single_word": false,
52923
- "special": true
52924
- },
52925
- "262345": {
52926
- "content": "<unused_audio71>",
52927
- "lstrip": false,
52928
- "normalized": false,
52929
- "rstrip": false,
52930
- "single_word": false,
52931
- "special": true
52932
- },
52933
- "262346": {
52934
- "content": "<unused_audio72>",
52935
- "lstrip": false,
52936
- "normalized": false,
52937
- "rstrip": false,
52938
- "single_word": false,
52939
- "special": true
52940
- },
52941
- "262347": {
52942
- "content": "<unused_audio73>",
52943
- "lstrip": false,
52944
- "normalized": false,
52945
- "rstrip": false,
52946
- "single_word": false,
52947
- "special": true
52948
- },
52949
- "262348": {
52950
- "content": "<unused_audio74>",
52951
- "lstrip": false,
52952
- "normalized": false,
52953
- "rstrip": false,
52954
- "single_word": false,
52955
- "special": true
52956
- },
52957
- "262349": {
52958
- "content": "<unused_audio75>",
52959
- "lstrip": false,
52960
- "normalized": false,
52961
- "rstrip": false,
52962
- "single_word": false,
52963
- "special": true
52964
- },
52965
- "262350": {
52966
- "content": "<unused_audio76>",
52967
- "lstrip": false,
52968
- "normalized": false,
52969
- "rstrip": false,
52970
- "single_word": false,
52971
- "special": true
52972
- },
52973
- "262351": {
52974
- "content": "<unused_audio77>",
52975
- "lstrip": false,
52976
- "normalized": false,
52977
- "rstrip": false,
52978
- "single_word": false,
52979
- "special": true
52980
- },
52981
- "262352": {
52982
- "content": "<unused_audio78>",
52983
- "lstrip": false,
52984
- "normalized": false,
52985
- "rstrip": false,
52986
- "single_word": false,
52987
- "special": true
52988
- },
52989
- "262353": {
52990
- "content": "<unused_audio79>",
52991
- "lstrip": false,
52992
- "normalized": false,
52993
- "rstrip": false,
52994
- "single_word": false,
52995
- "special": true
52996
- },
52997
- "262354": {
52998
- "content": "<unused_audio80>",
52999
- "lstrip": false,
53000
- "normalized": false,
53001
- "rstrip": false,
53002
- "single_word": false,
53003
- "special": true
53004
- },
53005
- "262355": {
53006
- "content": "<unused_audio81>",
53007
- "lstrip": false,
53008
- "normalized": false,
53009
- "rstrip": false,
53010
- "single_word": false,
53011
- "special": true
53012
- },
53013
- "262356": {
53014
- "content": "<unused_audio82>",
53015
- "lstrip": false,
53016
- "normalized": false,
53017
- "rstrip": false,
53018
- "single_word": false,
53019
- "special": true
53020
- },
53021
- "262357": {
53022
- "content": "<unused_audio83>",
53023
- "lstrip": false,
53024
- "normalized": false,
53025
- "rstrip": false,
53026
- "single_word": false,
53027
- "special": true
53028
- },
53029
- "262358": {
53030
- "content": "<unused_audio84>",
53031
- "lstrip": false,
53032
- "normalized": false,
53033
- "rstrip": false,
53034
- "single_word": false,
53035
- "special": true
53036
- },
53037
- "262359": {
53038
- "content": "<unused_audio85>",
53039
- "lstrip": false,
53040
- "normalized": false,
53041
- "rstrip": false,
53042
- "single_word": false,
53043
- "special": true
53044
- },
53045
- "262360": {
53046
- "content": "<unused_audio86>",
53047
- "lstrip": false,
53048
- "normalized": false,
53049
- "rstrip": false,
53050
- "single_word": false,
53051
- "special": true
53052
- },
53053
- "262361": {
53054
- "content": "<unused_audio87>",
53055
- "lstrip": false,
53056
- "normalized": false,
53057
- "rstrip": false,
53058
- "single_word": false,
53059
- "special": true
53060
- },
53061
- "262362": {
53062
- "content": "<unused_audio88>",
53063
- "lstrip": false,
53064
- "normalized": false,
53065
- "rstrip": false,
53066
- "single_word": false,
53067
- "special": true
53068
- },
53069
- "262363": {
53070
- "content": "<unused_audio89>",
53071
- "lstrip": false,
53072
- "normalized": false,
53073
- "rstrip": false,
53074
- "single_word": false,
53075
- "special": true
53076
- },
53077
- "262364": {
53078
- "content": "<unused_audio90>",
53079
- "lstrip": false,
53080
- "normalized": false,
53081
- "rstrip": false,
53082
- "single_word": false,
53083
- "special": true
53084
- },
53085
- "262365": {
53086
- "content": "<unused_audio91>",
53087
- "lstrip": false,
53088
- "normalized": false,
53089
- "rstrip": false,
53090
- "single_word": false,
53091
- "special": true
53092
- },
53093
- "262366": {
53094
- "content": "<unused_audio92>",
53095
- "lstrip": false,
53096
- "normalized": false,
53097
- "rstrip": false,
53098
- "single_word": false,
53099
- "special": true
53100
- },
53101
- "262367": {
53102
- "content": "<unused_audio93>",
53103
- "lstrip": false,
53104
- "normalized": false,
53105
- "rstrip": false,
53106
- "single_word": false,
53107
- "special": true
53108
- },
53109
- "262368": {
53110
- "content": "<unused_audio94>",
53111
- "lstrip": false,
53112
- "normalized": false,
53113
- "rstrip": false,
53114
- "single_word": false,
53115
- "special": true
53116
- },
53117
- "262369": {
53118
- "content": "<unused_audio95>",
53119
- "lstrip": false,
53120
- "normalized": false,
53121
- "rstrip": false,
53122
- "single_word": false,
53123
- "special": true
53124
- },
53125
- "262370": {
53126
- "content": "<unused_audio96>",
53127
- "lstrip": false,
53128
- "normalized": false,
53129
- "rstrip": false,
53130
- "single_word": false,
53131
- "special": true
53132
- },
53133
- "262371": {
53134
- "content": "<unused_audio97>",
53135
- "lstrip": false,
53136
- "normalized": false,
53137
- "rstrip": false,
53138
- "single_word": false,
53139
- "special": true
53140
- },
53141
- "262372": {
53142
- "content": "<unused_audio98>",
53143
- "lstrip": false,
53144
- "normalized": false,
53145
- "rstrip": false,
53146
- "single_word": false,
53147
- "special": true
53148
- },
53149
- "262373": {
53150
- "content": "<unused_audio99>",
53151
- "lstrip": false,
53152
- "normalized": false,
53153
- "rstrip": false,
53154
- "single_word": false,
53155
- "special": true
53156
- },
53157
- "262374": {
53158
- "content": "<unused_audio100>",
53159
- "lstrip": false,
53160
- "normalized": false,
53161
- "rstrip": false,
53162
- "single_word": false,
53163
- "special": true
53164
- },
53165
- "262375": {
53166
- "content": "<unused_audio101>",
53167
- "lstrip": false,
53168
- "normalized": false,
53169
- "rstrip": false,
53170
- "single_word": false,
53171
- "special": true
53172
- },
53173
- "262376": {
53174
- "content": "<unused_audio102>",
53175
- "lstrip": false,
53176
- "normalized": false,
53177
- "rstrip": false,
53178
- "single_word": false,
53179
- "special": true
53180
- },
53181
- "262377": {
53182
- "content": "<unused_audio103>",
53183
- "lstrip": false,
53184
- "normalized": false,
53185
- "rstrip": false,
53186
- "single_word": false,
53187
- "special": true
53188
- },
53189
- "262378": {
53190
- "content": "<unused_audio104>",
53191
- "lstrip": false,
53192
- "normalized": false,
53193
- "rstrip": false,
53194
- "single_word": false,
53195
- "special": true
53196
- },
53197
- "262379": {
53198
- "content": "<unused_audio105>",
53199
- "lstrip": false,
53200
- "normalized": false,
53201
- "rstrip": false,
53202
- "single_word": false,
53203
- "special": true
53204
- },
53205
- "262380": {
53206
- "content": "<unused_audio106>",
53207
- "lstrip": false,
53208
- "normalized": false,
53209
- "rstrip": false,
53210
- "single_word": false,
53211
- "special": true
53212
- },
53213
- "262381": {
53214
- "content": "<unused_audio107>",
53215
- "lstrip": false,
53216
- "normalized": false,
53217
- "rstrip": false,
53218
- "single_word": false,
53219
- "special": true
53220
- },
53221
- "262382": {
53222
- "content": "<unused_audio108>",
53223
- "lstrip": false,
53224
- "normalized": false,
53225
- "rstrip": false,
53226
- "single_word": false,
53227
- "special": true
53228
- },
53229
- "262383": {
53230
- "content": "<unused_audio109>",
53231
- "lstrip": false,
53232
- "normalized": false,
53233
- "rstrip": false,
53234
- "single_word": false,
53235
- "special": true
53236
- },
53237
- "262384": {
53238
- "content": "<unused_audio110>",
53239
- "lstrip": false,
53240
- "normalized": false,
53241
- "rstrip": false,
53242
- "single_word": false,
53243
- "special": true
53244
- },
53245
- "262385": {
53246
- "content": "<unused_audio111>",
53247
- "lstrip": false,
53248
- "normalized": false,
53249
- "rstrip": false,
53250
- "single_word": false,
53251
- "special": true
53252
- },
53253
- "262386": {
53254
- "content": "<unused_audio112>",
53255
- "lstrip": false,
53256
- "normalized": false,
53257
- "rstrip": false,
53258
- "single_word": false,
53259
- "special": true
53260
- },
53261
- "262387": {
53262
- "content": "<unused_audio113>",
53263
- "lstrip": false,
53264
- "normalized": false,
53265
- "rstrip": false,
53266
- "single_word": false,
53267
- "special": true
53268
- },
53269
- "262388": {
53270
- "content": "<unused_audio114>",
53271
- "lstrip": false,
53272
- "normalized": false,
53273
- "rstrip": false,
53274
- "single_word": false,
53275
- "special": true
53276
- },
53277
- "262389": {
53278
- "content": "<unused_audio115>",
53279
- "lstrip": false,
53280
- "normalized": false,
53281
- "rstrip": false,
53282
- "single_word": false,
53283
- "special": true
53284
- },
53285
- "262390": {
53286
- "content": "<unused_audio116>",
53287
- "lstrip": false,
53288
- "normalized": false,
53289
- "rstrip": false,
53290
- "single_word": false,
53291
- "special": true
53292
- },
53293
- "262391": {
53294
- "content": "<unused_audio117>",
53295
- "lstrip": false,
53296
- "normalized": false,
53297
- "rstrip": false,
53298
- "single_word": false,
53299
- "special": true
53300
- },
53301
- "262392": {
53302
- "content": "<unused_audio118>",
53303
- "lstrip": false,
53304
- "normalized": false,
53305
- "rstrip": false,
53306
- "single_word": false,
53307
- "special": true
53308
- },
53309
- "262393": {
53310
- "content": "<unused_audio119>",
53311
- "lstrip": false,
53312
- "normalized": false,
53313
- "rstrip": false,
53314
- "single_word": false,
53315
- "special": true
53316
- },
53317
- "262394": {
53318
- "content": "<unused_audio120>",
53319
- "lstrip": false,
53320
- "normalized": false,
53321
- "rstrip": false,
53322
- "single_word": false,
53323
- "special": true
53324
- },
53325
- "262395": {
53326
- "content": "<unused_audio121>",
53327
- "lstrip": false,
53328
- "normalized": false,
53329
- "rstrip": false,
53330
- "single_word": false,
53331
- "special": true
53332
- },
53333
- "262396": {
53334
- "content": "<unused_audio122>",
53335
- "lstrip": false,
53336
- "normalized": false,
53337
- "rstrip": false,
53338
- "single_word": false,
53339
- "special": true
53340
- },
53341
- "262397": {
53342
- "content": "<unused_audio123>",
53343
- "lstrip": false,
53344
- "normalized": false,
53345
- "rstrip": false,
53346
- "single_word": false,
53347
- "special": true
53348
- },
53349
- "262398": {
53350
- "content": "<unused_audio124>",
53351
- "lstrip": false,
53352
- "normalized": false,
53353
- "rstrip": false,
53354
- "single_word": false,
53355
- "special": true
53356
- },
53357
- "262399": {
53358
- "content": "<unused_audio125>",
53359
- "lstrip": false,
53360
- "normalized": false,
53361
- "rstrip": false,
53362
- "single_word": false,
53363
- "special": true
53364
  }
53365
  },
53366
- "audio_token": "<audio_soft_token>",
53367
- "boa_token": "<start_of_audio>",
53368
  "boi_token": "<start_of_image>",
53369
  "bos_token": "<bos>",
53370
  "clean_up_tokenization_spaces": false,
53371
- "eoa_token": "<end_of_audio>",
53372
  "eoi_token": "<end_of_image>",
53373
  "eos_token": "<eos>",
53374
  "extra_special_tokens": {
53375
- "audio_token": "<audio_soft_token>",
53376
- "boa_token": "<start_of_audio>",
53377
  "boi_token": "<start_of_image>",
53378
- "eoa_token": "<end_of_audio>",
53379
  "eoi_token": "<end_of_image>",
53380
  "image_token": "<image_soft_token>"
53381
  },
53382
  "image_token": "<image_soft_token>",
53383
  "model_max_length": 1000000000000000019884624838656,
53384
  "pad_token": "<pad>",
53385
- "processor_class": "Gemma3nProcessor",
53386
  "sp_model_kwargs": null,
53387
  "spaces_between_special_tokens": false,
53388
  "tokenizer_class": "GemmaTokenizer",
 
2163
  "special": true
2164
  },
2165
  "256000": {
2166
+ "content": "<end_of_image>",
2167
  "lstrip": false,
2168
  "normalized": false,
2169
  "rstrip": false,
 
51315
  "special": false
51316
  },
51317
  "262144": {
 
 
 
 
 
 
 
 
51318
  "content": "<image_soft_token>",
51319
  "lstrip": false,
51320
  "normalized": false,
51321
  "rstrip": false,
51322
  "single_word": false,
51323
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51324
  }
51325
  },
 
 
51326
  "boi_token": "<start_of_image>",
51327
  "bos_token": "<bos>",
51328
  "clean_up_tokenization_spaces": false,
 
51329
  "eoi_token": "<end_of_image>",
51330
  "eos_token": "<eos>",
51331
  "extra_special_tokens": {
 
 
51332
  "boi_token": "<start_of_image>",
 
51333
  "eoi_token": "<end_of_image>",
51334
  "image_token": "<image_soft_token>"
51335
  },
51336
  "image_token": "<image_soft_token>",
51337
  "model_max_length": 1000000000000000019884624838656,
51338
  "pad_token": "<pad>",
51339
+ "processor_class": "Gemma3Processor",
51340
  "sp_model_kwargs": null,
51341
  "spaces_between_special_tokens": false,
51342
  "tokenizer_class": "GemmaTokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21ac031eb0a87aabba756d0f187da17faa495bc1746c19689784401172cace2e
3
- size 5816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14d27b54d9cde70e3774c9d2eed8bd1a8d8284e65b32101dc2ecaea90d560702
3
+ size 6225