GiliGold commited on
Commit
4ccefd6
·
verified ·
1 Parent(s): 2c3ce8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  datasets:
@@ -34,7 +41,7 @@ size_categories:
34
 
35
  After dowloading and extracting jsonl file from here: https://huggingface.co/datasets/GiliGold/VAD_KnessetCorpus/tree/main
36
  ```python
37
- vad_shard_path = "train\women_rights_vad_shards_bzip2_files\vad_shard_0.jsonl" #adjust path accordingly
38
 
39
  with open(vad_shard_path, encoding="utf-8") as vad_file:
40
  for line in vad_file:
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: "knesset_committees_sentences_with_vad_shards.tar"
7
+
8
  ---
9
  license: cc-by-4.0
10
  datasets:
 
41
 
42
  After dowloading and extracting jsonl file from here: https://huggingface.co/datasets/GiliGold/VAD_KnessetCorpus/tree/main
43
  ```python
44
+ vad_shard_path = "women_rights_vad_shards_bzip2_files\vad_shard_0.jsonl" #adjust path accordingly
45
 
46
  with open(vad_shard_path, encoding="utf-8") as vad_file:
47
  for line in vad_file: