imvladikon commited on
Commit
6fef89d
1 Parent(s): 33352bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -15
README.md CHANGED
@@ -19,7 +19,7 @@ task_categories:
19
  task_ids:
20
  - language-modeling
21
  ---
22
- # Dataset Card for "wikitext"
23
  ## Table of Contents
24
  - [Dataset Description](#dataset-description)
25
  - [Dataset Summary](#dataset-summary)
@@ -51,8 +51,21 @@ task_ids:
51
  - **Size of downloaded dataset files:**
52
  - **Size of the generated dataset:**
53
  - **Total amount of disk used:**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  ### Dataset Summary
55
-
56
  The Knesset Meetings Corpus 2004-2005 is made up of two components:
57
 
58
  * Raw texts - 282 files made up of 867,725 lines together. These can be downloaded in two formats:
@@ -106,19 +119,7 @@ All Knesset meeting protocols are in the `public domain <https://en.wikipedia.or
106
  ### Languages
107
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
  ## Dataset Structure
109
- Available "kneset16","kneset17","knesset_tagged" configurations
110
- And only train set.
111
- ```python
112
- train_ds = load_dataset("imvladikon/knesset_meetings_corpus", "kneset16", split="train")
113
- ```
114
- ### Data Instances
115
- An example of sample:
116
- ```
117
- {
118
- "text": <text content of given document>,
119
- "path": <file path to docx>
120
- }
121
- ```
122
 
123
  ## Dataset Creation
124
  ### Curation Rationale
 
19
  task_ids:
20
  - language-modeling
21
  ---
22
+ # Dataset Card
23
  ## Table of Contents
24
  - [Dataset Description](#dataset-description)
25
  - [Dataset Summary](#dataset-summary)
 
51
  - **Size of downloaded dataset files:**
52
  - **Size of the generated dataset:**
53
  - **Total amount of disk used:**
54
+ ### Dataset usage
55
+ Available "kneset16","kneset17","knesset_tagged" configurations
56
+ And only train set.
57
+ ```python
58
+ train_ds = load_dataset("imvladikon/knesset_meetings_corpus", "kneset16", split="train")
59
+ ```
60
+ ### Data Instances
61
+ An example of sample:
62
+ ```
63
+ {
64
+ "text": <text content of given document>,
65
+ "path": <file path to docx>
66
+ }
67
+ ```
68
  ### Dataset Summary
 
69
  The Knesset Meetings Corpus 2004-2005 is made up of two components:
70
 
71
  * Raw texts - 282 files made up of 867,725 lines together. These can be downloaded in two formats:
 
119
  ### Languages
120
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
  ## Dataset Structure
122
+
 
 
 
 
 
 
 
 
 
 
 
 
123
 
124
  ## Dataset Creation
125
  ### Curation Rationale