serenarolloh commited on
Commit
5604150
·
verified ·
1 Parent(s): 66a25d1

Training done

Browse files
Files changed (3) hide show
  1. added_tokens.json +6 -0
  2. tokenizer.json +54 -0
  3. tokenizer_config.json +48 -0
added_tokens.json CHANGED
@@ -2,6 +2,7 @@
2
  "</s_customer>": 57548,
3
  "</s_customer_address>": 57575,
4
  "</s_customer_name>": 57550,
 
5
  "</s_customer_phone_no>": 57579,
6
  "</s_customer_pin>": 57552,
7
  "</s_customer_reference>": 57577,
@@ -16,8 +17,10 @@
16
  "</s_item_description>": 57556,
17
  "</s_item_quantity>": 57558,
18
  "</s_item_total_price>": 57566,
 
19
  "</s_item_unit_price>": 57564,
20
  "</s_items>": 57554,
 
21
  "</s_order_no>": 57534,
22
  "</s_reference_no>": 57569,
23
  "</s_shipper>": 57536,
@@ -30,6 +33,7 @@
30
  "<s_customer>": 57547,
31
  "<s_customer_address>": 57574,
32
  "<s_customer_name>": 57549,
 
33
  "<s_customer_phone_no>": 57578,
34
  "<s_customer_pin>": 57551,
35
  "<s_customer_reference>": 57576,
@@ -45,8 +49,10 @@
45
  "<s_item_description>": 57555,
46
  "<s_item_quantity>": 57557,
47
  "<s_item_total_price>": 57565,
 
48
  "<s_item_unit_price>": 57563,
49
  "<s_items>": 57553,
 
50
  "<s_order_no>": 57533,
51
  "<s_reference_no>": 57568,
52
  "<s_shipper>": 57535,
 
2
  "</s_customer>": 57548,
3
  "</s_customer_address>": 57575,
4
  "</s_customer_name>": 57550,
5
+ "</s_customer_no>": 57581,
6
  "</s_customer_phone_no>": 57579,
7
  "</s_customer_pin>": 57552,
8
  "</s_customer_reference>": 57577,
 
17
  "</s_item_description>": 57556,
18
  "</s_item_quantity>": 57558,
19
  "</s_item_total_price>": 57566,
20
+ "</s_item_unit>": 57583,
21
  "</s_item_unit_price>": 57564,
22
  "</s_items>": 57554,
23
+ "</s_lpo_no>": 57585,
24
  "</s_order_no>": 57534,
25
  "</s_reference_no>": 57569,
26
  "</s_shipper>": 57536,
 
33
  "<s_customer>": 57547,
34
  "<s_customer_address>": 57574,
35
  "<s_customer_name>": 57549,
36
+ "<s_customer_no>": 57580,
37
  "<s_customer_phone_no>": 57578,
38
  "<s_customer_pin>": 57551,
39
  "<s_customer_reference>": 57576,
 
49
  "<s_item_description>": 57555,
50
  "<s_item_quantity>": 57557,
51
  "<s_item_total_price>": 57565,
52
+ "<s_item_unit>": 57582,
53
  "<s_item_unit_price>": 57563,
54
  "<s_items>": 57553,
55
+ "<s_lpo_no>": 57584,
56
  "<s_order_no>": 57533,
57
  "<s_reference_no>": 57568,
58
  "<s_shipper>": 57535,
tokenizer.json CHANGED
@@ -583,6 +583,60 @@
583
  "rstrip": false,
584
  "normalized": true,
585
  "special": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
586
  }
587
  ],
588
  "normalizer": {
 
583
  "rstrip": false,
584
  "normalized": true,
585
  "special": false
586
+ },
587
+ {
588
+ "id": 57580,
589
+ "content": "<s_customer_no>",
590
+ "single_word": false,
591
+ "lstrip": false,
592
+ "rstrip": false,
593
+ "normalized": true,
594
+ "special": false
595
+ },
596
+ {
597
+ "id": 57581,
598
+ "content": "</s_customer_no>",
599
+ "single_word": false,
600
+ "lstrip": false,
601
+ "rstrip": false,
602
+ "normalized": true,
603
+ "special": false
604
+ },
605
+ {
606
+ "id": 57582,
607
+ "content": "<s_item_unit>",
608
+ "single_word": false,
609
+ "lstrip": false,
610
+ "rstrip": false,
611
+ "normalized": true,
612
+ "special": false
613
+ },
614
+ {
615
+ "id": 57583,
616
+ "content": "</s_item_unit>",
617
+ "single_word": false,
618
+ "lstrip": false,
619
+ "rstrip": false,
620
+ "normalized": true,
621
+ "special": false
622
+ },
623
+ {
624
+ "id": 57584,
625
+ "content": "<s_lpo_no>",
626
+ "single_word": false,
627
+ "lstrip": false,
628
+ "rstrip": false,
629
+ "normalized": true,
630
+ "special": false
631
+ },
632
+ {
633
+ "id": 57585,
634
+ "content": "</s_lpo_no>",
635
+ "single_word": false,
636
+ "lstrip": false,
637
+ "rstrip": false,
638
+ "normalized": true,
639
+ "special": false
640
  }
641
  ],
642
  "normalizer": {
tokenizer_config.json CHANGED
@@ -503,6 +503,54 @@
503
  "rstrip": false,
504
  "single_word": false,
505
  "special": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
506
  }
507
  },
508
  "additional_special_tokens": [
 
503
  "rstrip": false,
504
  "single_word": false,
505
  "special": false
506
+ },
507
+ "57580": {
508
+ "content": "<s_customer_no>",
509
+ "lstrip": false,
510
+ "normalized": true,
511
+ "rstrip": false,
512
+ "single_word": false,
513
+ "special": false
514
+ },
515
+ "57581": {
516
+ "content": "</s_customer_no>",
517
+ "lstrip": false,
518
+ "normalized": true,
519
+ "rstrip": false,
520
+ "single_word": false,
521
+ "special": false
522
+ },
523
+ "57582": {
524
+ "content": "<s_item_unit>",
525
+ "lstrip": false,
526
+ "normalized": true,
527
+ "rstrip": false,
528
+ "single_word": false,
529
+ "special": false
530
+ },
531
+ "57583": {
532
+ "content": "</s_item_unit>",
533
+ "lstrip": false,
534
+ "normalized": true,
535
+ "rstrip": false,
536
+ "single_word": false,
537
+ "special": false
538
+ },
539
+ "57584": {
540
+ "content": "<s_lpo_no>",
541
+ "lstrip": false,
542
+ "normalized": true,
543
+ "rstrip": false,
544
+ "single_word": false,
545
+ "special": false
546
+ },
547
+ "57585": {
548
+ "content": "</s_lpo_no>",
549
+ "lstrip": false,
550
+ "normalized": true,
551
+ "rstrip": false,
552
+ "single_word": false,
553
+ "special": false
554
  }
555
  },
556
  "additional_special_tokens": [