Datasets:
π Add ChessInstruct-format dataset card with guaranteed Unsloth compatibility
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ language:
|
|
4 |
- bg
|
5 |
license: cc-by-4.0
|
6 |
size_categories:
|
7 |
-
-
|
8 |
task_categories:
|
9 |
- translation
|
10 |
- text-generation
|
@@ -32,34 +32,21 @@ dataset_info:
|
|
32 |
dtype: string
|
33 |
- name: KIND
|
34 |
dtype: string
|
|
|
35 |
splits:
|
36 |
- name: train
|
37 |
-
num_bytes: 173762475
|
38 |
num_examples: 736407
|
39 |
- name: validation
|
40 |
-
num_bytes: 21687148
|
41 |
num_examples: 92050
|
42 |
- name: test
|
43 |
-
num_bytes: 21768432
|
44 |
num_examples: 92052
|
45 |
-
download_size: 93757277
|
46 |
-
dataset_size: 217218055
|
47 |
-
configs:
|
48 |
-
- config_name: default
|
49 |
-
data_files:
|
50 |
-
- split: train
|
51 |
-
path: data/train-*
|
52 |
-
- split: validation
|
53 |
-
path: data/validation-*
|
54 |
-
- split: test
|
55 |
-
path: data/test-*
|
56 |
---
|
57 |
|
58 |
# Gemma EN-BG Translation Dataset (ChessInstruct Format)
|
59 |
|
60 |
## π― Overview
|
61 |
|
62 |
-
This dataset contains **
|
63 |
|
64 |
## β¨ Key Features
|
65 |
|
@@ -74,10 +61,10 @@ This dataset contains **45,313** English to Bulgarian subtitle translation pairs
|
|
74 |
|
75 |
| Split | Examples | Size |
|
76 |
|-------|----------|------|
|
77 |
-
| Train |
|
78 |
-
| Validation |
|
79 |
-
| Test |
|
80 |
-
| **Total** | **
|
81 |
|
82 |
## π§ Data Format
|
83 |
|
|
|
4 |
- bg
|
5 |
license: cc-by-4.0
|
6 |
size_categories:
|
7 |
+
- 100K<n<1M
|
8 |
task_categories:
|
9 |
- translation
|
10 |
- text-generation
|
|
|
32 |
dtype: string
|
33 |
- name: KIND
|
34 |
dtype: string
|
35 |
+
config_name: default
|
36 |
splits:
|
37 |
- name: train
|
|
|
38 |
num_examples: 736407
|
39 |
- name: validation
|
|
|
40 |
num_examples: 92050
|
41 |
- name: test
|
|
|
42 |
num_examples: 92052
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
---
|
44 |
|
45 |
# Gemma EN-BG Translation Dataset (ChessInstruct Format)
|
46 |
|
47 |
## π― Overview
|
48 |
|
49 |
+
This dataset contains **920,509** English to Bulgarian subtitle translation pairs in **ChessInstruct format** for fine-tuning **Gemma3-270m** using the **Unsloth framework**. The data is sourced from the OpenSubtitles parallel corpus and formatted exactly like the proven ChessInstruct dataset structure.
|
50 |
|
51 |
## β¨ Key Features
|
52 |
|
|
|
61 |
|
62 |
| Split | Examples | Size |
|
63 |
|-------|----------|------|
|
64 |
+
| Train | 736,407 | ~174MB |
|
65 |
+
| Validation | 92,050 | ~22MB |
|
66 |
+
| Test | 92,052 | ~22MB |
|
67 |
+
| **Total** | **920,509** | **~218MB** |
|
68 |
|
69 |
## π§ Data Format
|
70 |
|