imvladikon commited on
Commit
d9fbd63
1 Parent(s): 0fc044d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -11,7 +11,23 @@ dataset_info:
11
  num_examples: 180000
12
  download_size: 51233843
13
  dataset_size: 89295283
 
 
14
  ---
15
  # Dataset Card for "sentence_compression_he"
16
 
17
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  num_examples: 180000
12
  download_size: 51233843
13
  dataset_size: 89295283
14
+ language:
15
+ - he
16
  ---
17
  # Dataset Card for "sentence_compression_he"
18
 
19
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
20
+
21
+
22
+ ### Sample
23
+ ```json
24
+ {'set': ['USHL משלים את טיוטת ההרחבה',
25
+ 'ה-USHL השלימה טיוטת הרחבה ביום שני, כאשר 10 שחקנים שהיו בסגל של '
26
+ 'קבוצות USHL במהלך עונת 2009-10 נבחרו על ידי שני הערכים החדשים של '
27
+ 'הליגה, חוטבי עצים מוסקגון ו-Dubuque Fighting Saints.'],
28
+ 'set_en': ['The USHL completed an expansion draft on Monday as 10 players who '
29
+ 'were on the rosters of USHL teams during the 2009-10 season were '
30
+ "selected by the League's two newest entries, the Muskegon "
31
+ 'Lumberjacks and Dubuque Fighting Saints.',
32
+ 'USHL completes expansion draft']}
33
+ ```