tznurmin commited on
Commit
2c21d8e
·
verified ·
1 Parent(s): ef734eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -12,11 +12,7 @@ task_categories:
12
  language:
13
  - en
14
  license:
15
- - mit
16
  - cc-by-4.0
17
- - cc-by-sa-4.0
18
- - cc-by-nc-4.0
19
- - cc-by-nc-sa-4.0
20
  size_categories:
21
  - 10K<n<100K
22
  dataset_info:
@@ -133,9 +129,18 @@ configs:
133
 
134
  # Dataset Summary
135
 
136
- **TEA – Pathogen Identifier and Strain Tagger** is a curated biomedical corpus with
137
- 505 full-text articles curated for human microbial pathogens and 400 articles on microbial strains.
138
- Over 3,500 entity spans are annotated in IOB2 format.
 
 
 
 
 
 
 
 
 
139
 
140
  ## Usage
141
 
 
12
  language:
13
  - en
14
  license:
 
15
  - cc-by-4.0
 
 
 
16
  size_categories:
17
  - 10K<n<100K
18
  dataset_info:
 
129
 
130
  # Dataset Summary
131
 
132
+ **TEA – Pathogen Identifier and Strain Tagger** is a curated biomedical corpus comprising:
133
+
134
+ - 505 full-text articles curated for human microbial pathogens
135
+ - 400 articles focused on microbial strains
136
+
137
+ The dataset includes over 3,500 entity spans annotated in IOB2 format.
138
+
139
+ ## Licensing
140
+
141
+ All examples in the `main` branch are released under the [CC BY](https://creativecommons.org/licenses/by/4.0/) license.
142
+
143
+ For a small number of additional examples available under other CC licenses, please refer to the [`all-data` branch](https://huggingface.co/datasets/tznurmin/tea_curated/tree/all-data).
144
 
145
  ## Usage
146