Dataset Viewer

The dataset viewer should be available soon. Please retry later.

Vietnamese Source Text

This dataset is the pinned public Vietnamese corpora as gao read them, every source put to one contract and one schema, before any cleaning.

No snapshot has been sealed here yet, so there are no counts on this card and there is no signed manifest behind it.

That does not mean the repo is empty. An ingest pushes each part as it closes it and deletes the local copy, so what is under data/ is whatever has been written so far, partitioned by the snapshot it belongs to and by the input file it came from. Those parts are real documents under the schema below and they are not a release: a part can be rewritten when a source is pinned again, and the file list is whatever the last run got through rather than a set anybody has fixed. Read them to see what the pipeline produces. Do not cite a count off them.

The card is regenerated from the manifest each time a snapshot is sealed, so when there is a snapshot this is where its counts will be.

What this repo is

What a stage wrote on its way to a release, published as it is written so that a box can push a part and delete it rather than holding what it has finished. It is public like everything else here, it is rewritten when a source is pinned again, and it is not covered by a signed manifest. A release is, and that is the difference worth knowing before anybody builds on this.

What ships and what does not

This repo carries document text, so it carries only documents whose text may be redistributed.

license class text metadata
open yes yes
permissive-attribution yes yes

Every row carries its own class in the license_class column, so a reader who needs a narrower set than this repo holds can filter for it rather than trust the repo name.

A page that reserved its text and data mining rights is not here, whatever its license says. The two are separate questions and the reservation is honored at the write, so a page that said no cannot reach a published file through a stage that forgot to ask. The consent column records what each page said, and an empty value means nobody was there to ask, which is true of every document that came out of somebody else's corpus.

Reading it

The files are Parquet, partitioned by snapshot, so a query reads one column of one release rather than downloading the repo.

SELECT count(*) FROM read_parquet('hf://datasets/open-index/vietnamese-source-text/data/**/*.parquet');

Where this comes from

The pipeline that built it, the ingest contract every document had to pass, and the reasoning behind both are at https://github.com/tamnd/gao.

This card is generated by gao kho card from the snapshot manifest. Editing it by hand works until the next release overwrites it.

Downloads last month
59