- .gitattributes +2 -0
- README.md +8 -1
.gitattributes
CHANGED
@@ -57,3 +57,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
61 |
+
*.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
- dataset
|
8 |
pretty_name: Palestine
|
9 |
size_categories:
|
10 |
-
-
|
11 |
configs:
|
12 |
- config_name: default
|
13 |
data_files:
|
@@ -24,6 +24,7 @@ Current sources:
|
|
24 |
|
25 |
* english.khamenei.ir/news - Articles tagged with FreePalestine
|
26 |
* decolonizepalestine.com - Educational content and historical documentation
|
|
|
27 |
|
28 |
## Purpose
|
29 |
|
@@ -61,6 +62,12 @@ The repository is organized as follows:
|
|
61 |
* Includes raw `texts`, `CSV`, and `JSONL` formats
|
62 |
* Original `website content` preserved
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
## Contributing ๐ค
|
65 |
|
66 |
### 1. Add New Sources ๐
|
|
|
7 |
- dataset
|
8 |
pretty_name: Palestine
|
9 |
size_categories:
|
10 |
+
- 10M<n<100M
|
11 |
configs:
|
12 |
- config_name: default
|
13 |
data_files:
|
|
|
24 |
|
25 |
* english.khamenei.ir/news - Articles tagged with FreePalestine
|
26 |
* decolonizepalestine.com - Educational content and historical documentation
|
27 |
+
* electronicintifada.net - 2000 articles
|
28 |
|
29 |
## Purpose
|
30 |
|
|
|
62 |
* Includes raw `texts`, `CSV`, and `JSONL` formats
|
63 |
* Original `website content` preserved
|
64 |
|
65 |
+
`electronicintifada.net`
|
66 |
+
|
67 |
+
* 2000 articles scraped from electronicintifada.net
|
68 |
+
* Includes raw `texts`, `CSV`, and `JSONL` formats
|
69 |
+
* Original `website content` preserved
|
70 |
+
|
71 |
## Contributing ๐ค
|
72 |
|
73 |
### 1. Add New Sources ๐
|