Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Norwegian Bokmål
Size:
10K - 100K
Upload dataset
Browse files
README.md
CHANGED
@@ -52,6 +52,26 @@ dataset_info:
|
|
52 |
num_examples: 1181
|
53 |
download_size: 740756
|
54 |
dataset_size: 1132724
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
configs:
|
56 |
- config_name: binary
|
57 |
data_files:
|
@@ -69,6 +89,14 @@ configs:
|
|
69 |
path: data/validation-*
|
70 |
- split: test
|
71 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
---
|
73 |
# Dataset Card for NoReC_sentence
|
74 |
|
|
|
52 |
num_examples: 1181
|
53 |
download_size: 740756
|
54 |
dataset_size: 1132724
|
55 |
+
- config_name: ternary
|
56 |
+
features:
|
57 |
+
- name: id
|
58 |
+
dtype: string
|
59 |
+
- name: review
|
60 |
+
dtype: string
|
61 |
+
- name: sentiment
|
62 |
+
dtype: int64
|
63 |
+
splits:
|
64 |
+
- name: train
|
65 |
+
num_bytes: 914901
|
66 |
+
num_examples: 7973
|
67 |
+
- name: validation
|
68 |
+
num_bytes: 165845
|
69 |
+
num_examples: 1411
|
70 |
+
- name: test
|
71 |
+
num_bytes: 139828
|
72 |
+
num_examples: 1181
|
73 |
+
download_size: 745057
|
74 |
+
dataset_size: 1220574
|
75 |
configs:
|
76 |
- config_name: binary
|
77 |
data_files:
|
|
|
89 |
path: data/validation-*
|
90 |
- split: test
|
91 |
path: data/test-*
|
92 |
+
- config_name: ternary
|
93 |
+
data_files:
|
94 |
+
- split: train
|
95 |
+
path: ternary/train-*
|
96 |
+
- split: validation
|
97 |
+
path: ternary/validation-*
|
98 |
+
- split: test
|
99 |
+
path: ternary/test-*
|
100 |
---
|
101 |
# Dataset Card for NoReC_sentence
|
102 |
|
ternary/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0b436f31afc511cd0383906ae6c05643ca41a65de33cf41983740099aecdc57
|
3 |
+
size 86393
|
ternary/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edda5491ce8cd878ffe578f770bfc4bcb9237f724a718ddb583aad2c5e5dc31b
|
3 |
+
size 557505
|
ternary/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e576ace9fe5a9283b896ce8e011d1d88e505900d2af259752a521b47d5782499
|
3 |
+
size 101159
|