Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:

This file doesn't have the proper format for the Amharic part.

#2
by Henok - opened
No description provided.
Google org

can you give more details? It looks fine to me:

image.png

Actually the issue is from the jsonl(https://huggingface.co/datasets/google/smol/raw/main/smolsent/am_en.jsonl) raw file and not on the Parquet
Screenshot 2025-03-01 at 8.26.36 in the evening.png

Google org

Have you tried to load and print this data in Python? I believe this is correctly encoded, but when you look at the json in this view it shows you the unicode values, not the Amharic text. For example:

>>> print("\u1235")
ስ

Okay got it, thanks

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment