thomasyyj commited on
Commit
9a16155
·
verified ·
1 Parent(s): 8695a17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ # LongBioBench Sample Dataset
2
+
3
+ A sample dataset created using Qwen-7B tokenizer. For details, please check our [paper](https://arxiv.org/abs/2506.02921)
4
+
5
+ This dataset is created by running from our [repo](https://github.com/Thomasyyj/LongBio-Benchmark/tree/main)
6
+
7
+ ```
8
+ bash scripts/submit_scripts/prepare_data.sh
9
+ ```
10
+
11
+ ---
12
+ license: apache-2.0
13
+ ---