sileod commited on
Commit
f374263
1 Parent(s): 2995476

Upload Adapter

Browse files
Files changed (2) hide show
  1. config.json +277 -6
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -16,7 +16,13 @@
16
  2,
17
  2,
18
  2,
 
 
 
19
  3,
 
 
 
20
  3,
21
  3,
22
  3,
@@ -60,10 +66,21 @@
60
  2,
61
  2,
62
  2,
 
 
 
 
 
 
 
 
 
 
63
  3,
64
  2,
65
  4,
66
  3,
 
67
  3,
68
  2,
69
  2,
@@ -86,11 +103,14 @@
86
  3,
87
  13,
88
  2,
 
89
  3,
90
  2,
91
  2,
92
  3,
93
  3,
 
 
94
  2,
95
  3,
96
  3,
@@ -118,6 +138,11 @@
118
  3,
119
  2,
120
  2,
 
 
 
 
 
121
  3
122
  ],
123
  "cls_token_id": 50281,
@@ -161,6 +186,15 @@
161
  "not_entailment",
162
  "entailment"
163
  ],
 
 
 
 
 
 
 
 
 
164
  [
165
  "False",
166
  "True"
@@ -170,6 +204,18 @@
170
  "contradiction",
171
  "neutral"
172
  ],
 
 
 
 
 
 
 
 
 
 
 
 
173
  [
174
  "entailment",
175
  "neutral",
@@ -364,6 +410,165 @@
364
  0,
365
  1
366
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
367
  [
368
  "False",
369
  "True"
@@ -388,6 +593,10 @@
388
  "neutral",
389
  "contradiction"
390
  ],
 
 
 
 
391
  [
392
  "entailment",
393
  "neutral",
@@ -490,6 +699,10 @@
490
  "faulty generalization",
491
  "intentional"
492
  ],
 
 
 
 
493
  [
494
  false,
495
  true
@@ -517,9 +730,19 @@
517
  "neutral",
518
  "contradiction"
519
  ],
 
 
 
 
 
 
 
 
 
 
520
  [
521
  "entailment",
522
- "not-entailment"
523
  ],
524
  [
525
  "contradict",
@@ -634,6 +857,29 @@
634
  "No",
635
  "Yes"
636
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
637
  [
638
  "not-entailed",
639
  "entailed"
@@ -667,8 +913,14 @@
667
  "glue/qnli",
668
  "glue/rte",
669
  "glue/wnli",
 
 
 
670
  "super_glue/boolq",
671
  "super_glue/cb",
 
 
 
672
  "anli/a1",
673
  "anli/a2",
674
  "anli/a3",
@@ -678,16 +930,16 @@
678
  "scitail/snli_format",
679
  "hans",
680
  "WANLI",
 
681
  "recast/recast_sentiment",
 
 
682
  "recast/recast_verbcorner",
683
- "recast/recast_ner",
684
  "recast/recast_factuality",
685
  "recast/recast_puns",
686
- "recast/recast_kg_relations",
687
- "recast/recast_verbnet",
688
- "recast/recast_megaveridicality",
689
- "probability_words_nli/usnli",
690
  "probability_words_nli/reasoning_1hop",
 
691
  "probability_words_nli/reasoning_2hop",
692
  "nan-nli",
693
  "nli_fever",
@@ -711,11 +963,22 @@
711
  "robust_nli_is_sd",
712
  "robust_nli_li_ts",
713
  "add_one_rte",
 
 
 
 
 
 
 
 
 
 
714
  "cycic_classification",
715
  "lingnli",
716
  "monotonicity-entailment",
717
  "scinli",
718
  "naturallogic",
 
719
  "syntactic-augmentation-nli",
720
  "autotnli",
721
  "defeasible-nli/atomic",
@@ -737,12 +1000,15 @@
737
  "mindgames",
738
  "ConTRoL-nli",
739
  "logical-fallacy",
 
740
  "conceptrules_v2",
741
  "zero-shot-label-nli",
742
  "scone",
743
  "monli",
744
  "SpaceNLI",
745
  "propsegment/nli",
 
 
746
  "SDOH-NLI",
747
  "scifact_entailment",
748
  "AdjectiveScaleProbe-nli",
@@ -769,6 +1035,11 @@
769
  "MSciNLI",
770
  "hover-3way/nli",
771
  "seahorse_summarization_evaluation",
 
 
 
 
 
772
  "babi_nli",
773
  "gen_debiased_nli"
774
  ],
 
16
  2,
17
  2,
18
  2,
19
+ 2,
20
+ 1,
21
+ 2,
22
  3,
23
+ 2,
24
+ 2,
25
+ 2,
26
  3,
27
  3,
28
  3,
 
66
  2,
67
  2,
68
  2,
69
+ 2,
70
+ 2,
71
+ 16,
72
+ 100,
73
+ 13,
74
+ 100,
75
+ 8,
76
+ 3,
77
+ 3,
78
+ 2,
79
  3,
80
  2,
81
  4,
82
  3,
83
+ 2,
84
  3,
85
  2,
86
  2,
 
103
  3,
104
  13,
105
  2,
106
+ 2,
107
  3,
108
  2,
109
  2,
110
  3,
111
  3,
112
+ 3,
113
+ 3,
114
  2,
115
  3,
116
  3,
 
138
  3,
139
  2,
140
  2,
141
+ 2,
142
+ 3,
143
+ 3,
144
+ 3,
145
+ 2,
146
  3
147
  ],
148
  "cls_token_id": 50281,
 
186
  "not_entailment",
187
  "entailment"
188
  ],
189
+ [
190
+ "not_equivalent",
191
+ "equivalent"
192
+ ],
193
+ [
194
+ "not_duplicate",
195
+ "duplicate"
196
+ ],
197
+ [],
198
  [
199
  "False",
200
  "True"
 
204
  "contradiction",
205
  "neutral"
206
  ],
207
+ [
208
+ "False",
209
+ "True"
210
+ ],
211
+ [
212
+ "False",
213
+ "True"
214
+ ],
215
+ [
216
+ "entailment",
217
+ "not_entailment"
218
+ ],
219
  [
220
  "entailment",
221
  "neutral",
 
410
  0,
411
  1
412
  ],
413
+ [
414
+ "not_paraphrase",
415
+ "paraphrase"
416
+ ],
417
+ [
418
+ "unacceptable",
419
+ "acceptable"
420
+ ],
421
+ [
422
+ "negative",
423
+ "positive"
424
+ ],
425
+ [
426
+ "Synchrony",
427
+ "Contrast",
428
+ "Asynchronous",
429
+ "Conjunction",
430
+ "List",
431
+ "Condition",
432
+ "Pragmatic concession",
433
+ "Restatement",
434
+ "Pragmatic cause",
435
+ "Alternative",
436
+ "Pragmatic condition",
437
+ "Pragmatic contrast",
438
+ "Instantiation",
439
+ "Exception",
440
+ "Cause",
441
+ "Concession"
442
+ ],
443
+ [],
444
+ [
445
+ "1",
446
+ "2",
447
+ "3",
448
+ "4",
449
+ "5",
450
+ "6",
451
+ "7",
452
+ "8",
453
+ "9",
454
+ "10",
455
+ "11",
456
+ "12",
457
+ "13"
458
+ ],
459
+ [
460
+ "Adjustments",
461
+ "Agreements",
462
+ "Amendments",
463
+ "Anti-Corruption Laws",
464
+ "Applicable Laws",
465
+ "Approvals",
466
+ "Arbitration",
467
+ "Assignments",
468
+ "Assigns",
469
+ "Authority",
470
+ "Authorizations",
471
+ "Base Salary",
472
+ "Benefits",
473
+ "Binding Effects",
474
+ "Books",
475
+ "Brokers",
476
+ "Capitalization",
477
+ "Change In Control",
478
+ "Closings",
479
+ "Compliance With Laws",
480
+ "Confidentiality",
481
+ "Consent To Jurisdiction",
482
+ "Consents",
483
+ "Construction",
484
+ "Cooperation",
485
+ "Costs",
486
+ "Counterparts",
487
+ "Death",
488
+ "Defined Terms",
489
+ "Definitions",
490
+ "Disability",
491
+ "Disclosures",
492
+ "Duties",
493
+ "Effective Dates",
494
+ "Effectiveness",
495
+ "Employment",
496
+ "Enforceability",
497
+ "Enforcements",
498
+ "Entire Agreements",
499
+ "Erisa",
500
+ "Existence",
501
+ "Expenses",
502
+ "Fees",
503
+ "Financial Statements",
504
+ "Forfeitures",
505
+ "Further Assurances",
506
+ "General",
507
+ "Governing Laws",
508
+ "Headings",
509
+ "Indemnifications",
510
+ "Indemnity",
511
+ "Insurances",
512
+ "Integration",
513
+ "Intellectual Property",
514
+ "Interests",
515
+ "Interpretations",
516
+ "Jurisdictions",
517
+ "Liens",
518
+ "Litigations",
519
+ "Miscellaneous",
520
+ "Modifications",
521
+ "No Conflicts",
522
+ "No Defaults",
523
+ "No Waivers",
524
+ "Non-Disparagement",
525
+ "Notices",
526
+ "Organizations",
527
+ "Participations",
528
+ "Payments",
529
+ "Positions",
530
+ "Powers",
531
+ "Publicity",
532
+ "Qualifications",
533
+ "Records",
534
+ "Releases",
535
+ "Remedies",
536
+ "Representations",
537
+ "Sales",
538
+ "Sanctions",
539
+ "Severability",
540
+ "Solvency",
541
+ "Specific Performance",
542
+ "Submission To Jurisdiction",
543
+ "Subsidiaries",
544
+ "Successors",
545
+ "Survival",
546
+ "Tax Withholdings",
547
+ "Taxes",
548
+ "Terminations",
549
+ "Terms",
550
+ "Titles",
551
+ "Transactions With Affiliates",
552
+ "Use Of Proceeds",
553
+ "Vacations",
554
+ "Venues",
555
+ "Vesting",
556
+ "Waiver Of Jury Trials",
557
+ "Waivers",
558
+ "Warranties",
559
+ "Withholdings"
560
+ ],
561
+ [],
562
+ [
563
+ "negative",
564
+ "neutral",
565
+ "positive"
566
+ ],
567
+ [
568
+ "negative",
569
+ "neutral",
570
+ "positive"
571
+ ],
572
  [
573
  "False",
574
  "True"
 
593
  "neutral",
594
  "contradiction"
595
  ],
596
+ [
597
+ "nothate",
598
+ "hate"
599
+ ],
600
  [
601
  "entailment",
602
  "neutral",
 
699
  "faulty generalization",
700
  "intentional"
701
  ],
702
+ [
703
+ "no",
704
+ "yes"
705
+ ],
706
  [
707
  false,
708
  true
 
730
  "neutral",
731
  "contradiction"
732
  ],
733
+ [
734
+ "DISPROVED",
735
+ "PROVED",
736
+ "UNKNOWN"
737
+ ],
738
+ [
739
+ "DISPROVED",
740
+ "PROVED",
741
+ "UNKNOWN"
742
+ ],
743
  [
744
  "entailment",
745
+ "not_entailment"
746
  ],
747
  [
748
  "contradict",
 
857
  "No",
858
  "Yes"
859
  ],
860
+ [
861
+ "No.",
862
+ "Yes."
863
+ ],
864
+ [
865
+ "entailment",
866
+ "not_entailment"
867
+ ],
868
+ [
869
+ "entailment",
870
+ "neutral",
871
+ "contradiction"
872
+ ],
873
+ [
874
+ "entailment",
875
+ "neutral",
876
+ "contradiction"
877
+ ],
878
+ [
879
+ "entailment",
880
+ "neutral",
881
+ "contradiction"
882
+ ],
883
  [
884
  "not-entailed",
885
  "entailed"
 
913
  "glue/qnli",
914
  "glue/rte",
915
  "glue/wnli",
916
+ "glue/mrpc",
917
+ "glue/qqp",
918
+ "glue/stsb",
919
  "super_glue/boolq",
920
  "super_glue/cb",
921
+ "super_glue/multirc",
922
+ "super_glue/wic",
923
+ "super_glue/axg",
924
  "anli/a1",
925
  "anli/a2",
926
  "anli/a3",
 
930
  "scitail/snli_format",
931
  "hans",
932
  "WANLI",
933
+ "recast/recast_ner",
934
  "recast/recast_sentiment",
935
+ "recast/recast_verbnet",
936
+ "recast/recast_megaveridicality",
937
  "recast/recast_verbcorner",
938
+ "recast/recast_kg_relations",
939
  "recast/recast_factuality",
940
  "recast/recast_puns",
 
 
 
 
941
  "probability_words_nli/reasoning_1hop",
942
+ "probability_words_nli/usnli",
943
  "probability_words_nli/reasoning_2hop",
944
  "nan-nli",
945
  "nli_fever",
 
963
  "robust_nli_is_sd",
964
  "robust_nli_li_ts",
965
  "add_one_rte",
966
+ "paws/labeled_final",
967
+ "glue/cola",
968
+ "glue/sst2",
969
+ "pragmeval/pdtb",
970
+ "lex_glue/eurlex",
971
+ "lex_glue/scotus",
972
+ "lex_glue/ledgar",
973
+ "lex_glue/unfair_tos",
974
+ "dynasent/dynabench.dynasent.r1.all/r1",
975
+ "dynasent/dynabench.dynasent.r2.all/r2",
976
  "cycic_classification",
977
  "lingnli",
978
  "monotonicity-entailment",
979
  "scinli",
980
  "naturallogic",
981
+ "dynahate",
982
  "syntactic-augmentation-nli",
983
  "autotnli",
984
  "defeasible-nli/atomic",
 
1000
  "mindgames",
1001
  "ConTRoL-nli",
1002
  "logical-fallacy",
1003
+ "cladder",
1004
  "conceptrules_v2",
1005
  "zero-shot-label-nli",
1006
  "scone",
1007
  "monli",
1008
  "SpaceNLI",
1009
  "propsegment/nli",
1010
+ "FLD.v2/default",
1011
+ "FLD.v2/star",
1012
  "SDOH-NLI",
1013
  "scifact_entailment",
1014
  "AdjectiveScaleProbe-nli",
 
1035
  "MSciNLI",
1036
  "hover-3way/nli",
1037
  "seahorse_summarization_evaluation",
1038
+ "missing-item-prediction/contrastive",
1039
+ "Pol_NLI",
1040
+ "synthetic-retrieval-NLI/count",
1041
+ "synthetic-retrieval-NLI/position",
1042
+ "synthetic-retrieval-NLI/binary",
1043
  "babi_nli",
1044
  "gen_debiased_nli"
1045
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:085feb9865446d73ac3a32c6373f25f6e46f7eaa35cfaf6acd908ebab664ebf9
3
- size 758050
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fa869a6645aadc53efc97ebf659c0a6ec12a56d56e6c875330a9d1992908591
3
+ size 1635710