Datasets:
tillwenke
commited on
Commit
·
870ace5
1
Parent(s):
7d741c5
req
Browse files- .gitattributes +1 -1
- README.md +15 -0
- training11b.json → raw_data/training11b.json +0 -0
- requirements.txt +11 -4
.gitattributes
CHANGED
|
@@ -54,4 +54,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 56 |
# custom
|
| 57 |
-
|
|
|
|
| 54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 56 |
# custom
|
| 57 |
+
raw_data/** filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-2.5
|
| 3 |
+
task_categories:
|
| 4 |
+
- question-answering
|
| 5 |
+
- sentence-similarity
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- rag
|
| 10 |
+
- dpr
|
| 11 |
+
- information-retrieval
|
| 12 |
+
- question-answering
|
| 13 |
+
- biomedical
|
| 14 |
+
---
|
| 15 |
+
Derives from http://participants-area.bioasq.org/Tasks/11b/trainingDataset/ we generated our own subset using `generate.py`.
|
training11b.json → raw_data/training11b.json
RENAMED
|
File without changes
|
requirements.txt
CHANGED
|
@@ -1,4 +1,11 @@
|
|
| 1 |
-
biopython
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
biopython==1.81
|
| 2 |
+
decorator==5.1.1
|
| 3 |
+
numpy==1.26.1
|
| 4 |
+
pandas==2.1.2
|
| 5 |
+
py==1.11.0
|
| 6 |
+
python-dateutil==2.8.2
|
| 7 |
+
pytz==2023.3.post1
|
| 8 |
+
retry==0.9.2
|
| 9 |
+
six==1.16.0
|
| 10 |
+
tqdm==4.66.1
|
| 11 |
+
tzdata==2023.3
|