Datasets:
Commit
·
1785294
1
Parent(s):
4f76423
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,11 +1,39 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
-
pretty_name: OpenSERP-V1
|
| 5 |
-
task_categories:
|
| 6 |
-
- text-generation
|
| 7 |
size_categories:
|
| 8 |
- 1B<n<10B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
### Getting Started
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
|
|
|
|
|
|
|
|
|
| 4 |
size_categories:
|
| 5 |
- 1B<n<10B
|
| 6 |
+
task_categories:
|
| 7 |
+
- text-generation
|
| 8 |
+
pretty_name: OpenSERP-V1
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files:
|
| 12 |
+
- split: train
|
| 13 |
+
path: data/train-*
|
| 14 |
+
dataset_info:
|
| 15 |
+
features:
|
| 16 |
+
- name: id
|
| 17 |
+
dtype: int64
|
| 18 |
+
- name: url
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: title
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: metadata
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: dataset
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: text_chunks
|
| 27 |
+
sequence: string
|
| 28 |
+
- name: embeddings
|
| 29 |
+
sequence:
|
| 30 |
+
sequence: float64
|
| 31 |
+
splits:
|
| 32 |
+
- name: train
|
| 33 |
+
num_bytes: 7144231
|
| 34 |
+
num_examples: 1000
|
| 35 |
+
download_size: 6147586
|
| 36 |
+
dataset_size: 7144231
|
| 37 |
---
|
| 38 |
|
| 39 |
### Getting Started
|