Dataset Preview
Go to dataset viewer
The dataset preview is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    ClientPayloadError
Message:      400, message='Can not decode content-encoding: gzip'
Traceback:    Traceback (most recent call last):
                File "/src/workers/datasets_based/src/datasets_based/workers/first_rows.py", line 485, in compute_first_rows_response
                  rows = get_rows(
                File "/src/workers/datasets_based/src/datasets_based/workers/first_rows.py", line 120, in decorator
                  return func(*args, **kwargs)
                File "/src/workers/datasets_based/src/datasets_based/workers/first_rows.py", line 176, in get_rows
                  rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
                File "/src/workers/datasets_based/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 917, in __iter__
                  for key, example in ex_iterable:
                File "/src/workers/datasets_based/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 113, in __iter__
                  yield from self.generate_examples_fn(**self.kwargs)
                File "/tmp/modules-cache/datasets_modules/datasets/hebrew_this_world/573e2d7cbc226870be9a7d021e981044453c489755874664938cfdf9ea433cb5/hebrew_this_world.py", line 83, in _generate_examples
                  for data in csv_reader:
                File "/usr/local/lib/python3.9/csv.py", line 111, in __next__
                  row = next(self.reader)
                File "/src/workers/datasets_based/.venv/lib/python3.9/site-packages/fsspec/implementations/http.py", line 594, in read
                  return super().read(length)
                File "/src/workers/datasets_based/.venv/lib/python3.9/site-packages/fsspec/spec.py", line 1684, in read
                  out = self.cache._fetch(self.loc, self.loc + length)
                File "/src/workers/datasets_based/.venv/lib/python3.9/site-packages/fsspec/caching.py", line 381, in _fetch
                  self.cache = self.fetcher(start, bend)
                File "/src/workers/datasets_based/.venv/lib/python3.9/site-packages/fsspec/asyn.py", line 114, in wrapper
                  return sync(self.loop, func, *args, **kwargs)
                File "/src/workers/datasets_based/.venv/lib/python3.9/site-packages/fsspec/asyn.py", line 99, in sync
                  raise return_result
                File "/src/workers/datasets_based/.venv/lib/python3.9/site-packages/fsspec/asyn.py", line 54, in _runner
                  result[0] = await coro
                File "/src/workers/datasets_based/.venv/lib/python3.9/site-packages/fsspec/implementations/http.py", line 663, in async_fetch_range
                  out = await r.read()
                File "/src/workers/datasets_based/.venv/lib/python3.9/site-packages/aiohttp/client_reqrep.py", line 1037, in read
                  self._body = await self.content.read()
                File "/src/workers/datasets_based/.venv/lib/python3.9/site-packages/aiohttp/streams.py", line 375, in read
                  block = await self.readany()
                File "/src/workers/datasets_based/.venv/lib/python3.9/site-packages/aiohttp/streams.py", line 397, in readany
                  await self._wait("readany")
                File "/src/workers/datasets_based/.venv/lib/python3.9/site-packages/aiohttp/streams.py", line 304, in _wait
                  await waiter
              aiohttp.client_exceptions.ClientPayloadError: 400, message='Can not decode content-encoding: gzip'

Need help to make the dataset viewer work? Open an discussion for direct support.

Dataset Card for HebrewSentiment

Dataset Summary

HebrewThisWorld is a data set consists of 2028 issues of the newspaper 'This World' edited by Uri Avnery and were published between 1950 and 1989. Released under the AGPLv3 license.

Data Annotation:

Supported Tasks and Leaderboards

Language modeling

Languages

Hebrew

Dataset Structure

csv file with "," delimeter

Data Instances

Sample:

{
  "issue_num": 637,
  "page_count": 16,
  "date": "1950-01-01",
  "date_he": "1 בינואר 1950",
  "year": "1950",
  "href": "https://thisworld.online/1950/637",
  "pdf": "https://olam.eu-central-1.linodeobjects.com/pdfs/B-I0637-D010150.pdf",
  "coverpage": "https://olam.eu-central-1.linodeobjects.com/pages/637/t-1.png",
  "backpage": "https://olam.eu-central-1.linodeobjects.com/pages/637/t-16.png",
  "content": "\nלפיד\nהנוער ־ בירושלים צילומים :\n\nב. רותנברג\n\nוזהו הלפיד\n...",
  "url": "https://thisworld.online/api/1950/637"
}

Data Fields

  • issue_num: ID/Number of the issue
  • page_count: Page count of the current issue
  • date: Published date
  • date_he: Published date in Hebrew
  • year: Year of the issue
  • href: URL to the issue to scan/print etc.
  • pdf: URL to the issue to scan in pdf
  • coverpage: URL to coverpage
  • backpage: URL to backpage
  • content: text content of the issue
  • url: URL

Data Splits

train
corpus 2028

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

thisworld.online

Initial Data Collection and Normalization

[More Information Needed]

Who are the source language producers?

[More Information Needed]

Annotations

Annotation process

[More Information Needed]

Who are the annotators?

Researchers

Personal and Sensitive Information

[More Information Needed]

Considerations for Using the Data

Social Impact of Dataset

[More Information Needed]

Discussion of Biases

[More Information Needed]

Other Known Limitations

[More Information Needed]

Additional Information

Dataset Curators

[More Information Needed]

Licensing Information

GNU AGPLv3+

This is free software, and you are welcome to redistribute it under certain conditions.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Citation Information

https://thisworld.online/

Contributions

Thanks to @lhoestq, @imvladikon for adding this dataset.

Downloads last month
183