Peter Henderson commited on
Commit
77db840
1 Parent(s): aa82442

Fix EOIR, add DOL ECAB

Browse files
data/train.dol_ecab.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6faf8100b8c31d511202a0c556f4e99cfb79fe6c0b1610d499ddc6e40ac1306
3
+ size 43122664
data/train.eoir.jsonl.xz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:895bfcd77f3c8710358b1d36b8dc38256aef10a66fcfe5fff2e999f380aff3fe
3
- size 4023884
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fcf6941ce1eb6a0aae51287872217332521633cbe3d84a507ee18c808efdb44
3
+ size 3990144
data/validation.dol_ecab.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:927b05ffc3b8c8d720a5af6456d1ab8af256b92614bf5cc4ba6b46ecf4d7861d
3
+ size 14433032
data/validation.eoir.jsonl.xz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8518ddde4aae58d1ea683249e4a334c13ff2535152e974316811551d7929ce0e
3
- size 1381412
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ac41485ca7e0f6033b81324e2ea8002d9d7ffc03897d22700c15dfd2c4672c2
3
+ size 1372184
pile-of-law.py CHANGED
@@ -198,6 +198,10 @@ _DATA_URL = {
198
  "eoir" : {
199
  "train" : ["https://huggingface.co/datasets/pile-of-law/pile-of-law/resolve/main/data/train.eoir.jsonl.xz"],
200
  "validation" : ["https://huggingface.co/datasets/pile-of-law/pile-of-law/resolve/main/data/validation.eoir.jsonl.xz"]
 
 
 
 
201
  }
202
  }
203
 
198
  "eoir" : {
199
  "train" : ["https://huggingface.co/datasets/pile-of-law/pile-of-law/resolve/main/data/train.eoir.jsonl.xz"],
200
  "validation" : ["https://huggingface.co/datasets/pile-of-law/pile-of-law/resolve/main/data/validation.eoir.jsonl.xz"]
201
+ },
202
+ "dol_ecab" : {
203
+ "train" : ["https://huggingface.co/datasets/pile-of-law/pile-of-law/resolve/main/data/train.dol_ecab.jsonl.xz"],
204
+ "validation" : ["https://huggingface.co/datasets/pile-of-law/pile-of-law/resolve/main/data/validation.dol_ecab.jsonl.xz"]
205
  }
206
  }
207