diff --git "a/README.md" "b/README.md" --- "a/README.md" +++ "b/README.md" @@ -1,4 +1,63 @@ --- +annotations_creators: +- human-annotated +language: +- afr +- amh +- ara +- aze +- ben +- cym +- dan +- deu +- ell +- eng +- spa +- fas +- fin +- fra +- heb +- hin +- hun +- hye +- ind +- isl +- ita +- jpn +- jav +- kat +- khm +- kan +- kor +- lav +- mal +- mon +- msa +- mya +- nob +- nld +- pol +- por +- ron +- rus +- slv +- sqi +- swe +- swa +- tam +- tel +- tha +- tgl +- tur +- urd +- vie +- cmo +- cmo +license: apache-2.0 +multilinguality: translated +task_categories: +- text-classification +task_ids: [] configs: - config_name: default data_files: @@ -416,4 +475,10403 @@ configs: split: test - path: validation/az.json.gz split: validation +tags: +- mteb +- text --- + + +
+

MassiveScenarioClassification

+
An MTEB dataset
+
Massive Text Embedding Benchmark
+
+ +MASSIVE: A 1M-Example Multilingual Natural Language Understanding Dataset with 51 Typologically-Diverse Languages + +| | | +|---------------|---------------------------------------------| +| Task category | t2c | +| Domains | Spoken | +| Reference | https://arxiv.org/abs/2204.08582 | + + +## How to evaluate on this task + +You can evaluate an embedding model on this dataset using the following code: + +```python +import mteb + +task = mteb.get_tasks(["MassiveScenarioClassification"]) +evaluator = mteb.MTEB(task) + +model = mteb.get_model(YOUR_MODEL) +evaluator.run(model) +``` + + +To learn more about how to run models on `mteb` task check out the [GitHub repitory](https://github.com/embeddings-benchmark/mteb). + +## Citation + +If you use this dataset, please cite the dataset as well as [mteb](https://github.com/embeddings-benchmark/mteb), as this dataset likely includes additional processing as a part of the [MMTEB Contribution](https://github.com/embeddings-benchmark/mteb/tree/main/docs/mmteb). + +```bibtex + +@misc{fitzgerald2022massive, + archiveprefix = {arXiv}, + author = {Jack FitzGerald and Christopher Hench and Charith Peris and Scott Mackie and Kay Rottmann and Ana Sanchez and Aaron Nash and Liam Urbach and Vishesh Kakarala and Richa Singh and Swetha Ranganath and Laurie Crist and Misha Britan and Wouter Leeuwis and Gokhan Tur and Prem Natarajan}, + eprint = {2204.08582}, + primaryclass = {cs.CL}, + title = {MASSIVE: A 1M-Example Multilingual Natural Language Understanding Dataset with 51 Typologically-Diverse Languages}, + year = {2022}, +} + + +@article{enevoldsen2025mmtebmassivemultilingualtext, + title={MMTEB: Massive Multilingual Text Embedding Benchmark}, + author={Kenneth Enevoldsen and Isaac Chung and Imene Kerboua and Márton Kardos and Ashwin Mathur and David Stap and Jay Gala and Wissam Siblini and Dominik Krzemiński and Genta Indra Winata and Saba Sturua and Saiteja Utpala and Mathieu Ciancone and Marion Schaeffer and Gabriel Sequeira and Diganta Misra and Shreeya Dhakal and Jonathan Rystrøm and Roman Solomatin and Ömer Çağatan and Akash Kundu and Martin Bernstorff and Shitao Xiao and Akshita Sukhlecha and Bhavish Pahwa and Rafał Poświata and Kranthi Kiran GV and Shawon Ashraf and Daniel Auras and Björn Plüster and Jan Philipp Harries and Loïc Magne and Isabelle Mohr and Mariya Hendriksen and Dawei Zhu and Hippolyte Gisserot-Boukhlef and Tom Aarsen and Jan Kostkan and Konrad Wojtasik and Taemin Lee and Marek Šuppa and Crystina Zhang and Roberta Rocca and Mohammed Hamdy and Andrianos Michail and John Yang and Manuel Faysse and Aleksei Vatolin and Nandan Thakur and Manan Dey and Dipam Vasani and Pranjal Chitale and Simone Tedeschi and Nguyen Tai and Artem Snegirev and Michael Günther and Mengzhou Xia and Weijia Shi and Xing Han Lù and Jordan Clive and Gayatri Krishnakumar and Anna Maksimova and Silvan Wehrli and Maria Tikhonova and Henil Panchal and Aleksandr Abramov and Malte Ostendorff and Zheng Liu and Simon Clematide and Lester James Miranda and Alena Fenogenova and Guangyu Song and Ruqiya Bin Safi and Wen-Ding Li and Alessia Borghini and Federico Cassano and Hongjin Su and Jimmy Lin and Howard Yen and Lasse Hansen and Sara Hooker and Chenghao Xiao and Vaibhav Adlakha and Orion Weller and Siva Reddy and Niklas Muennighoff}, + publisher = {arXiv}, + journal={arXiv preprint arXiv:2502.13595}, + year={2025}, + url={https://arxiv.org/abs/2502.13595}, + doi = {10.48550/arXiv.2502.13595}, +} + +@article{muennighoff2022mteb, + author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Lo{\"\i}c and Reimers, Nils}, + title = {MTEB: Massive Text Embedding Benchmark}, + publisher = {arXiv}, + journal={arXiv preprint arXiv:2210.07316}, + year = {2022} + url = {https://arxiv.org/abs/2210.07316}, + doi = {10.48550/ARXIV.2210.07316}, +} +``` + +# Dataset Statistics +
+ Dataset Statistics + +The following code contains the descriptive statistics from the task. These can also be obtained using: + +```python +import mteb + +task = mteb.get_task("MassiveScenarioClassification") + +desc_stats = task.metadata.descriptive_stats +``` + +```json +{ + "validation": { + "num_samples": 103683, + "number_of_characters": 3583467, + "number_texts_intersect_with_train": 5457, + "min_text_length": 1, + "average_text_length": 34.56176036573016, + "max_text_length": 224, + "unique_text": 102325, + "unique_labels": 18, + "labels": { + "iot": { + "count": 6018 + }, + "general": { + "count": 6222 + }, + "takeaway": { + "count": 2244 + }, + "play": { + "count": 13260 + }, + "music": { + "count": 2856 + }, + "weather": { + "count": 6426 + }, + "audio": { + "count": 1785 + }, + "datetime": { + "count": 3723 + }, + "alarm": { + "count": 3264 + }, + "news": { + "count": 4182 + }, + "social": { + "count": 3468 + }, + "cooking": { + "count": 2193 + }, + "calendar": { + "count": 14280 + }, + "qa": { + "count": 10914 + }, + "recommendation": { + "count": 3519 + }, + "email": { + "count": 8007 + }, + "lists": { + "count": 5712 + }, + "transport": { + "count": 5610 + } + }, + "hf_subset_descriptive_stats": { + "af": { + "num_samples": 2033, + "number_of_characters": 75759, + "number_texts_intersect_with_train": 66, + "min_text_length": 2, + "average_text_length": 37.26463354648303, + "max_text_length": 161, + "unique_text": 2024, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "am": { + "num_samples": 2033, + "number_of_characters": 48678, + "number_texts_intersect_with_train": 68, + "min_text_length": 2, + "average_text_length": 23.94392523364486, + "max_text_length": 104, + "unique_text": 2023, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "ar": { + "num_samples": 2033, + "number_of_characters": 54567, + "number_texts_intersect_with_train": 129, + "min_text_length": 2, + "average_text_length": 26.840629611411707, + "max_text_length": 126, + "unique_text": 2007, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "az": { + "num_samples": 2033, + "number_of_characters": 73329, + "number_texts_intersect_with_train": 144, + "min_text_length": 3, + "average_text_length": 36.06935563207083, + "max_text_length": 158, + "unique_text": 2005, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "bn": { + "num_samples": 2033, + "number_of_characters": 69343, + "number_texts_intersect_with_train": 85, + "min_text_length": 2, + "average_text_length": 34.10870634530251, + "max_text_length": 153, + "unique_text": 2017, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "cy": { + "num_samples": 2033, + "number_of_characters": 78652, + "number_texts_intersect_with_train": 72, + "min_text_length": 3, + "average_text_length": 38.68765371372356, + "max_text_length": 166, + "unique_text": 2024, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "da": { + "num_samples": 2033, + "number_of_characters": 70289, + "number_texts_intersect_with_train": 91, + "min_text_length": 3, + "average_text_length": 34.574028529267096, + "max_text_length": 154, + "unique_text": 2020, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "de": { + "num_samples": 2033, + "number_of_characters": 79734, + "number_texts_intersect_with_train": 85, + "min_text_length": 4, + "average_text_length": 39.219872110181996, + "max_text_length": 156, + "unique_text": 2022, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "el": { + "num_samples": 2033, + "number_of_characters": 83301, + "number_texts_intersect_with_train": 89, + "min_text_length": 2, + "average_text_length": 40.97442203639941, + "max_text_length": 179, + "unique_text": 2020, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "en": { + "num_samples": 2033, + "number_of_characters": 70729, + "number_texts_intersect_with_train": 11, + "min_text_length": 3, + "average_text_length": 34.790457452041316, + "max_text_length": 153, + "unique_text": 2031, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "es": { + "num_samples": 2033, + "number_of_characters": 79868, + "number_texts_intersect_with_train": 99, + "min_text_length": 3, + "average_text_length": 39.28578455484506, + "max_text_length": 145, + "unique_text": 2015, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "fa": { + "num_samples": 2033, + "number_of_characters": 67524, + "number_texts_intersect_with_train": 116, + "min_text_length": 2, + "average_text_length": 33.21396950319725, + "max_text_length": 147, + "unique_text": 2003, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "fi": { + "num_samples": 2033, + "number_of_characters": 74125, + "number_texts_intersect_with_train": 129, + "min_text_length": 3, + "average_text_length": 36.460895228726024, + "max_text_length": 166, + "unique_text": 2013, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "fr": { + "num_samples": 2033, + "number_of_characters": 85978, + "number_texts_intersect_with_train": 90, + "min_text_length": 2, + "average_text_length": 42.29119527791441, + "max_text_length": 170, + "unique_text": 2016, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "he": { + "num_samples": 2033, + "number_of_characters": 57225, + "number_texts_intersect_with_train": 91, + "min_text_length": 3, + "average_text_length": 28.148057058534185, + "max_text_length": 116, + "unique_text": 2017, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "hi": { + "num_samples": 2033, + "number_of_characters": 71207, + "number_texts_intersect_with_train": 101, + "min_text_length": 3, + "average_text_length": 35.02557796360059, + "max_text_length": 169, + "unique_text": 2013, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "hu": { + "num_samples": 2033, + "number_of_characters": 74798, + "number_texts_intersect_with_train": 112, + "min_text_length": 2, + "average_text_length": 36.79193310378751, + "max_text_length": 160, + "unique_text": 2018, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "hy": { + "num_samples": 2033, + "number_of_characters": 74198, + "number_texts_intersect_with_train": 90, + "min_text_length": 3, + "average_text_length": 36.496802754549925, + "max_text_length": 172, + "unique_text": 2016, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "id": { + "num_samples": 2033, + "number_of_characters": 77036, + "number_texts_intersect_with_train": 147, + "min_text_length": 3, + "average_text_length": 37.89276930644368, + "max_text_length": 172, + "unique_text": 2008, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "is": { + "num_samples": 2033, + "number_of_characters": 75521, + "number_texts_intersect_with_train": 99, + "min_text_length": 2, + "average_text_length": 37.14756517461879, + "max_text_length": 182, + "unique_text": 2014, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "it": { + "num_samples": 2033, + "number_of_characters": 77604, + "number_texts_intersect_with_train": 143, + "min_text_length": 3, + "average_text_length": 38.17215937038859, + "max_text_length": 173, + "unique_text": 2001, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "ja": { + "num_samples": 2033, + "number_of_characters": 31479, + "number_texts_intersect_with_train": 134, + "min_text_length": 1, + "average_text_length": 15.48401377274963, + "max_text_length": 63, + "unique_text": 2015, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "jv": { + "num_samples": 2033, + "number_of_characters": 69773, + "number_texts_intersect_with_train": 103, + "min_text_length": 3, + "average_text_length": 34.32021642892278, + "max_text_length": 169, + "unique_text": 2019, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "ka": { + "num_samples": 2033, + "number_of_characters": 63256, + "number_texts_intersect_with_train": 170, + "min_text_length": 2, + "average_text_length": 31.11460895228726, + "max_text_length": 147, + "unique_text": 1989, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "km": { + "num_samples": 2033, + "number_of_characters": 64843, + "number_texts_intersect_with_train": 196, + "min_text_length": 2, + "average_text_length": 31.895228726020658, + "max_text_length": 147, + "unique_text": 1932, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "kn": { + "num_samples": 2033, + "number_of_characters": 77652, + "number_texts_intersect_with_train": 91, + "min_text_length": 2, + "average_text_length": 38.195769798327596, + "max_text_length": 164, + "unique_text": 2025, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "ko": { + "num_samples": 2033, + "number_of_characters": 31722, + "number_texts_intersect_with_train": 116, + "min_text_length": 1, + "average_text_length": 15.60354156419085, + "max_text_length": 69, + "unique_text": 2014, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "lv": { + "num_samples": 2033, + "number_of_characters": 74498, + "number_texts_intersect_with_train": 110, + "min_text_length": 3, + "average_text_length": 36.644367929168716, + "max_text_length": 132, + "unique_text": 2021, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "ml": { + "num_samples": 2033, + "number_of_characters": 87266, + "number_texts_intersect_with_train": 107, + "min_text_length": 4, + "average_text_length": 42.924741760944414, + "max_text_length": 196, + "unique_text": 2013, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "mn": { + "num_samples": 2033, + "number_of_characters": 78032, + "number_texts_intersect_with_train": 110, + "min_text_length": 3, + "average_text_length": 38.382685686178064, + "max_text_length": 155, + "unique_text": 2010, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "ms": { + "num_samples": 2033, + "number_of_characters": 80301, + "number_texts_intersect_with_train": 83, + "min_text_length": 3, + "average_text_length": 39.49877029021151, + "max_text_length": 191, + "unique_text": 2014, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "my": { + "num_samples": 2033, + "number_of_characters": 82073, + "number_texts_intersect_with_train": 49, + "min_text_length": 3, + "average_text_length": 40.37038858829316, + "max_text_length": 167, + "unique_text": 2025, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "nb": { + "num_samples": 2033, + "number_of_characters": 70801, + "number_texts_intersect_with_train": 79, + "min_text_length": 3, + "average_text_length": 34.82587309394983, + "max_text_length": 161, + "unique_text": 2022, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "nl": { + "num_samples": 2033, + "number_of_characters": 80046, + "number_texts_intersect_with_train": 86, + "min_text_length": 3, + "average_text_length": 39.37333989178554, + "max_text_length": 165, + "unique_text": 2017, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "pl": { + "num_samples": 2033, + "number_of_characters": 73462, + "number_texts_intersect_with_train": 151, + "min_text_length": 4, + "average_text_length": 36.13477619281849, + "max_text_length": 156, + "unique_text": 2009, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "pt": { + "num_samples": 2033, + "number_of_characters": 77129, + "number_texts_intersect_with_train": 119, + "min_text_length": 3, + "average_text_length": 37.9385145105755, + "max_text_length": 160, + "unique_text": 2004, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "ro": { + "num_samples": 2033, + "number_of_characters": 75176, + "number_texts_intersect_with_train": 88, + "min_text_length": 3, + "average_text_length": 36.97786522380718, + "max_text_length": 166, + "unique_text": 2027, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "ru": { + "num_samples": 2033, + "number_of_characters": 74623, + "number_texts_intersect_with_train": 128, + "min_text_length": 4, + "average_text_length": 36.705853418593215, + "max_text_length": 163, + "unique_text": 2002, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "sl": { + "num_samples": 2033, + "number_of_characters": 71648, + "number_texts_intersect_with_train": 134, + "min_text_length": 3, + "average_text_length": 35.24249877029021, + "max_text_length": 145, + "unique_text": 2005, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "sq": { + "num_samples": 2033, + "number_of_characters": 75812, + "number_texts_intersect_with_train": 121, + "min_text_length": 2, + "average_text_length": 37.29070339399902, + "max_text_length": 163, + "unique_text": 2004, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "sv": { + "num_samples": 2033, + "number_of_characters": 70697, + "number_texts_intersect_with_train": 110, + "min_text_length": 3, + "average_text_length": 34.774717166748644, + "max_text_length": 169, + "unique_text": 2015, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "sw": { + "num_samples": 2033, + "number_of_characters": 77779, + "number_texts_intersect_with_train": 97, + "min_text_length": 4, + "average_text_length": 38.258239055582884, + "max_text_length": 161, + "unique_text": 2011, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "ta": { + "num_samples": 2033, + "number_of_characters": 85963, + "number_texts_intersect_with_train": 94, + "min_text_length": 1, + "average_text_length": 42.28381701918347, + "max_text_length": 171, + "unique_text": 2013, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "te": { + "num_samples": 2033, + "number_of_characters": 77244, + "number_texts_intersect_with_train": 55, + "min_text_length": 2, + "average_text_length": 37.99508116084604, + "max_text_length": 148, + "unique_text": 2022, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "th": { + "num_samples": 2033, + "number_of_characters": 63528, + "number_texts_intersect_with_train": 148, + "min_text_length": 3, + "average_text_length": 31.248401377274963, + "max_text_length": 146, + "unique_text": 2004, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "tl": { + "num_samples": 2033, + "number_of_characters": 89203, + "number_texts_intersect_with_train": 100, + "min_text_length": 3, + "average_text_length": 43.877520905066405, + "max_text_length": 224, + "unique_text": 2014, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "tr": { + "num_samples": 2033, + "number_of_characters": 70353, + "number_texts_intersect_with_train": 113, + "min_text_length": 3, + "average_text_length": 34.60550909985243, + "max_text_length": 150, + "unique_text": 2018, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "ur": { + "num_samples": 2033, + "number_of_characters": 70462, + "number_texts_intersect_with_train": 92, + "min_text_length": 3, + "average_text_length": 34.65912444663059, + "max_text_length": 175, + "unique_text": 2019, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "vi": { + "num_samples": 2033, + "number_of_characters": 77911, + "number_texts_intersect_with_train": 103, + "min_text_length": 1, + "average_text_length": 38.32316773241515, + "max_text_length": 184, + "unique_text": 2020, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "zh-CN": { + "num_samples": 2033, + "number_of_characters": 21222, + "number_texts_intersect_with_train": 132, + "min_text_length": 2, + "average_text_length": 10.438760452533202, + "max_text_length": 45, + "unique_text": 2018, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + }, + "zh-TW": { + "num_samples": 2033, + "number_of_characters": 20048, + "number_texts_intersect_with_train": 177, + "min_text_length": 1, + "average_text_length": 9.861288735858338, + "max_text_length": 55, + "unique_text": 1989, + "unique_labels": 18, + "labels": { + "iot": { + "count": 118 + }, + "general": { + "count": 122 + }, + "takeaway": { + "count": 44 + }, + "play": { + "count": 260 + }, + "music": { + "count": 56 + }, + "weather": { + "count": 126 + }, + "audio": { + "count": 35 + }, + "datetime": { + "count": 73 + }, + "alarm": { + "count": 64 + }, + "news": { + "count": 82 + }, + "social": { + "count": 68 + }, + "cooking": { + "count": 43 + }, + "calendar": { + "count": 280 + }, + "qa": { + "count": 214 + }, + "recommendation": { + "count": 69 + }, + "email": { + "count": 157 + }, + "lists": { + "count": 112 + }, + "transport": { + "count": 110 + } + } + } + } + }, + "test": { + "num_samples": 151674, + "number_of_characters": 5230011, + "number_texts_intersect_with_train": 7273, + "min_text_length": 1, + "average_text_length": 34.48192175323391, + "max_text_length": 495, + "unique_text": 148972, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 4896 + }, + "audio": { + "count": 3162 + }, + "iot": { + "count": 11220 + }, + "general": { + "count": 9639 + }, + "datetime": { + "count": 5253 + }, + "music": { + "count": 4131 + }, + "takeaway": { + "count": 2907 + }, + "weather": { + "count": 7956 + }, + "play": { + "count": 19737 + }, + "news": { + "count": 6324 + }, + "recommendation": { + "count": 4794 + }, + "qa": { + "count": 14688 + }, + "calendar": { + "count": 20502 + }, + "social": { + "count": 5406 + }, + "transport": { + "count": 6324 + }, + "cooking": { + "count": 3672 + }, + "email": { + "count": 13821 + }, + "lists": { + "count": 7242 + } + }, + "hf_subset_descriptive_stats": { + "af": { + "num_samples": 2974, + "number_of_characters": 110262, + "number_texts_intersect_with_train": 80, + "min_text_length": 2, + "average_text_length": 37.075319435104234, + "max_text_length": 397, + "unique_text": 2961, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "am": { + "num_samples": 2974, + "number_of_characters": 70145, + "number_texts_intersect_with_train": 89, + "min_text_length": 2, + "average_text_length": 23.58607935440484, + "max_text_length": 209, + "unique_text": 2947, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "ar": { + "num_samples": 2974, + "number_of_characters": 79720, + "number_texts_intersect_with_train": 187, + "min_text_length": 1, + "average_text_length": 26.80564895763282, + "max_text_length": 247, + "unique_text": 2907, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "az": { + "num_samples": 2974, + "number_of_characters": 107751, + "number_texts_intersect_with_train": 182, + "min_text_length": 2, + "average_text_length": 36.23100201748487, + "max_text_length": 366, + "unique_text": 2907, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "bn": { + "num_samples": 2974, + "number_of_characters": 101528, + "number_texts_intersect_with_train": 130, + "min_text_length": 2, + "average_text_length": 34.13853396099529, + "max_text_length": 339, + "unique_text": 2943, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "cy": { + "num_samples": 2974, + "number_of_characters": 114977, + "number_texts_intersect_with_train": 125, + "min_text_length": 2, + "average_text_length": 38.66072629455279, + "max_text_length": 367, + "unique_text": 2950, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "da": { + "num_samples": 2974, + "number_of_characters": 102537, + "number_texts_intersect_with_train": 125, + "min_text_length": 1, + "average_text_length": 34.4778076664425, + "max_text_length": 327, + "unique_text": 2941, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "de": { + "num_samples": 2974, + "number_of_characters": 117616, + "number_texts_intersect_with_train": 109, + "min_text_length": 3, + "average_text_length": 39.54808338937458, + "max_text_length": 393, + "unique_text": 2955, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "el": { + "num_samples": 2974, + "number_of_characters": 119736, + "number_texts_intersect_with_train": 115, + "min_text_length": 2, + "average_text_length": 40.26092804303968, + "max_text_length": 409, + "unique_text": 2946, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "en": { + "num_samples": 2974, + "number_of_characters": 102785, + "number_texts_intersect_with_train": 21, + "min_text_length": 2, + "average_text_length": 34.56119704102219, + "max_text_length": 365, + "unique_text": 2970, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "es": { + "num_samples": 2974, + "number_of_characters": 116394, + "number_texts_intersect_with_train": 119, + "min_text_length": 1, + "average_text_length": 39.137188971082715, + "max_text_length": 457, + "unique_text": 2944, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "fa": { + "num_samples": 2974, + "number_of_characters": 98823, + "number_texts_intersect_with_train": 177, + "min_text_length": 2, + "average_text_length": 33.228984532616, + "max_text_length": 306, + "unique_text": 2921, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "fi": { + "num_samples": 2974, + "number_of_characters": 108496, + "number_texts_intersect_with_train": 161, + "min_text_length": 2, + "average_text_length": 36.48150638870209, + "max_text_length": 278, + "unique_text": 2930, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "fr": { + "num_samples": 2974, + "number_of_characters": 125811, + "number_texts_intersect_with_train": 132, + "min_text_length": 2, + "average_text_length": 42.30363147276395, + "max_text_length": 479, + "unique_text": 2943, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "he": { + "num_samples": 2974, + "number_of_characters": 83417, + "number_texts_intersect_with_train": 136, + "min_text_length": 1, + "average_text_length": 28.048755884330866, + "max_text_length": 283, + "unique_text": 2946, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "hi": { + "num_samples": 2974, + "number_of_characters": 105274, + "number_texts_intersect_with_train": 115, + "min_text_length": 2, + "average_text_length": 35.39811701412239, + "max_text_length": 405, + "unique_text": 2945, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "hu": { + "num_samples": 2974, + "number_of_characters": 108969, + "number_texts_intersect_with_train": 152, + "min_text_length": 2, + "average_text_length": 36.640551445864155, + "max_text_length": 426, + "unique_text": 2920, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "hy": { + "num_samples": 2974, + "number_of_characters": 109134, + "number_texts_intersect_with_train": 104, + "min_text_length": 2, + "average_text_length": 36.6960322797579, + "max_text_length": 359, + "unique_text": 2938, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "id": { + "num_samples": 2974, + "number_of_characters": 112577, + "number_texts_intersect_with_train": 166, + "min_text_length": 2, + "average_text_length": 37.853732347007394, + "max_text_length": 437, + "unique_text": 2913, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "is": { + "num_samples": 2974, + "number_of_characters": 109732, + "number_texts_intersect_with_train": 129, + "min_text_length": 2, + "average_text_length": 36.89710827168796, + "max_text_length": 349, + "unique_text": 2940, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "it": { + "num_samples": 2974, + "number_of_characters": 113060, + "number_texts_intersect_with_train": 197, + "min_text_length": 3, + "average_text_length": 38.01613987895091, + "max_text_length": 445, + "unique_text": 2918, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "ja": { + "num_samples": 2974, + "number_of_characters": 46059, + "number_texts_intersect_with_train": 171, + "min_text_length": 1, + "average_text_length": 15.48722259583053, + "max_text_length": 132, + "unique_text": 2919, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "jv": { + "num_samples": 2974, + "number_of_characters": 101977, + "number_texts_intersect_with_train": 144, + "min_text_length": 1, + "average_text_length": 34.28950907868191, + "max_text_length": 361, + "unique_text": 2932, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "ka": { + "num_samples": 2974, + "number_of_characters": 93772, + "number_texts_intersect_with_train": 227, + "min_text_length": 2, + "average_text_length": 31.530598520511095, + "max_text_length": 327, + "unique_text": 2880, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "km": { + "num_samples": 2974, + "number_of_characters": 93992, + "number_texts_intersect_with_train": 267, + "min_text_length": 2, + "average_text_length": 31.604572965702758, + "max_text_length": 389, + "unique_text": 2786, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "kn": { + "num_samples": 2974, + "number_of_characters": 114246, + "number_texts_intersect_with_train": 101, + "min_text_length": 2, + "average_text_length": 38.41492938802959, + "max_text_length": 337, + "unique_text": 2950, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "ko": { + "num_samples": 2974, + "number_of_characters": 45762, + "number_texts_intersect_with_train": 155, + "min_text_length": 1, + "average_text_length": 15.38735709482179, + "max_text_length": 157, + "unique_text": 2919, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "lv": { + "num_samples": 2974, + "number_of_characters": 108878, + "number_texts_intersect_with_train": 135, + "min_text_length": 2, + "average_text_length": 36.60995292535306, + "max_text_length": 317, + "unique_text": 2946, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "ml": { + "num_samples": 2974, + "number_of_characters": 127789, + "number_texts_intersect_with_train": 133, + "min_text_length": 2, + "average_text_length": 42.96872898453262, + "max_text_length": 168, + "unique_text": 2937, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "mn": { + "num_samples": 2974, + "number_of_characters": 111998, + "number_texts_intersect_with_train": 163, + "min_text_length": 2, + "average_text_length": 37.65904505716207, + "max_text_length": 167, + "unique_text": 2931, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "ms": { + "num_samples": 2974, + "number_of_characters": 117326, + "number_texts_intersect_with_train": 136, + "min_text_length": 2, + "average_text_length": 39.45057162071284, + "max_text_length": 322, + "unique_text": 2930, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "my": { + "num_samples": 2974, + "number_of_characters": 120671, + "number_texts_intersect_with_train": 66, + "min_text_length": 3, + "average_text_length": 40.575319435104234, + "max_text_length": 191, + "unique_text": 2962, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "nb": { + "num_samples": 2974, + "number_of_characters": 102940, + "number_texts_intersect_with_train": 121, + "min_text_length": 2, + "average_text_length": 34.613315400134496, + "max_text_length": 317, + "unique_text": 2951, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "nl": { + "num_samples": 2974, + "number_of_characters": 117126, + "number_texts_intersect_with_train": 124, + "min_text_length": 1, + "average_text_length": 39.383322125084064, + "max_text_length": 406, + "unique_text": 2953, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "pl": { + "num_samples": 2974, + "number_of_characters": 106914, + "number_texts_intersect_with_train": 207, + "min_text_length": 2, + "average_text_length": 35.949562878278414, + "max_text_length": 389, + "unique_text": 2906, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "pt": { + "num_samples": 2974, + "number_of_characters": 113079, + "number_texts_intersect_with_train": 164, + "min_text_length": 2, + "average_text_length": 38.022528581035644, + "max_text_length": 439, + "unique_text": 2932, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "ro": { + "num_samples": 2974, + "number_of_characters": 109519, + "number_texts_intersect_with_train": 106, + "min_text_length": 3, + "average_text_length": 36.82548755884331, + "max_text_length": 403, + "unique_text": 2937, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "ru": { + "num_samples": 2974, + "number_of_characters": 108199, + "number_texts_intersect_with_train": 167, + "min_text_length": 3, + "average_text_length": 36.381640887693344, + "max_text_length": 416, + "unique_text": 2913, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "sl": { + "num_samples": 2974, + "number_of_characters": 104437, + "number_texts_intersect_with_train": 163, + "min_text_length": 2, + "average_text_length": 35.116677874915936, + "max_text_length": 316, + "unique_text": 2933, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "sq": { + "num_samples": 2974, + "number_of_characters": 110202, + "number_texts_intersect_with_train": 168, + "min_text_length": 1, + "average_text_length": 37.0551445864156, + "max_text_length": 406, + "unique_text": 2927, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "sv": { + "num_samples": 2974, + "number_of_characters": 103142, + "number_texts_intersect_with_train": 150, + "min_text_length": 2, + "average_text_length": 34.681237390719566, + "max_text_length": 352, + "unique_text": 2932, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "sw": { + "num_samples": 2974, + "number_of_characters": 112209, + "number_texts_intersect_with_train": 143, + "min_text_length": 3, + "average_text_length": 37.72999327505044, + "max_text_length": 407, + "unique_text": 2935, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "ta": { + "num_samples": 2974, + "number_of_characters": 125008, + "number_texts_intersect_with_train": 129, + "min_text_length": 3, + "average_text_length": 42.03362474781439, + "max_text_length": 408, + "unique_text": 2946, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "te": { + "num_samples": 2974, + "number_of_characters": 113476, + "number_texts_intersect_with_train": 78, + "min_text_length": 2, + "average_text_length": 38.15601882985877, + "max_text_length": 390, + "unique_text": 2963, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "th": { + "num_samples": 2974, + "number_of_characters": 91732, + "number_texts_intersect_with_train": 190, + "min_text_length": 3, + "average_text_length": 30.84465366509751, + "max_text_length": 300, + "unique_text": 2906, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "tl": { + "num_samples": 2974, + "number_of_characters": 130918, + "number_texts_intersect_with_train": 131, + "min_text_length": 2, + "average_text_length": 44.020847343644924, + "max_text_length": 495, + "unique_text": 2943, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "tr": { + "num_samples": 2974, + "number_of_characters": 103538, + "number_texts_intersect_with_train": 129, + "min_text_length": 2, + "average_text_length": 34.81439139206456, + "max_text_length": 366, + "unique_text": 2937, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "ur": { + "num_samples": 2974, + "number_of_characters": 103680, + "number_texts_intersect_with_train": 101, + "min_text_length": 1, + "average_text_length": 34.862138533960994, + "max_text_length": 137, + "unique_text": 2943, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "vi": { + "num_samples": 2974, + "number_of_characters": 112612, + "number_texts_intersect_with_train": 143, + "min_text_length": 1, + "average_text_length": 37.865501008742434, + "max_text_length": 426, + "unique_text": 2935, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "zh-CN": { + "num_samples": 2974, + "number_of_characters": 31013, + "number_texts_intersect_with_train": 187, + "min_text_length": 1, + "average_text_length": 10.428043039677203, + "max_text_length": 87, + "unique_text": 2921, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + }, + "zh-TW": { + "num_samples": 2974, + "number_of_characters": 29053, + "number_texts_intersect_with_train": 225, + "min_text_length": 1, + "average_text_length": 9.768997982515131, + "max_text_length": 90, + "unique_text": 2880, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 96 + }, + "audio": { + "count": 62 + }, + "iot": { + "count": 220 + }, + "general": { + "count": 189 + }, + "datetime": { + "count": 103 + }, + "music": { + "count": 81 + }, + "takeaway": { + "count": 57 + }, + "weather": { + "count": 156 + }, + "play": { + "count": 387 + }, + "news": { + "count": 124 + }, + "recommendation": { + "count": 94 + }, + "qa": { + "count": 288 + }, + "calendar": { + "count": 402 + }, + "social": { + "count": 106 + }, + "transport": { + "count": 124 + }, + "cooking": { + "count": 72 + }, + "email": { + "count": 271 + }, + "lists": { + "count": 142 + } + } + } + } + }, + "train": { + "num_samples": 587214, + "number_of_characters": 20507758, + "number_texts_intersect_with_train": null, + "min_text_length": 1, + "average_text_length": 34.92382334208653, + "max_text_length": 295, + "unique_text": 565055, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 19890 + }, + "audio": { + "count": 14790 + }, + "iot": { + "count": 39219 + }, + "calendar": { + "count": 86088 + }, + "play": { + "count": 70227 + }, + "general": { + "count": 33252 + }, + "datetime": { + "count": 20502 + }, + "takeaway": { + "count": 13107 + }, + "news": { + "count": 25653 + }, + "music": { + "count": 16932 + }, + "weather": { + "count": 29223 + }, + "qa": { + "count": 60333 + }, + "recommendation": { + "count": 22083 + }, + "social": { + "count": 19941 + }, + "transport": { + "count": 29121 + }, + "email": { + "count": 48603 + }, + "lists": { + "count": 27489 + }, + "cooking": { + "count": 10761 + } + }, + "hf_subset_descriptive_stats": { + "af": { + "num_samples": 11514, + "number_of_characters": 432629, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 37.574170574952234, + "max_text_length": 192, + "unique_text": 11315, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "am": { + "num_samples": 11514, + "number_of_characters": 276957, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 24.053934340802503, + "max_text_length": 114, + "unique_text": 11250, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "ar": { + "num_samples": 11514, + "number_of_characters": 310505, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 26.96760465520236, + "max_text_length": 152, + "unique_text": 10991, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "az": { + "num_samples": 11514, + "number_of_characters": 421607, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 36.61690116380059, + "max_text_length": 208, + "unique_text": 10971, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "bn": { + "num_samples": 11514, + "number_of_characters": 398927, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 34.64712523883967, + "max_text_length": 295, + "unique_text": 11209, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "cy": { + "num_samples": 11514, + "number_of_characters": 448116, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 38.91922876498176, + "max_text_length": 189, + "unique_text": 11214, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "da": { + "num_samples": 11514, + "number_of_characters": 402298, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 34.939899253083205, + "max_text_length": 184, + "unique_text": 11206, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "de": { + "num_samples": 11514, + "number_of_characters": 455798, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 39.58641653639048, + "max_text_length": 200, + "unique_text": 11267, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "el": { + "num_samples": 11514, + "number_of_characters": 475367, + "number_texts_intersect_with_train": null, + "min_text_length": 3, + "average_text_length": 41.285999652596836, + "max_text_length": 209, + "unique_text": 11209, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "en": { + "num_samples": 11514, + "number_of_characters": 403436, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 35.03873545249262, + "max_text_length": 189, + "unique_text": 11468, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "es": { + "num_samples": 11514, + "number_of_characters": 456222, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 39.62324127149557, + "max_text_length": 205, + "unique_text": 11170, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "fa": { + "num_samples": 11514, + "number_of_characters": 387146, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 33.62393607781831, + "max_text_length": 175, + "unique_text": 11032, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "fi": { + "num_samples": 11514, + "number_of_characters": 426132, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 37.00990099009901, + "max_text_length": 230, + "unique_text": 11100, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "fr": { + "num_samples": 11514, + "number_of_characters": 492591, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 42.781917665450756, + "max_text_length": 221, + "unique_text": 11189, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "he": { + "num_samples": 11514, + "number_of_characters": 326685, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 28.37285044293903, + "max_text_length": 137, + "unique_text": 11167, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "hi": { + "num_samples": 11514, + "number_of_characters": 412758, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 35.84835852006253, + "max_text_length": 178, + "unique_text": 11212, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "hu": { + "num_samples": 11514, + "number_of_characters": 426261, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 37.021104742053154, + "max_text_length": 214, + "unique_text": 11139, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "hy": { + "num_samples": 11514, + "number_of_characters": 427568, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 37.1346187250304, + "max_text_length": 202, + "unique_text": 11174, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "id": { + "num_samples": 11514, + "number_of_characters": 440413, + "number_texts_intersect_with_train": null, + "min_text_length": 1, + "average_text_length": 38.250217126975855, + "max_text_length": 190, + "unique_text": 10998, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "is": { + "num_samples": 11514, + "number_of_characters": 431245, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 37.453969081118636, + "max_text_length": 183, + "unique_text": 11151, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "it": { + "num_samples": 11514, + "number_of_characters": 444123, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 38.57243355914539, + "max_text_length": 176, + "unique_text": 10961, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "ja": { + "num_samples": 11514, + "number_of_characters": 179863, + "number_texts_intersect_with_train": null, + "min_text_length": 1, + "average_text_length": 15.6212437033177, + "max_text_length": 75, + "unique_text": 11025, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "jv": { + "num_samples": 11514, + "number_of_characters": 402160, + "number_texts_intersect_with_train": null, + "min_text_length": 1, + "average_text_length": 34.92791384401598, + "max_text_length": 198, + "unique_text": 11152, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "ka": { + "num_samples": 11514, + "number_of_characters": 363520, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 31.57199930519368, + "max_text_length": 177, + "unique_text": 10732, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "km": { + "num_samples": 11514, + "number_of_characters": 367358, + "number_texts_intersect_with_train": null, + "min_text_length": 1, + "average_text_length": 31.90533263852701, + "max_text_length": 190, + "unique_text": 10320, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "kn": { + "num_samples": 11514, + "number_of_characters": 445768, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 38.71530310925829, + "max_text_length": 214, + "unique_text": 11279, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "ko": { + "num_samples": 11514, + "number_of_characters": 179441, + "number_texts_intersect_with_train": null, + "min_text_length": 1, + "average_text_length": 15.584592669793295, + "max_text_length": 96, + "unique_text": 11100, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "lv": { + "num_samples": 11514, + "number_of_characters": 425766, + "number_texts_intersect_with_train": null, + "min_text_length": 1, + "average_text_length": 36.978113600833765, + "max_text_length": 208, + "unique_text": 11169, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "ml": { + "num_samples": 11514, + "number_of_characters": 499847, + "number_texts_intersect_with_train": null, + "min_text_length": 3, + "average_text_length": 43.4121070001737, + "max_text_length": 207, + "unique_text": 11195, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "mn": { + "num_samples": 11514, + "number_of_characters": 442389, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 38.421834288692025, + "max_text_length": 171, + "unique_text": 11082, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "ms": { + "num_samples": 11514, + "number_of_characters": 460564, + "number_texts_intersect_with_train": null, + "min_text_length": 1, + "average_text_length": 40.00034740316137, + "max_text_length": 200, + "unique_text": 11151, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "my": { + "num_samples": 11514, + "number_of_characters": 473258, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 41.10283133576515, + "max_text_length": 202, + "unique_text": 11342, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "nb": { + "num_samples": 11514, + "number_of_characters": 404200, + "number_texts_intersect_with_train": null, + "min_text_length": 3, + "average_text_length": 35.105089456314055, + "max_text_length": 176, + "unique_text": 11222, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "nl": { + "num_samples": 11514, + "number_of_characters": 458912, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 39.85686989751607, + "max_text_length": 199, + "unique_text": 11260, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "pl": { + "num_samples": 11514, + "number_of_characters": 418669, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 36.36173354177523, + "max_text_length": 197, + "unique_text": 10912, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "pt": { + "num_samples": 11514, + "number_of_characters": 443661, + "number_texts_intersect_with_train": null, + "min_text_length": 3, + "average_text_length": 38.532308494007296, + "max_text_length": 199, + "unique_text": 11078, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "ro": { + "num_samples": 11514, + "number_of_characters": 430447, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 37.38466215042557, + "max_text_length": 187, + "unique_text": 11224, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "ru": { + "num_samples": 11514, + "number_of_characters": 424549, + "number_texts_intersect_with_train": null, + "min_text_length": 3, + "average_text_length": 36.87241618898732, + "max_text_length": 203, + "unique_text": 11002, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "sl": { + "num_samples": 11514, + "number_of_characters": 410081, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 35.61585895431649, + "max_text_length": 167, + "unique_text": 10987, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "sq": { + "num_samples": 11514, + "number_of_characters": 434272, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 37.716866423484454, + "max_text_length": 202, + "unique_text": 11011, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "sv": { + "num_samples": 11514, + "number_of_characters": 404954, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 35.170574952232066, + "max_text_length": 200, + "unique_text": 11107, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "sw": { + "num_samples": 11514, + "number_of_characters": 439885, + "number_texts_intersect_with_train": null, + "min_text_length": 1, + "average_text_length": 38.204359909675176, + "max_text_length": 221, + "unique_text": 11119, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "ta": { + "num_samples": 11514, + "number_of_characters": 491066, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 42.64947021017891, + "max_text_length": 211, + "unique_text": 11196, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "te": { + "num_samples": 11514, + "number_of_characters": 443490, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 38.51745700885878, + "max_text_length": 215, + "unique_text": 11351, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "th": { + "num_samples": 11514, + "number_of_characters": 361003, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 31.353395865902378, + "max_text_length": 141, + "unique_text": 10912, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "tl": { + "num_samples": 11514, + "number_of_characters": 515338, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 44.7575125933646, + "max_text_length": 253, + "unique_text": 11173, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "tr": { + "num_samples": 11514, + "number_of_characters": 403389, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 35.03465346534654, + "max_text_length": 206, + "unique_text": 11131, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "ur": { + "num_samples": 11514, + "number_of_characters": 407108, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 35.35765155462915, + "max_text_length": 184, + "unique_text": 11242, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "vi": { + "num_samples": 11514, + "number_of_characters": 443651, + "number_texts_intersect_with_train": null, + "min_text_length": 2, + "average_text_length": 38.53143998610388, + "max_text_length": 166, + "unique_text": 11126, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "zh-CN": { + "num_samples": 11514, + "number_of_characters": 121615, + "number_texts_intersect_with_train": null, + "min_text_length": 1, + "average_text_length": 10.562358867465694, + "max_text_length": 58, + "unique_text": 11022, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + }, + "zh-TW": { + "num_samples": 11514, + "number_of_characters": 114750, + "number_texts_intersect_with_train": null, + "min_text_length": 1, + "average_text_length": 9.966128191766545, + "max_text_length": 74, + "unique_text": 10755, + "unique_labels": 18, + "labels": { + "alarm": { + "count": 390 + }, + "audio": { + "count": 290 + }, + "iot": { + "count": 769 + }, + "calendar": { + "count": 1688 + }, + "play": { + "count": 1377 + }, + "general": { + "count": 652 + }, + "datetime": { + "count": 402 + }, + "takeaway": { + "count": 257 + }, + "news": { + "count": 503 + }, + "music": { + "count": 332 + }, + "weather": { + "count": 573 + }, + "qa": { + "count": 1183 + }, + "recommendation": { + "count": 433 + }, + "social": { + "count": 391 + }, + "transport": { + "count": 571 + }, + "email": { + "count": 953 + }, + "lists": { + "count": 539 + }, + "cooking": { + "count": 211 + } + } + } + } + } +} +``` + +
+ +--- +*This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)* \ No newline at end of file