imvladikon commited on
Commit
30dcbac
1 Parent(s): 6fef89d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -9
README.md CHANGED
@@ -51,21 +51,24 @@ task_ids:
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:
 
51
  - **Size of downloaded dataset files:**
52
  - **Size of the generated dataset:**
53
  - **Total amount of disk used:**
54
+ ### Dataset Summary
55
+
56
+ An example of a sample:
 
 
 
 
 
57
  ```
58
  {
59
  "text": <text content of given document>,
60
  "path": <file path to docx>
61
  }
62
  ```
63
+
64
+ Dataset usage
65
+ Available "kneset16","kneset17","knesset_tagged" configurations
66
+ And only train set.
67
+ ```python
68
+ train_ds = load_dataset("imvladikon/knesset_meetings_corpus", "kneset16", split="train")
69
+ ```
70
+
71
+
72
  The Knesset Meetings Corpus 2004-2005 is made up of two components:
73
 
74
  * Raw texts - 282 files made up of 867,725 lines together. These can be downloaded in two formats: