cointegrated commited on
Commit
4671f3f
1 Parent(s): 341d881

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: src_sent_id
5
+ dtype: float64
6
+ - name: src_sent
7
+ dtype: string
8
+ - name: tgt_sent_id
9
+ dtype: float64
10
+ - name: tgt_sent
11
+ dtype: string
12
+ - name: sim
13
+ dtype: float64
14
+ - name: sim_pnlz
15
+ dtype: float64
16
+ - name: src_doc_hash
17
+ dtype: string
18
+ - name: tgt_doc_hash
19
+ dtype: string
20
+ - name: docs_sim
21
+ dtype: float64
22
+ - name: src_id
23
+ dtype: int64
24
+ splits:
25
+ - name: train
26
+ num_bytes: 14523375
27
+ num_examples: 29359
28
+ download_size: 5281163
29
+ dataset_size: 14523375
30
+ ---
31
+ # Dataset Card for "e-mordovia-articles-2023"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)