MartimZanatti commited on
Commit
18e444a
1 Parent(s): d39f939

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path:
7
+ - "first section/first_section_train.csv"
8
+ - "second section/second_section_train.csv"
9
+ - split: test
10
+ path:
11
+ - "first section/first_section_test.csv"
12
+ - "second section/second_section_test.csv"
13
+ license: mit
14
+ task_categories:
15
+ - token-classification
16
+ language:
17
+ - pt
18
+ tags:
19
+ - legal
20
+ size_categories:
21
+ - 1K<n<10K
22
+ ---