The dataset viewer is not available for this dataset.
Job manager was killed while running this job (job exceeded maximum duration).
Error code:   JobManagerExceededMaximumDurationError

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

What is Symato CC?

To download all WARC data from Common Crawl then filter out Vietnamese in Markdown and Plaintext format. There is 1% of Vietnamse in CC, extract all of them out should be a lot (~10TB of plaintext).

Main contributors

Simple quality filters

To make use of raw data from common crawl, you need to do filtering and deduping. Below is a simple quality filtering code for reference to write your own filters.

## Convert .parquet to .jsonl.gz
mkdir -p jsonl filtered
python3 parquet2jsonl.py

## Quality filter
# wget https://huggingface.co/datasets/Symato/goods_vs_c4_cc_classifiers/resolve/main/fasttext_good_vs_c4_001.bin 
python3 filters.py jsonl/2023-14_20230401125552-20230401155552.jsonl.gz logging

Disclaimer

  • We use content from Common Crawl as it is. Go to CC website to know more about data.
  • We provide simple quality filters code to make it easier for you to use data but no warranty the data quality meet everyone expectations. Modifiy ours or write your own filters in-case you need more advanced / better ones.

Contact dung at symato dot xyz if you have other questions.

Downloads last month
3