File size: 1,171 Bytes
0fc044d
 
 
 
 
 
 
 
 
 
 
 
 
d9fbd63
 
0fc044d
 
 
d9fbd63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
dataset_info:
  features:
  - name: set
    sequence: string
  - name: set_en
    sequence: string
  splits:
  - name: train
    num_bytes: 89295283
    num_examples: 180000
  download_size: 51233843
  dataset_size: 89295283
language:
- he
---
# Dataset Card for "sentence_compression_he"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)


### Sample
```json
{'set': ['USHL משלים את טיוטת ההרחבה',
         'ה-USHL השלימה טיוטת הרחבה ביום שני, כאשר 10 שחקנים שהיו בסגל של '
         'קבוצות USHL במהלך עונת 2009-10 נבחרו על ידי שני הערכים החדשים של '
         'הליגה, חוטבי עצים מוסקגון ו-Dubuque Fighting Saints.'],
 'set_en': ['The USHL completed an expansion draft on Monday as 10 players who '
            'were on the rosters of USHL teams during the 2009-10 season were '
            "selected by the League's two newest entries, the Muskegon "
            'Lumberjacks and Dubuque Fighting Saints.',
            'USHL completes expansion draft']}
```