Upload metadata.json with huggingface_hub
Browse files- metadata.json +73 -0
metadata.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"task_count": 26,
|
3 |
+
"categories": {
|
4 |
+
"Basic Legal": [
|
5 |
+
"canada_tax_court_outcomes",
|
6 |
+
"jcrew_blocker",
|
7 |
+
"learned_hands_benefits",
|
8 |
+
"telemarketing_sales_rule"
|
9 |
+
],
|
10 |
+
"Citation": [
|
11 |
+
"citation_prediction_classification"
|
12 |
+
],
|
13 |
+
"Diversity Analysis": [
|
14 |
+
"diversity_3",
|
15 |
+
"diversity_5",
|
16 |
+
"diversity_6"
|
17 |
+
],
|
18 |
+
"Jurisdiction": [
|
19 |
+
"personal_jurisdiction"
|
20 |
+
],
|
21 |
+
"SARA Analysis": [
|
22 |
+
"sara_entailment",
|
23 |
+
"sara_numeric"
|
24 |
+
],
|
25 |
+
"Supply Chain Disclosure": [
|
26 |
+
"supply_chain_disclosure_best_practice_accountability",
|
27 |
+
"supply_chain_disclosure_best_practice_certification",
|
28 |
+
"supply_chain_disclosure_best_practice_training"
|
29 |
+
],
|
30 |
+
"MAUD Contract Analysis": [
|
31 |
+
"maud_ability_to_consummate_concept_is_subject_to_mae_carveouts",
|
32 |
+
"maud_additional_matching_rights_period_for_modifications_cor",
|
33 |
+
"maud_change_in_law_subject_to_disproportionate_impact_modifier",
|
34 |
+
"maud_changes_in_gaap_or_other_accounting_principles_subject_to_disproportionate_impact_modifier",
|
35 |
+
"maud_cor_permitted_in_response_to_intervening_event",
|
36 |
+
"maud_fls_mae_standard",
|
37 |
+
"maud_includes_consistent_with_past_practice",
|
38 |
+
"maud_initial_matching_rights_period_cor",
|
39 |
+
"maud_ordinary_course_efforts_standard",
|
40 |
+
"maud_pandemic_or_other_public_health_event_subject_to_disproportionate_impact_modifier",
|
41 |
+
"maud_pandemic_or_other_public_health_event_specific_reference_to_pandemic_related_governmental_responses_or_measures",
|
42 |
+
"maud_type_of_consideration"
|
43 |
+
]
|
44 |
+
},
|
45 |
+
"task_types": {
|
46 |
+
"canada_tax_court_outcomes": "multiple_choice",
|
47 |
+
"citation_prediction_classification": "multiple_choice",
|
48 |
+
"diversity_3": "multiple_choice",
|
49 |
+
"diversity_5": "multiple_choice",
|
50 |
+
"diversity_6": "multiple_choice",
|
51 |
+
"jcrew_blocker": "multiple_choice",
|
52 |
+
"learned_hands_benefits": "multiple_choice",
|
53 |
+
"maud_ability_to_consummate_concept_is_subject_to_mae_carveouts": "multiple_choice",
|
54 |
+
"maud_additional_matching_rights_period_for_modifications_cor": "multiple_choice",
|
55 |
+
"maud_change_in_law_subject_to_disproportionate_impact_modifier": "multiple_choice",
|
56 |
+
"maud_changes_in_gaap_or_other_accounting_principles_subject_to_disproportionate_impact_modifier": "multiple_choice",
|
57 |
+
"maud_cor_permitted_in_response_to_intervening_event": "multiple_choice",
|
58 |
+
"maud_fls_mae_standard": "multiple_choice",
|
59 |
+
"maud_includes_consistent_with_past_practice": "multiple_choice",
|
60 |
+
"maud_initial_matching_rights_period_cor": "multiple_choice",
|
61 |
+
"maud_ordinary_course_efforts_standard": "multiple_choice",
|
62 |
+
"maud_pandemic_or_other_public_health_event_subject_to_disproportionate_impact_modifier": "multiple_choice",
|
63 |
+
"maud_pandemic_or_other_public_health_event_specific_reference_to_pandemic_related_governmental_responses_or_measures": "multiple_choice",
|
64 |
+
"maud_type_of_consideration": "multiple_choice",
|
65 |
+
"personal_jurisdiction": "multiple_choice",
|
66 |
+
"sara_entailment": "multiple_choice",
|
67 |
+
"sara_numeric": "regression",
|
68 |
+
"supply_chain_disclosure_best_practice_accountability": "multiple_choice",
|
69 |
+
"supply_chain_disclosure_best_practice_certification": "multiple_choice",
|
70 |
+
"supply_chain_disclosure_best_practice_training": "multiple_choice",
|
71 |
+
"telemarketing_sales_rule": "multiple_choice"
|
72 |
+
}
|
73 |
+
}
|