AdaptLLM commited on
Commit
2a66c8f
1 Parent(s): 41e7831

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -2,16 +2,16 @@
2
  configs:
3
  - config_name: SCOTUS
4
  data_files:
5
- - split: test
6
- path: "scotus/test.json"
7
  - config_name: CaseHOLD
8
  data_files:
9
- - split: test
10
- path: "case_hold/test.json"
11
  - config_name: UNFAIR_ToS
12
  data_files:
13
- - split: test
14
- path: "unfair_tos/test.json"
15
  task_categories:
16
  - text-classification
17
  - question-answering
@@ -19,6 +19,8 @@ task_categories:
19
  - conversational
20
  language:
21
  - en
 
 
22
  ---
23
 
24
  # Adapt (Large) Language Models to Domains
 
2
  configs:
3
  - config_name: SCOTUS
4
  data_files:
5
+ - split: test
6
+ path: scotus/test.json
7
  - config_name: CaseHOLD
8
  data_files:
9
+ - split: test
10
+ path: case_hold/test.json
11
  - config_name: UNFAIR_ToS
12
  data_files:
13
+ - split: test
14
+ path: unfair_tos/test.json
15
  task_categories:
16
  - text-classification
17
  - question-answering
 
19
  - conversational
20
  language:
21
  - en
22
+ tags:
23
+ - legal
24
  ---
25
 
26
  # Adapt (Large) Language Models to Domains