erikve commited on
Commit
ab7ebe9
1 Parent(s): f66b8dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -14
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
- language: &id001
3
  - 'no'
4
  license: cc
5
- size_categories: &id002
6
  - 10K<n<100K
7
  pretty_name: NoReC
8
- configs: &id003
9
  - config_name: default
10
  data_files:
11
  - split: train
@@ -15,11 +15,21 @@ configs: &id003
15
  - split: test
16
  path: data/test-*
17
  dataset_info:
18
- language: *id001
 
19
  license: cc
20
- size_categories: *id002
 
21
  pretty_name: NoReC
22
- configs: *id003
 
 
 
 
 
 
 
 
23
  dataset_info:
24
  features:
25
  - name: id
@@ -63,12 +73,21 @@ dataset_info:
63
  download_size: 77286913
64
  dataset_size: 121719480
65
  homepage: https://github.com/ltgoslo/norec
66
- citation: "@InProceedings{VelOvrBer18,\n author = {Erik Velldal and Lilja {\\O}vrelid\
67
- \ and \n Eivind Alexander Bergem and Cathrine Stadsnes and \n \
68
- \ Samia Touileb and Fredrik J{\\o}rgensen},\n title = {{NoReC}: The {N}orwegian\
69
- \ {R}eview {C}orpus},\n booktitle = {Proceedings of the 11th edition of the \n\
70
- \ Language Resources and Evaluation Conference},\n year = {2018},\n\
71
- \ address = {Miyazaki, Japan},\n pages = {4186--4191}\n}\n}"
 
 
 
 
 
 
 
 
 
72
  ---
73
  # NoReC: The Norwegian Review Corpus
74
  This is the official repository for the Norwegian Review Corpus (NoReC), created for the purpose of training and evaluating models for document-level sentiment analysis.
@@ -170,5 +189,4 @@ All splits combined
170
 
171
  ## Dataset Card Authors
172
 
173
- https://huggingface.co/ltg
174
-
 
1
  ---
2
+ language:
3
  - 'no'
4
  license: cc
5
+ size_categories:
6
  - 10K<n<100K
7
  pretty_name: NoReC
8
+ configs:
9
  - config_name: default
10
  data_files:
11
  - split: train
 
15
  - split: test
16
  path: data/test-*
17
  dataset_info:
18
+ language:
19
+ - 'no'
20
  license: cc
21
+ size_categories:
22
+ - 10K<n<100K
23
  pretty_name: NoReC
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: train
28
+ path: data/train-*
29
+ - split: validation
30
+ path: data/validation-*
31
+ - split: test
32
+ path: data/test-*
33
  dataset_info:
34
  features:
35
  - name: id
 
73
  download_size: 77286913
74
  dataset_size: 121719480
75
  homepage: https://github.com/ltgoslo/norec
76
+ citation: |-
77
+ @InProceedings{VelOvrBer18,
78
+ author = {Erik Velldal and Lilja {\O}vrelid and
79
+ Eivind Alexander Bergem and Cathrine Stadsnes and
80
+ Samia Touileb and Fredrik J{\o}rgensen},
81
+ title = {{NoReC}: The {N}orwegian {R}eview {C}orpus},
82
+ booktitle = {Proceedings of the 11th edition of the
83
+ Language Resources and Evaluation Conference},
84
+ year = {2018},
85
+ address = {Miyazaki, Japan},
86
+ pages = {4186--4191}
87
+ }
88
+ }
89
+ task_categories:
90
+ - text-classification
91
  ---
92
  # NoReC: The Norwegian Review Corpus
93
  This is the official repository for the Norwegian Review Corpus (NoReC), created for the purpose of training and evaluating models for document-level sentiment analysis.
 
189
 
190
  ## Dataset Card Authors
191
 
192
+ https://huggingface.co/ltg