Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: unknown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
I do not hold the copyright to this dataset; I merely restructured it to have the same structure as other datasets (that we are researching) to facilitate future coding and analysis. I refer to this [link](https://huggingface.co/datasets/mteb/biblenlp-corpus-mmteb) for the raw dataset.
|
|
|
|
| 1 |
---
|
| 2 |
license: unknown
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: text_1
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: text_2
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: lang
|
| 10 |
+
dtype: string
|
| 11 |
---
|
| 12 |
I do not hold the copyright to this dataset; I merely restructured it to have the same structure as other datasets (that we are researching) to facilitate future coding and analysis. I refer to this [link](https://huggingface.co/datasets/mteb/biblenlp-corpus-mmteb) for the raw dataset.
|