Jarbas commited on
Commit
ec0d887
·
verified ·
1 Parent(s): 6af6547

52 locales, per-row slots (one example per slot, no cross-utterance aggregation), README dataset card

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +137 -120
  2. af-ZA/train_templates.jsonl +2 -2
  3. am-ET/train_templates.jsonl +2 -2
  4. ar-SA/train_templates.jsonl +2 -2
  5. az-AZ/train_templates.jsonl +2 -2
  6. bn-BD/train_templates.jsonl +2 -2
  7. ca-ES/train_templates.jsonl +2 -2
  8. cy-GB/train_templates.jsonl +2 -2
  9. da-DK/train_templates.jsonl +2 -2
  10. de-DE/train_templates.jsonl +2 -2
  11. el-GR/train_templates.jsonl +2 -2
  12. en-US/train_templates.jsonl +2 -2
  13. es-ES/train_templates.jsonl +2 -2
  14. fa-IR/train_templates.jsonl +2 -2
  15. fi-FI/train_templates.jsonl +2 -2
  16. fr-FR/train_templates.jsonl +2 -2
  17. he-IL/train_templates.jsonl +2 -2
  18. hi-IN/train_templates.jsonl +2 -2
  19. hu-HU/train_templates.jsonl +2 -2
  20. hy-AM/train_templates.jsonl +2 -2
  21. id-ID/train_templates.jsonl +2 -2
  22. is-IS/train_templates.jsonl +2 -2
  23. it-IT/train_templates.jsonl +2 -2
  24. ja-JP/train_templates.jsonl +2 -2
  25. jv-ID/train_templates.jsonl +2 -2
  26. ka-GE/train_templates.jsonl +2 -2
  27. km-KH/train_templates.jsonl +2 -2
  28. kn-IN/train_templates.jsonl +2 -2
  29. ko-KR/train_templates.jsonl +2 -2
  30. lv-LV/train_templates.jsonl +2 -2
  31. ml-IN/train_templates.jsonl +2 -2
  32. mn-MN/train_templates.jsonl +2 -2
  33. ms-MY/train_templates.jsonl +2 -2
  34. my-MM/train_templates.jsonl +2 -2
  35. nb-NO/train_templates.jsonl +2 -2
  36. nl-NL/train_templates.jsonl +2 -2
  37. pl-PL/train_templates.jsonl +2 -2
  38. pt-PT/train_templates.jsonl +2 -2
  39. ro-RO/train_templates.jsonl +2 -2
  40. ru-RU/train_templates.jsonl +2 -2
  41. sl-SL/train_templates.jsonl +2 -2
  42. sq-AL/train_templates.jsonl +2 -2
  43. sv-SE/train_templates.jsonl +2 -2
  44. sw-KE/train_templates.jsonl +2 -2
  45. ta-IN/train_templates.jsonl +2 -2
  46. te-IN/train_templates.jsonl +2 -2
  47. th-TH/train_templates.jsonl +2 -2
  48. tl-PH/train_templates.jsonl +2 -2
  49. tr-TR/train_templates.jsonl +2 -2
  50. ur-PK/train_templates.jsonl +2 -2
README.md CHANGED
@@ -1,164 +1,181 @@
1
  ---
2
  pretty_name: MASSIVE Templates
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  license: apache-2.0
4
  task_categories:
5
- - text-classification
 
6
  tags:
7
- - intent-classification
8
- - ovos
9
- - multilingual
10
- language:
11
- - af
12
- - am
13
- - ar
14
- - az
15
- - bn
16
- - ca
17
- - cy
18
- - da
19
- - de
20
- - el
21
- - en
22
- - es
23
- - fa
24
- - fi
25
- - fr
26
- - he
27
- - hi
28
- - hu
29
- - hy
30
- - id
31
- - is
32
- - it
33
- - ja
34
- - jv
35
- - ka
36
- - km
37
- - kn
38
- - ko
39
- - lv
40
- - ml
41
- - mn
42
- - ms
43
- - my
44
- - nb
45
- - nl
46
- - pl
47
- - pt
48
- - ro
49
- - ru
50
- - sl
51
- - sq
52
- - sv
53
- - sw
54
- - ta
55
- - te
56
- - th
57
- - tl
58
- - tr
59
- - ur
60
- - vi
61
- - zh
62
  ---
63
 
64
  # MASSIVE Templates
65
 
66
- Multilingual intent-classification dataset re-cast from
67
- [`AmazonScience/massive`](https://huggingface.co/datasets/AmazonScience/massive)
68
- (Apache-2.0) into the OVOS `intents-for-eval` shape: one row per template,
69
- with `{slot}` placeholders and per-slot vocab pools. Conversion is purely
70
- mechanical a single regex pass over MASSIVE's `annot_utt` brackets, no LLM
71
- in the loop.
72
-
73
- This is an alternate view of an already-public dataset; the raw MASSIVE
74
- source is not redistributed here, only the converted templates.
75
-
76
- ## Languages
77
 
78
- 52 BCP-47 locales (the full MASSIVE locale set):
 
 
 
 
 
 
79
 
80
- `af-ZA, am-ET, ar-SA, az-AZ, bn-BD, ca-ES, cy-GB, da-DK, de-DE, el-GR, en-US,
81
- es-ES, fa-IR, fi-FI, fr-FR, he-IL, hi-IN, hu-HU, hy-AM, id-ID, is-IS, it-IT,
82
- ja-JP, jv-ID, ka-GE, km-KH, kn-IN, ko-KR, lv-LV, ml-IN, mn-MN, ms-MY, my-MM,
83
- nb-NO, nl-NL, pl-PL, pt-PT, ro-RO, ru-RU, sl-SL, sq-AL, sv-SE, sw-KE, ta-IN,
84
- te-IN, th-TH, tl-PH, tr-TR, ur-PK, vi-VN, zh-CN, zh-TW`
85
-
86
- ## License
87
-
88
- Apache-2.0, inherited from MASSIVE.
89
-
90
- ## Layout
91
-
92
- Each locale has its own directory with three JSONL files, matching the
93
- [`OpenVoiceOS/intents-for-eval`](https://huggingface.co/datasets/OpenVoiceOS/intents-for-eval)
94
- layout:
95
 
 
96
  ```
97
- <lang>/train_templates.jsonl # one row per (intent, distinct slot-sequence)
98
- <lang>/train_keywords.jsonl # one row per intent (full vocab pool)
99
- <lang>/test.jsonl # one row per MASSIVE test utterance
100
  ```
101
 
102
- ### Schema
103
-
104
- `train_templates.jsonl`:
105
 
106
  ```json
107
  {
108
  "intent_id": "alarm:alarm_set",
109
- "domain": "alarm",
110
- "template": "wake me up at {time} on {date}",
111
  "slots": [
112
- {"name": "time", "examples": ["nine am", "five am", ...]},
113
- {"name": "date", "examples": ["friday", "tomorrow", ...]}
114
  ]
115
  }
116
  ```
117
 
118
- `train_keywords.jsonl`:
 
 
 
 
119
 
120
  ```json
121
  {
122
- "intent_id": "alarm:alarm_set",
123
- "domain": "alarm",
124
- "optional_vocab": {"time": [...], "date": [...]}
 
125
  }
126
  ```
127
 
128
- `test.jsonl`:
129
 
130
- ```json
131
- {
132
- "utterance": "wake me up at five am this week",
133
- "expected_intent": "alarm:alarm_set",
134
- "expected_slots": {"time": "five am", "date": "this week"},
135
- "split": "test"
136
- }
137
  ```
138
 
139
- ### Configs
 
 
140
 
141
- Three configs per language follow the `intents-for-eval` convention:
142
 
143
- - `<lang>-templates` → `train_templates.jsonl`
144
- - `<lang>-keywords` → `train_keywords.jsonl`
145
- - `<lang>-test` → `test.jsonl`
146
 
147
- ## Generation recipe
 
 
 
 
 
 
 
148
 
149
- Run `scripts/convert_massive_to_templates.py --langs all --out data/massive_templates/`
150
- from [`OpenVoiceOS/ovos-intent-benchmark`](https://github.com/OpenVoiceOS/ovos-intent-benchmark).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
 
152
  ## Citation
153
 
154
- This dataset is a derivative re-packaging. Please cite MASSIVE:
155
 
156
  ```bibtex
157
- @misc{fitzgerald2022massive,
158
- title={MASSIVE: A 1M-Example Multilingual Natural Language Understanding Dataset with 51 Typologically-Diverse Languages},
159
- author={FitzGerald, Jack and others},
160
- year={2022},
161
- eprint={2204.08582},
162
- archivePrefix={arXiv}
163
  }
164
  ```
 
1
  ---
2
  pretty_name: MASSIVE Templates
3
+ language:
4
+ - af
5
+ - am
6
+ - ar
7
+ - az
8
+ - bn
9
+ - ca
10
+ - cy
11
+ - da
12
+ - de
13
+ - el
14
+ - en
15
+ - es
16
+ - fa
17
+ - fi
18
+ - fr
19
+ - he
20
+ - hi
21
+ - hu
22
+ - hy
23
+ - id
24
+ - is
25
+ - it
26
+ - ja
27
+ - jv
28
+ - ka
29
+ - km
30
+ - kn
31
+ - ko
32
+ - lv
33
+ - ml
34
+ - mn
35
+ - ms
36
+ - my
37
+ - nb
38
+ - nl
39
+ - pl
40
+ - pt
41
+ - ro
42
+ - ru
43
+ - sl
44
+ - sq
45
+ - sv
46
+ - sw
47
+ - ta
48
+ - te
49
+ - th
50
+ - tl
51
+ - tr
52
+ - ur
53
+ - vi
54
+ - zh
55
  license: apache-2.0
56
  task_categories:
57
+ - text-classification
58
+ - token-classification
59
  tags:
60
+ - intent-classification
61
+ - slot-filling
62
+ - multilingual
63
+ - ovos
64
+ - massive
65
+ size_categories:
66
+ - 100K<n<1M
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  ---
68
 
69
  # MASSIVE Templates
70
 
71
+ A mechanical re-cast of [`AmazonScience/massive`](https://huggingface.co/datasets/AmazonScience/massive)
72
+ into the same row shape as [`OpenVoiceOS/intents-for-eval`](https://huggingface.co/datasets/OpenVoiceOS/intents-for-eval).
73
+ Every MASSIVE utterance becomes one training row with a bracket template
74
+ (`{slot}` placeholders) plus a list of slot examples drawn **only** from
75
+ that single utterance. **No LLM** the conversion is a single regex pass
76
+ over MASSIVE's `annot_utt` field.
 
 
 
 
 
77
 
78
+ | | |
79
+ |---|---|
80
+ | **Source** | `AmazonScience/massive` (Apache-2.0) |
81
+ | **Languages** | 52 BCP-47 locales |
82
+ | **Train rows** | ~13.5k per locale (train + dev pooled) — ~704k total |
83
+ | **Test rows** | 2,974 per locale — ~155k total |
84
+ | **Schema fit** | Drop-in compatible with `OpenVoiceOS/intents-for-eval` consumers |
85
 
86
+ ## How the conversion works
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
 
88
+ MASSIVE annotates utterances inline:
89
  ```
90
+ annot_utt = "wake me up at [time : five am] [date : this week]"
 
 
91
  ```
92
 
93
+ A single regex `\[\s*([A-Za-z0-9_]+)\s*:\s*([^\[\]]+?)\s*\]` extracts each
94
+ `[slot : value]` span; the span gets replaced with `{slot}` in the template
95
+ and `(slot, value)` is recorded for the row's slot list:
96
 
97
  ```json
98
  {
99
  "intent_id": "alarm:alarm_set",
100
+ "domain": "alarm",
101
+ "template": "wake me up at {time} on {date}",
102
  "slots": [
103
+ {"name": "time", "examples": ["nine am"]},
104
+ {"name": "date", "examples": ["friday"]}
105
  ]
106
  }
107
  ```
108
 
109
+ The `examples` list carries **only** the values from that specific
110
+ utterance — no cross-utterance aggregation. Two utterances with identical
111
+ templates but different slot fills become two distinct rows.
112
+
113
+ Test rows mirror `intents-for-eval`'s shape:
114
 
115
  ```json
116
  {
117
+ "utterance": "wake me up at five am",
118
+ "expected_intent": "alarm:alarm_set",
119
+ "expected_slots": {"time": "five am"},
120
+ "split": "test"
121
  }
122
  ```
123
 
124
+ ## Repo layout
125
 
126
+ ```
127
+ <locale>/train_templates.jsonl
128
+ <locale>/test.jsonl
 
 
 
 
129
  ```
130
 
131
+ There is no `train_keywords.jsonl` because MASSIVE has no per-intent
132
+ keyword pool to lift; engines that want one can derive it from the union
133
+ of every template row's slot values at load time.
134
 
135
+ ## Reproducing
136
 
137
+ The converter and a ready-to-use loader live in
138
+ [`OpenVoiceOS/ovos-intent-benchmark`](https://github.com/OpenVoiceOS/ovos-intent-benchmark):
 
139
 
140
+ ```bash
141
+ git clone https://github.com/OpenVoiceOS/ovos-intent-benchmark
142
+ cd ovos-intent-benchmark
143
+ pip install -e .
144
+ python scripts/convert_massive_to_templates.py --langs all --out data/massive_templates/
145
+ ```
146
+
147
+ ## Loading
148
 
149
+ Via the benchmark loader (matches `IntentsForEvalDataset`):
150
+
151
+ ```python
152
+ from benchmark.datasets import get
153
+ ds = get("massive_templates")
154
+ train, test = ds.load("en-US")
155
+ ```
156
+
157
+ Or directly via `datasets`:
158
+
159
+ ```python
160
+ from datasets import load_dataset
161
+ templates = load_dataset("OpenVoiceOS/massive-templates", "en-US-templates", split="train")
162
+ test = load_dataset("OpenVoiceOS/massive-templates", "en-US-test", split="test")
163
+ ```
164
+
165
+ ## License
166
+
167
+ Apache-2.0, inherited from MASSIVE.
168
 
169
  ## Citation
170
 
171
+ If you use this dataset, please cite the original MASSIVE paper:
172
 
173
  ```bibtex
174
+ @article{fitzgerald2022massive,
175
+ title={MASSIVE: A 1M-Example Multilingual Natural Language Understanding Dataset
176
+ with 51 Typologically-Diverse Languages},
177
+ author={FitzGerald, Jack and Hench, Christopher and Peris, Charith and others},
178
+ journal={arXiv preprint arXiv:2204.08582},
179
+ year={2022}
180
  }
181
  ```
af-ZA/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f0fd31e2d219001b029970cf23b1b2cc6c7bfaf5d031aac69823897814a7a834
3
- size 15195965
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a524f36fa7235b0315a386a0522e5da5f8496bc39dd1449ebb67dcd6271d78b
3
+ size 2344234
am-ET/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:00cc53cc3c99a087de653351a54e68f25a515ab5ee46a282204e462e8658b87d
3
- size 27292143
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cef5499a3fd1864d7ea8b24b7ccd0b285dacc3824159dd84c98e91027dfce61d
3
+ size 2678762
ar-SA/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d4edfba015929769c13ae5a251d5e9021333c4198b9783a1f2334276c0a566ed
3
- size 21371761
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23ec2ea7ed6361dc39c419107d4ac51645e59d776f68ab5a673fff223483cf41
3
+ size 2494502
az-AZ/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5cd52cd634bd64f9328ec13d4cafa936e438cd271194c2459d4de43d9d097dd6
3
- size 18514163
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a8f4ed29e45aa1c04c3cec444834d55946f706e12203d50670725155d150ef
3
+ size 2413764
bn-BD/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ba9c2ab8c63680f098ac342b861eabe5b932ac343aaab956d6b8da72697b14c
3
- size 34596225
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5f1ec1cb38b9a1b5181c38d22b421b707cd47a4f1cb018ea75a447efcc92712
3
+ size 3092801
ca-ES/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5261fabb507f459c62712c64449d15a39e61f8418965fe9994809fe4ff325256
3
- size 15312512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a30ddf3d23540cef986cec815153c4e67c683664fe0375d60a30792a03f3171a
3
+ size 2376725
cy-GB/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:82402b5227e0cff5260bcd25a90cb853a48e30959b776a682275882e00cb99a4
3
- size 16367485
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfab32f09fd0929b113f9ba3ceae91e0039c917d1c61ea969bc0deb2cdcb9941
3
+ size 2366897
da-DK/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9a5a2e032549091ead3e580685f877ba339ea769b547abe979402777674be25
3
- size 13605155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22514bc7832a03c75717f07a8e42da86fd9d6fad9d81f3eac78cb20178c20177
3
+ size 2321447
de-DE/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3bab5f24b14bf0cdfb68e1899b50233b0202bdcd54d0a19e2fda0b2ff3b5c40a
3
- size 15587286
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d567e9e94517e50e505fc7358a1275c55405fa8af99275d0130ae49df3c34b5
3
+ size 2381167
el-GR/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:62b0fed9d63b1ff0425418e71d4cbad0f1798820f64622c0890d70af6a012327
3
- size 27124466
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35ae2e751807dd1c7b1ce214a9f5bfe17c67b09cbca253699753ce1934c9fd3a
3
+ size 2853618
en-US/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:255a742b25c2e28ab61045aa97eafc0ea337012315aa2de8f3cc599c39cd0a51
3
- size 13955783
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0e8fde0812af12a9ea995d5cf760241e291737a4d3cf00afec25b7aefc9b3b8
3
+ size 2313455
es-ES/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52f790b017994f64608d0173b1e6e8de016f83d89736aa17b4f8f86c0a7ae801
3
- size 16118799
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4112e846264e075e1c2719d61a4be303a9ee8e48b3a24930c605de706f51d30
3
+ size 2375034
fa-IR/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:773487f2d763b295dc3f1c5de53e24d708e974df6e3e670889a5ba91e9c0fecf
3
- size 19515190
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e3cee9a5adac9d1a03b5e73f40de3838d1eab7e4aed0425b0f58d97376ac204
3
+ size 2658288
fi-FI/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df51e583744550bf9b70b04bb89fbb556a15d6b0e9d6fa657628239d9e830c0c
3
- size 18621981
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:444b76647b7ca8ffc3d4af1a16e93dd3eb584965cc03f60ff496f5e82fb00a33
3
+ size 2362566
fr-FR/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2b7cd4b37eff55a47a65c792a6db6ca92c2e72e9558071e4f321721fcce897f1
3
- size 16146772
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f42a04bf1b54031b0b3625afc563feb5b3ded182811350a173f39c69473683c6
3
+ size 2415561
he-IL/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e6f1ca5728b083927ad912cf7409b1454e85501d6241d11dc13a581e48b8c29a
3
- size 22881014
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe0bc677c4348d697423e3730b6314fd72ff4d161c79d09c2195f42f51bb32c5
3
+ size 2536996
hi-IN/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6416a2f1d63cf06d96838b935e79d3524efe4c00716551057b031d6938824822
3
- size 29459603
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f471904cfed0b7f48713e8cf7fa810c1a459358d8caf0ec43e0c44d48c6e1781
3
+ size 3091454
hu-HU/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:00e5a542c807e4ec7635a5d449c566a4b586f7d374c291c8364019dbb9eb5eda
3
- size 20203014
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:356162791781ad5b1602c08a3a1f77e5b003373bddb4f739b4f3fc1dce0cbc08
3
+ size 2379855
hy-AM/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b8184f0bae22f6f394aeeca3cfb979db726f7f9ed84075c7cba785965a6b409
3
- size 29204598
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b4d56aa5d593ad6fe454941ddbb181b417db670f72edeec366bc0be3356d869
3
+ size 2771021
id-ID/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1721ad2839e47c24228d6ad98f2f6781985b9518dcfd8c82a0e2f59efd03327
3
- size 14340875
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7beccc675c05276128622277bb5eb8b736290de549acbb0b385c2562f826d5d2
3
+ size 2350178
is-IS/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7aa477e247af7e7332929593b8d86c25ebceb0f271b725f1e61f776a016b4d7
3
- size 16720460
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28813a6fef0438d617016be26027bd959912004a03bbbf8e5218c598ccc828b3
3
+ size 2398186
it-IT/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d02882d266316c16e37291dda0c7a13baff25daa41193951105b976ea0f576aa
3
- size 14951727
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d17d0a8ec0cef5b385cee2e88a5af22fda23a9132058264a9a8bb69171b6d1d3
3
+ size 2362999
ja-JP/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5cb1ace6aa35e63e8ee922c3e4e9bbbb6c69a920708380f029c6357c3269d2f
3
- size 16313195
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d33d0c256a963e510ff471ca112a3f6c60aa4e326d9216eded645ac67b4d3be
3
+ size 2465402
jv-ID/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07acefade106f3ebee64ac2e6b17512a28ac58ee93385d9e80aefd0ad2c2bb5f
3
- size 13589527
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c217ab1e4241b22a76cbc3c1f7eeb7b72d2fa8cf20b2c662725f1355e6ca2251
3
+ size 2308543
ka-GE/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57364c8209b67f58a8d2041a9d565ce2e571f717eda8c0f408dba8cd6fa52589
3
- size 31342569
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6a04a6c7bf56989054aeed7db7dc4f32518108a90d3db0da781de1b7ed6698e
3
+ size 3016121
km-KH/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a58ed5dbd1828045440ff542657d96bb3c52638261db4d1b1e2904d53b3681f
3
- size 27178627
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a6f30e9e824bd63cf011a8a20c12c850fa41ac8d843036d2373ee3e98747502
3
+ size 3025124
kn-IN/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:06e74c236bb953f949b740cfd820a45602afdeb6110ee20a299d83e2db83fafc
3
- size 41537136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adbbd3c75bf34428028af72762c6f9fcc9f9178c5efb237ae4325b78c451906a
3
+ size 3278193
ko-KR/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:58dc56ae5859c63139d5537eebf423d3639e8233df0edef757aa8623b1c716f8
3
- size 16275810
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b689280e9905a4c75830f0bb2fecd2a55578b2411a76c95234f620f0c2d97768
3
+ size 2360544
lv-LV/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed438e1c08255b4db0bb5fa5f8257528ff958d89e32f37b0cc415fea6b58378e
3
- size 18620753
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b425d4521072f27797b3d8f42d2bd8c8d4c486158e2d0399cda329984ffd6b8
3
+ size 2380593
ml-IN/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53c50d321013f3ad64c85eefcb78b3dc26e403214ef4206d609cb1bf20d7cc75
3
- size 50095066
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:377a917cc3c51ec8f62485cee7cbfe794847c29fc5f5dc880616387372e389ed
3
+ size 3477151
mn-MN/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c549e646eecc2529828dd04ac498a8667f249d88e186dcb521e4fc07408ce7b
3
- size 31554014
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ad1abb9a0e3809bfeac06f12b0212ed22a492b21806ef3df39ebed61f88aad2
3
+ size 2801154
ms-MY/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c57e2e7457e946b525863a52a0d4bcaf7e080b6fb54c55b98b965ffea3cc42f5
3
- size 14917577
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8127ac6ed23c54b2bf00be69ea14f752d9511219f7ef30df34c936975e457150
3
+ size 2377116
my-MM/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55423ac8c7fadcc94dde0947b249c5b50591814446ed48eb87437ae9a1116711
3
- size 43642265
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c3aae124a17c852f8f08ddc1294a69ed68666cd38479248ddf1a0162e9d48e8
3
+ size 3405749
nb-NO/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:186473c0de3d0776e3f2ba3751e9e8fa8f232b0821a01292b285a841e53e40f3
3
- size 14089817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e6c058ba29079acdfd821e5a55d6826c23a01dbfb2ed1a86a79b23198e60969
3
+ size 2318551
nl-NL/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2646c77635507a21df7b6b75f36c8d11ef8aee35ab356a9100e5f1e0fb814d50
3
- size 15534478
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb6a74a95abe941789106bbc975189786f60a03eaccfc27f1e1dd29c300bef10
3
+ size 2376009
pl-PL/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e266cbc4f1e68cba29f8fdd3cd5f8a58ba31b4ebf384f7d49b6890a97ecc9ee2
3
- size 16796293
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4540bdda158846c0b54246e300eb94eba0e6cae4d1e060c213f72efa6de4dbf5
3
+ size 2359498
pt-PT/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:754bf84f90b8f7c4174417dcd35eaaaff61da2ebfd5ca44454d8851848d57bdb
3
- size 16171020
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49d2640e7179c76497074270d1c9c73558cfbb4ca36efd2351b8c18427f681d1
3
+ size 2370367
ro-RO/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01417e0cc6815ad12179523ee7c1b28c68f39661b918606db8aa4ca269582844
3
- size 17631748
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc0c308f79a65ae76671f6322ea01d771aa28ece9bc8d55e4b56e346791da62d
3
+ size 2356947
ru-RU/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f3722a55c1349f2314d8dda5f12bdfceaac3ae9cecb61e033b851d320245005
3
- size 27462009
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea2fef3ff7b5d884cb11821ea9b1ed4cf9b705c69ee1863e888b6be307ac5b3e
3
+ size 2762953
sl-SL/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f93a99348feae180765dc27ffd0d69801b14b2e16d8bf71a951b545174587c2c
3
- size 15818645
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6139b187414c20875322dd6fd06f0300024c5f2351c60cb88fad3d7b10ba40f5
3
+ size 2330504
sq-AL/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:411ae4aec319c383100f4a528ada34f9a287c4c5d3ddd7efef1df1da18ff2dee
3
- size 16875288
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67786f61f391a6c816d52d7eb6ea4e0bf7b3a9cb4dfd392852399795973ca953
3
+ size 2393809
sv-SE/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b1b6c7269d98e9e16f4be8f446a005353624f59fe9cf50bb2a3e7cb8df593ad
3
- size 14466487
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8243a2878f1abd86df4495352bafa593ee6022211ec3af5d99a5d9d36974cb1
3
+ size 2332611
sw-KE/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a41c72a712203a1e6d6a4f5947fd3292be20f9712eaa7f559a8a317756ec969e
3
- size 14787894
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:539cf1d81125ff494e643275dbb7a496963cae2379aaaed8368e296c3d6f6487
3
+ size 2349487
ta-IN/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2650949cc86ddb29d6136dd0c1725efe2168b4a0afdcfa7e7d1c3580b0106bd8
3
- size 49669835
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd5c81957ccebc6d382ab9a9ffde5772affd156e887cc30cdaa6993a238eae62
3
+ size 3448302
te-IN/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a81162eab3935c69bc374c9f3560125393de27048fb0ce2432135d664aba29e3
3
- size 42337086
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cc2a8b2c52280ca58aa0fa7d4e3617149631f834e6c8450855e62ce9b015b5f
3
+ size 3262720
th-TH/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:112a90e42d0a835bcfef5613697b465a539427e716e18f8ff7f4bd019947c6c5
3
- size 24384629
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d61f07c5e29804550c20565bcc4400a8d07632c923fdda49b37798ca4e45a97f
3
+ size 3012821
tl-PH/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3dc7fb0f87875167d80bb2fa6bf4ef2b3957fb8e80bffd527058d3c97098303b
3
- size 17016410
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8999cf42a19f05e6e601b9a0af8ed3ae87af5f0bea270b3be400b97349ee4bee
3
+ size 2441758
tr-TR/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8974904b94de61963e150d0b4be5c53999ad49a7b4d63ba805e45b8f7a283f78
3
- size 18263594
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f989fac42352b386b6be48e14c87ecdeabb9418948a59ff9fde9130a4515a66
3
+ size 2350621
ur-PK/train_templates.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b70bf4ee9384ca77630bf1f4d4686183caac49de02e4f726c65c953bc94f553
3
- size 20563384
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f4a272013fe1c6eac321f4708b68c54808b6a9c4687936d8e94784afc418a47
3
+ size 2691778