Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Danish
ArXiv:
Libraries:
Datasets
Dask
KennethEnevoldsen commited on
Commit
7a8b5eb
·
1 Parent(s): efdf26b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: word
5
+ dtype: string
6
+ - name: domain
7
+ dtype: string
8
+ - name: domain_short
9
+ dtype: string
10
+ - name: freq
11
+ dtype: int64
12
+ - name: log_prob
13
+ dtype: float64
14
+ - name: log_prob_smoothed
15
+ dtype: float64
16
+ splits:
17
+ - name: train
18
+ num_bytes: 1232856541
19
+ num_examples: 15326084
20
+ download_size: 231790582
21
+ dataset_size: 1232856541
22
+ ---
23
+ # Dataset Card for "dagw-word-frequencies-by-domain-with-pos-tags"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)