Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Norwegian Bokmål
Size:
10K - 100K
Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
features:
|
| 4 |
- name: id
|
| 5 |
dtype: string
|
|
@@ -25,6 +53,14 @@ dataset_info:
|
|
| 25 |
download_size: 740756
|
| 26 |
dataset_size: 1132724
|
| 27 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
- config_name: default
|
| 29 |
data_files:
|
| 30 |
- split: train
|
|
@@ -33,13 +69,6 @@ configs:
|
|
| 33 |
path: data/validation-*
|
| 34 |
- split: test
|
| 35 |
path: data/test-*
|
| 36 |
-
task_categories:
|
| 37 |
-
- text-classification
|
| 38 |
-
language:
|
| 39 |
-
- nb
|
| 40 |
-
size_categories:
|
| 41 |
-
- 10K<n<100K
|
| 42 |
-
pretty_name: NoReC_sentence
|
| 43 |
---
|
| 44 |
# Dataset Card for NoReC_sentence
|
| 45 |
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- nb
|
| 4 |
+
size_categories:
|
| 5 |
+
- 10K<n<100K
|
| 6 |
+
task_categories:
|
| 7 |
+
- text-classification
|
| 8 |
+
pretty_name: NoReC_sentence
|
| 9 |
dataset_info:
|
| 10 |
+
- config_name: binary
|
| 11 |
+
features:
|
| 12 |
+
- name: id
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: review
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: sentiment
|
| 17 |
+
dtype: int64
|
| 18 |
+
splits:
|
| 19 |
+
- name: train
|
| 20 |
+
num_bytes: 504530
|
| 21 |
+
num_examples: 3894
|
| 22 |
+
- name: validation
|
| 23 |
+
num_bytes: 90797
|
| 24 |
+
num_examples: 701
|
| 25 |
+
- name: test
|
| 26 |
+
num_bytes: 76423
|
| 27 |
+
num_examples: 583
|
| 28 |
+
download_size: 419034
|
| 29 |
+
dataset_size: 671750
|
| 30 |
+
- config_name: default
|
| 31 |
features:
|
| 32 |
- name: id
|
| 33 |
dtype: string
|
|
|
|
| 53 |
download_size: 740756
|
| 54 |
dataset_size: 1132724
|
| 55 |
configs:
|
| 56 |
+
- config_name: binary
|
| 57 |
+
data_files:
|
| 58 |
+
- split: train
|
| 59 |
+
path: binary/train-*
|
| 60 |
+
- split: validation
|
| 61 |
+
path: binary/validation-*
|
| 62 |
+
- split: test
|
| 63 |
+
path: binary/test-*
|
| 64 |
- config_name: default
|
| 65 |
data_files:
|
| 66 |
- split: train
|
|
|
|
| 69 |
path: data/validation-*
|
| 70 |
- split: test
|
| 71 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
---
|
| 73 |
# Dataset Card for NoReC_sentence
|
| 74 |
|
binary/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08e18a8d983167a55db8d6e351303fecd7237da4c474e79a9930ebba7ab19353
|
| 3 |
+
size 47711
|
binary/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f47d40b3e7160d4b85ae15d453a12ebad80bdce13407cd84535e8ede81bcce13
|
| 3 |
+
size 314155
|
binary/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0572efa2e026c1122c97d08322a7f86691b541dfa067df21234d8908b0c1552
|
| 3 |
+
size 57168
|