Umean commited on
Commit
4c86554
·
verified ·
1 Parent(s): 5a26e36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,7 +12,7 @@ Our B2NER models, trained on B2NERD, outperform GPT-4 by 6.8-12.0 F1 points and
12
 
13
  - 📖 Paper: [Beyond Boundaries: Learning a Universal Entity Taxonomy across Datasets and Languages for Open Named Entity Recognition](http://arxiv.org/abs/2406.11192)
14
  - 🎮 Github Repo: https://github.com/UmeanNever/B2NER .
15
- - 📀 Data: See below data section. You can download from here (in "Files and versions" tab) or [Google Drive](https://drive.google.com/file/d/11Wt4RU48i06OruRca2q_MsgpylzNDdjN/view?usp=drive_link).
16
  - 💾 Model (LoRA Adapters): See [7B model](https://huggingface.co/Umean/B2NER-Internlm2.5-7B-LoRA) and [20B model](https://huggingface.co/Umean/B2NER-Internlm2-20B-LoRA). You may refer to the github repo for quick demo usage.
17
 
18
  See github repo for more information about data usage and this work.
@@ -25,7 +25,7 @@ We provide 3 versions of our dataset.
25
  - `B2NERD_all`: Contain ~1.4M samples from 54 datasets. The full-data version of our dataset suitable for in-domain supervised evaluation. It has standardized entity definitions but does not undergo any data selection or pruning.
26
  - `B2NERD_raw`: The raw collected datasets with raw entity labels. It goes through basic format preprocessing but without further standardization.
27
 
28
- You can download the data from here (in "Files and versions" tab) or [Google Drive](https://drive.google.com/file/d/1JW3ZZPlJ5vm_upn0msihI9FQjo4TmZDI/view?usp=sharing). Current data is uploaded as .zip for convenience. We are considering upload raw data files for better preview.
29
  Please ensure that you have the proper licenses to access the raw datasets in our collection.
30
 
31
  Below are the datasets statistics and source datasets for `B2NERD` dataset.
 
12
 
13
  - 📖 Paper: [Beyond Boundaries: Learning a Universal Entity Taxonomy across Datasets and Languages for Open Named Entity Recognition](http://arxiv.org/abs/2406.11192)
14
  - 🎮 Github Repo: https://github.com/UmeanNever/B2NER .
15
+ - 📀 Data: You can download from here (the B2NERD_data.zip in the "Files and versions" tab). See below data section for more information.
16
  - 💾 Model (LoRA Adapters): See [7B model](https://huggingface.co/Umean/B2NER-Internlm2.5-7B-LoRA) and [20B model](https://huggingface.co/Umean/B2NER-Internlm2-20B-LoRA). You may refer to the github repo for quick demo usage.
17
 
18
  See github repo for more information about data usage and this work.
 
25
  - `B2NERD_all`: Contain ~1.4M samples from 54 datasets. The full-data version of our dataset suitable for in-domain supervised evaluation. It has standardized entity definitions but does not undergo any data selection or pruning.
26
  - `B2NERD_raw`: The raw collected datasets with raw entity labels. It goes through basic format preprocessing but without further standardization.
27
 
28
+ You can download the data from here (the B2NERD_data.zip in the "Files and versions" tab) or [Google Drive](https://drive.google.com/file/d/1JW3ZZPlJ5vm_upn0msihI9FQjo4TmZDI/view?usp=sharing). Current data is uploaded as .zip for convenience. We are considering upload raw data files for better preview.
29
  Please ensure that you have the proper licenses to access the raw datasets in our collection.
30
 
31
  Below are the datasets statistics and source datasets for `B2NERD` dataset.