AIAny
Icon for item

tran-vi-teacher

Parallel Chinese→Vietnamese dataset of webnovel (xianxia) text provided in JSON for NMT training and teacher-student distillation. In-domain, ~100K–1M examples with CC-BY-4.0 license — useful for fine-tuning or distillation experiments but limited by narrow genre and small download footprint.

Introduction

High-quality, in-domain parallel data for Chinese→Vietnamese—especially in webnovel genres like xianxia—is rare. This dataset supplies aligned sentence pairs and appears designed as a distilled "teacher" resource to bootstrap NMT fine-tuning or teacher-student distillation workflows.

What Sets It Apart
  • Focused domain: source text drawn from webnovel xianxia content, so models fine-tuned on it learn genre-specific phrasing and named-entity patterns (so what: better fluency and terminology for fiction translation tasks).
  • Distillation-oriented: tags include “gemini-teacher” and “distill”, suggesting entries were produced or filtered for teacher-student training (so what: ready-made teacher targets can speed up student model training or evaluation).
  • Practical packaging: distributed as JSON and tagged for use with datasets/pandas/polars ecosystems (so what: easy ingestion into common ML data pipelines).
  • Clear license and size bracket: labeled CC-BY-4.0 and sized between 100K–1M examples (so what: permissive reuse for research/prototyping while being large enough for targeted fine-tuning).
Who It's For & Trade-offs

Great fit if you need in-domain Chinese→Vietnamese parallel pairs for fiction/webnovel translation, want a dataset prepared for distillation experiments, or need a JSON-native dataset for quick pipeline integration. Look elsewhere if you require broad-domain coverage, production-grade translation for high-stakes use, or large-scale warehousing (this dataset has a narrow genre bias and modest community uptake based on download counts).

Information

Categories

More Items

Hugging Face

A collection of ready-to-run Hugging Face Jobs OCR scripts that add a markdown column (or structured JSON) to image datasets, with model switching, layout detection, server-mode serving, and per-model options for table/form extraction.

Hugging Face

Provides 115M public GitHub source files (≈873GB of code, ~1TB uncompressed) with per-file metadata (repo, path, language, license). Supports streaming, language/license filtering and full download for training and evaluating code LLMs and code generation models.

Hugging Face

Provides labeled prompts with full-reference answers (including chain-of-thought and code blocks) and per-example metadata to train edge routing/orchestrator models that decide whether to handle inputs locally or route them to larger models. Includes complexity scores, coding/math flags, routing justifications, and an automated override rule; suited for fine-tuning small models (50M–1.5B) for edge deployment.