smamooler commited on
Commit
a650854
·
verified ·
1 Parent(s): 09f8816

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -1,17 +1,23 @@
1
  ---
2
  configs:
3
- - config_name: default
4
  data_files:
5
  - split: bc2gm
6
- path: "bc2gm/*.json"
7
  - split: bc5chem
8
- path: "bc5chem/*.json"
9
  - split: bc5disease
10
- path: "bc5disease/*.json"
11
  - split: chemprotchem
12
- path: "chemprotchem/*.json"
13
  - split: chemprotgene
14
- path: "chemprotgene/*.json"
 
 
 
 
 
 
15
  ---
16
 
17
  This repository contains the data used in the [PICLe paper](https://arxiv.org/abs/2412.11923).
 
1
  ---
2
  configs:
3
+ - config_name: defaultnern
4
  data_files:
5
  - split: bc2gm
6
+ path: bc2gm/*.json
7
  - split: bc5chem
8
+ path: bc5chem/*.json
9
  - split: bc5disease
10
+ path: bc5disease/*.json
11
  - split: chemprotchem
12
+ path: chemprotchem/*.json
13
  - split: chemprotgene
14
+ path: chemprotgene/*.json
15
+ task_categories:
16
+ - token-classification
17
+ language:
18
+ - en
19
+ tags:
20
+ - NER
21
  ---
22
 
23
  This repository contains the data used in the [PICLe paper](https://arxiv.org/abs/2412.11923).