File size: 3,389 Bytes
89bc693
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': Adjustments
          '1': Agreements
          '2': Amendments
          '3': Anti-Corruption Laws
          '4': Applicable Laws
          '5': Approvals
          '6': Arbitration
          '7': Assignments
          '8': Assigns
          '9': Authority
          '10': Authorizations
          '11': Base Salary
          '12': Benefits
          '13': Binding Effects
          '14': Books
          '15': Brokers
          '16': Capitalization
          '17': Change In Control
          '18': Closings
          '19': Compliance With Laws
          '20': Confidentiality
          '21': Consent To Jurisdiction
          '22': Consents
          '23': Construction
          '24': Cooperation
          '25': Costs
          '26': Counterparts
          '27': Death
          '28': Defined Terms
          '29': Definitions
          '30': Disability
          '31': Disclosures
          '32': Duties
          '33': Effective Dates
          '34': Effectiveness
          '35': Employment
          '36': Enforceability
          '37': Enforcements
          '38': Entire Agreements
          '39': Erisa
          '40': Existence
          '41': Expenses
          '42': Fees
          '43': Financial Statements
          '44': Forfeitures
          '45': Further Assurances
          '46': General
          '47': Governing Laws
          '48': Headings
          '49': Indemnifications
          '50': Indemnity
          '51': Insurances
          '52': Integration
          '53': Intellectual Property
          '54': Interests
          '55': Interpretations
          '56': Jurisdictions
          '57': Liens
          '58': Litigations
          '59': Miscellaneous
          '60': Modifications
          '61': No Conflicts
          '62': No Defaults
          '63': No Waivers
          '64': Non-Disparagement
          '65': Notices
          '66': Organizations
          '67': Participations
          '68': Payments
          '69': Positions
          '70': Powers
          '71': Publicity
          '72': Qualifications
          '73': Records
          '74': Releases
          '75': Remedies
          '76': Representations
          '77': Sales
          '78': Sanctions
          '79': Severability
          '80': Solvency
          '81': Specific Performance
          '82': Submission To Jurisdiction
          '83': Subsidiaries
          '84': Successors
          '85': Survival
          '86': Tax Withholdings
          '87': Taxes
          '88': Terminations
          '89': Terms
          '90': Titles
          '91': Transactions With Affiliates
          '92': Use Of Proceeds
          '93': Vacations
          '94': Venues
          '95': Vesting
          '96': Waiver Of Jury Trials
          '97': Waivers
          '98': Warranties
          '99': Withholdings
  splits:
  - name: train
    num_bytes: 43358291
    num_examples: 60000
  - name: test
    num_bytes: 6845581
    num_examples: 10000
  - name: validation
    num_bytes: 7143588
    num_examples: 10000
  download_size: 27650585
  dataset_size: 57347460
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---