SushantGautam commited on
Commit
cd31d69
1 Parent(s): 3660a99

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: whisper_v1
4
+ data_files:
5
+ - split: original
6
+ path: whisper_v1/**
7
+ - split: en
8
+ path: whisper_v1_en/**
9
+ - config_name: whisper_v2
10
+ data_files:
11
+ - split: original
12
+ path: whisper_v2/**
13
+ - split: en
14
+ path: whisper_v3_en/**
15
+ - config_name: whisper_v3
16
+ data_files:
17
+ - split: original
18
+ path: whisper_v3/**
19
+ - split: en
20
+ path: whisper_v3_en/**
21
+ task_categories:
22
+ - summarization
23
+ - translation
24
+ license: cc-by-4.0
25
+ size_categories:
26
+ - 10M<n<100M
27
+ language:
28
+ - en
29
+ - es
30
+ - ru
31
+ - de
32
+ - fr
33
+ - tr
34
+ - it
35
+ - pl
36
+ - bs
37
+ - hu
38
+ tags:
39
+ - SoccerNet
40
+ - synthetic
41
+ ---
42
+
43
+ [**[Paper]**](https://arxiv.org/abs/2405.07354) | [**[GitHub]**](https://github.com/SoccerNet/SN-Echoes)
44
+
45
+ # Dataset Card for SoccerNet-Echoes
46
+ This dataset card aims to provide comprehensive details for the SoccerNet-Echoes dataset, an audio commentary dataset for soccer games.
47
+
48
+ ## Dataset Details
49
+
50
+ ### Dataset Description
51
+
52
+ SoccerNet-Echoes is an audio commentary dataset for soccer games, curated by SimulaMet under the AI-Storyteller project. It is funded by the Research Council of Norway (project number 346671) and shared by the SoccerNet team. The dataset supports multiple languages, including English, Spanish, Russian, German, French, Turkish, Italian, Polish, Bosnian, and Hungarian, and is licensed under CC BY 4.0.
53
+
54
+ - **Curated by:** [SimulaMet](https://www.simulamet.no), HOST Department (AI-Storyteller project)
55
+ - **Funded by:** Research Council of Norway, project number 346671
56
+ - **Shared by:** [SoccerNet Team](https://www.soccer-net.org)
57
+ - **Language(s) (NLP):** English, Spanish, Russian, German, French, Turkish, Italian, Polish, Bosnian, Hungarian
58
+ - **License:** CC BY 4.0
59
+
60
+ ### Dataset Sources
61
+
62
+ - **Homepage:** [GitHub - SoccerNet-Echoes](https://github.com/SoccerNet/SN-Echoes). **Please check for more information, codes, and updates.**
63
+ - **Paper:** [SoccerNet-Echoes: A Soccer Game Audio Commentary Dataset](https://arxiv.org/abs/2405.07354)
64
+ - **Demo:** None
65
+
66
+ ## Uses
67
+
68
+ ### Direct Use
69
+
70
+ The dataset is primarily intended for:
71
+
72
+ - **Multimodal Event Detection:** Combining audio cues with visual data for improved event detection in sports videos.
73
+ - **Game Summarization:** Using automatic speech recognition (ASR) transcriptions to aid in summarizing soccer games.
74
+
75
+ ### Out-of-Scope Use
76
+
77
+ The dataset is not intended for:
78
+
79
+ - **Medical Diagnosis:** The dataset is not suitable for medical applications.
80
+ - **Non-Sporting Event Analysis:** The dataset is tailored for soccer and might not generalize well to other types of events without further modification.
81
+
82
+ ## Dataset Structure
83
+
84
+ The dataset comprises transcriptions of soccer game commentaries using various Whisper ASR models and translations of non-English commentaries into English using Google Translate.
85
+ This table structure in HuggingFace has five columns for segment index, start and end times, the text (either transcribed or translated), and the game path (represented as a string).
86
+ This is divided into three subsets (v1, v2, and v3 of Whisper versions), with each subset further split into "original" (ASR-generated) and "en" (English translated).
87
+
88
+ The dataset structure in a hierarchical directory and JSON format, following other SoccerNet data resources can be found at [https://github.com/SoccerNet/sn-echoes](https://github.com/SoccerNet/sn-echoes).
89
+ Please note that this HuggingFace dataset is mirrored from the Dataset folder in GitHub with a conversion script.
90
+
91
+ ## Dataset Creation
92
+
93
+ ### Curation Rationale
94
+
95
+ The dataset was curated to enhance the SoccerNet dataset with automatic speech recognition (ASR) transcriptions and translations of non-English commentaries into English using Google Translate, enabling a richer and more integrated understanding of soccer games.
96
+
97
+ ### Source Data
98
+
99
+ #### Data Collection and Processing
100
+
101
+ Audios were collected from soccer game broadcast videos in the SoccerNet dataset. The audio was transcribed using multiple Whisper ASR models (large-v1, large-v2, and large-v3) to create a comprehensive transcription dataset.
102
+ Google Translate was used for the translations of non-English commentaries into English.
103
+
104
+ #### Who are the source data producers?
105
+
106
+ The source data producers are soccer game broadcasters and commentators.
107
+
108
+ ### Annotations
109
+
110
+ #### Annotation Process
111
+
112
+ The transcriptions were automatically generated by Whisper ASR models. Google Translate was used for the translations of non-English commentaries into English.
113
+ Human verification and corrections of transcriptions are planned for future work.
114
+
115
+ #### Who are the annotators?
116
+
117
+ - Whisper ASR models (transcriptions)
118
+ - Google Translate (translations)
119
+ - Authors/Humans (for verifying game halves laking game audio or commentary)
120
+
121
+ #### Personal and Sensitive Information
122
+
123
+ The dataset contains publicly available soccer game commentary, which is not considered sensitive. It does not include personal data about individuals outside of the context of the game.
124
+
125
+ ## Bias, Risks, and Limitations
126
+
127
+ - **Transcription Accuracy:** ASR models may introduce errors in transcription.
128
+ - **Hallucinations:** Repetition of phrases, especially in noisy environments, can degrade transcription quality.
129
+ - **Audio Quality:** Variability in audio quality can impact transcription accuracy.
130
+ - **Human Verification:** Lack of human-verified annotations in the current dataset.
131
+
132
+ ### Recommendations
133
+
134
+ Users should be aware of potential biases and limitations, such as transcription errors and hallucinations. Advanced audio pre-processing and human verification can help mitigate these issues.
135
+
136
+ ### Filtering Hallucinations
137
+ Users should be aware of transcription errors and hallucinations. The most occurring problem is the unwarranted repetition of phrases and words, especially with audio inputs lacking human speech, being excessively noisy, or containing music. These conditions challenge the models’ transcription accuracy but can be mitigated by a simple filtering approach: removing consecutive entries with the same text and keeping only the first occurrence of each unique text.
138
+ It is strongly advised to use consecutive entries filtering along with the Mixed Selection approach to get a better ASR for downstream applications.
139
+ Please refer to the related section on [GitHub](https://github.com/SoccerNet/SN-Echoes) to see our suggested way of accomplishing this.
140
+
141
+
142
+ ## Citation
143
+
144
+ **BibTeX:**
145
+ ```bibtex
146
+ @article{gautam2024soccernet,
147
+ author = {Gautam, Sushant and Sarkhoosh, Mehdi Houshmand and Held, Jan and Midoglu, Cise and Cioppa, Anthony and Giancola, Silvio and Thambawita, Vajira and Riegler, Michael A. and Halvorsen, P{\aa}l and Shah, Mubarak},
148
+ title = {{SoccerNet-Echoes: A Soccer Game Audio Commentary Dataset}},
149
+ journal = {arXiv},
150
+ year = {2024},
151
+ month = may,
152
+ eprint = {2405.07354},
153
+ doi = {10.48550/arXiv.2405.07354}
154
+ }
155
+ ```
156
+
157
+ **APA:**
158
+
159
+ Gautam, S., Sarkhoosh, M. H., Held, J., Midoglu, C., Cioppa, A., Giancola, S., ...Shah, M. (2024). SoccerNet-Echoes: A Soccer Game Audio Commentary Dataset. arXiv, 2405.07354. Retrieved from https://arxiv.org/abs/2405.07354v1
160
+
161
+ ## Glossary
162
+
163
+ - **ASR (Automatic Speech Recognition):** Technology that converts spoken language into text.
164
+ - **Multimodal Analysis:** Combining multiple types of data, such as audio and visual, for more comprehensive analysis.
165
+ - **Whisper ASR Models:** A set of automatic speech recognition models developed by OpenAI.
166
+
167
+ ## More Information
168
+
169
+ For additional details, visit the [SoccerNet-echoes GitHub repository](https://github.com/SoccerNet/SN-echoes) or contact the authors of the dataset.
170
+
171
+ ## Dataset Card Authors
172
+
173
+ - Sushant Gautam, sushant@simula.no
174
+
175
+ ## Dataset Card Contact
176
+
177
+ - Sushant Gautam, sushant@simula.no
whisper_v1/1.0.0/LICENSE ADDED
@@ -0,0 +1 @@
 
 
1
+ cc-by-4.0
whisper_v1/1.0.0/dataset_info.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"description": "This dataset contains Automatic Speech Recognition (ASR) data for various football leagues and seasons in SoccerNet. \nThe dataset includes ASR outputs from Whisper v1, v2, and v3, along with their English-translated versions.\n", "citation": "@article{Gautam2024May,\n\tauthor = {Gautam, Sushant and Sarkhoosh, Mehdi Houshmand and Held, Jan and Midoglu, Cise and Cioppa, Anthony and Giancola, Silvio and Thambawita, Vajira and Riegler, Michael A. and Halvorsen, P{\u0007a}l and Shah, Mubarak},\n\ttitle = {{SoccerNet-Echoes: A Soccer Game Audio Commentary Dataset}},\n\tjournal = {arXiv},\n\tyear = {2024},\n\tmonth = may,\n\teprint = {2405.07354},\n\tdoi = {10.48550/arXiv.2405.07354}\n}\n", "homepage": "https://github.com/SoccerNet/sn-echoes", "license": "cc-by-4.0", "features": {"segment_index": {"dtype": "int32", "_type": "Value"}, "start_time": {"dtype": "float32", "_type": "Value"}, "end_time": {"dtype": "float32", "_type": "Value"}, "text": {"dtype": "string", "_type": "Value"}, "game": {"dtype": "string", "_type": "Value"}}, "builder_name": "soccer_net_echoes_hf_dataset", "dataset_name": "soccer_net_echoes_hf_dataset", "config_name": "whisper_v1", "version": {"version_str": "1.0.0", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 108020559, "num_examples": 780160, "dataset_name": "soccer_net_echoes_hf_dataset"}}, "download_checksums": {"https://codeload.github.com/SoccerNet/sn-echoes/zip/refs/heads/main": {"num_bytes": 113870675, "checksum": null}}, "download_size": 113870675, "dataset_size": 108020559, "size_in_bytes": 221891234}
whisper_v1/1.0.0/soccer_net_echoes_hf_dataset-train.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fc34c47c4bc460feb872140d4de92afc41556e1ea528d4b8e68d8f0b3306c03
3
+ size 108325192
whisper_v1_en/1.0.0/LICENSE ADDED
@@ -0,0 +1 @@
 
 
1
+ cc-by-4.0
whisper_v1_en/1.0.0/dataset_info.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"description": "This dataset contains Automatic Speech Recognition (ASR) data for various football leagues and seasons in SoccerNet. \nThe dataset includes ASR outputs from Whisper v1, v2, and v3, along with their English-translated versions.\n", "citation": "@article{Gautam2024May,\n\tauthor = {Gautam, Sushant and Sarkhoosh, Mehdi Houshmand and Held, Jan and Midoglu, Cise and Cioppa, Anthony and Giancola, Silvio and Thambawita, Vajira and Riegler, Michael A. and Halvorsen, P{\u0007a}l and Shah, Mubarak},\n\ttitle = {{SoccerNet-Echoes: A Soccer Game Audio Commentary Dataset}},\n\tjournal = {arXiv},\n\tyear = {2024},\n\tmonth = may,\n\teprint = {2405.07354},\n\tdoi = {10.48550/arXiv.2405.07354}\n}\n", "homepage": "https://github.com/SoccerNet/sn-echoes", "license": "cc-by-4.0", "features": {"segment_index": {"dtype": "int32", "_type": "Value"}, "start_time": {"dtype": "float32", "_type": "Value"}, "end_time": {"dtype": "float32", "_type": "Value"}, "text": {"dtype": "string", "_type": "Value"}, "game": {"dtype": "string", "_type": "Value"}}, "builder_name": "soccer_net_echoes_hf_dataset", "dataset_name": "soccer_net_echoes_hf_dataset", "config_name": "whisper_v1_en", "version": {"version_str": "1.0.0", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 74527818, "num_examples": 563064, "dataset_name": "soccer_net_echoes_hf_dataset"}}, "download_checksums": {"https://codeload.github.com/SoccerNet/sn-echoes/zip/refs/heads/main": {"num_bytes": 113870675, "checksum": null}}, "download_size": 113870675, "dataset_size": 74527818, "size_in_bytes": 188398493}
whisper_v1_en/1.0.0/soccer_net_echoes_hf_dataset-train.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bcd89ed6c6f158b9cf8aa1c1d19d5d094c817ec9892c2f59b5a30f7398d01e5
3
+ size 74747968
whisper_v2/1.0.0/LICENSE ADDED
@@ -0,0 +1 @@
 
 
1
+ cc-by-4.0
whisper_v2/1.0.0/dataset_info.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"description": "This dataset contains Automatic Speech Recognition (ASR) data for various football leagues and seasons in SoccerNet. \nThe dataset includes ASR outputs from Whisper v1, v2, and v3, along with their English-translated versions.\n", "citation": "@article{Gautam2024May,\n\tauthor = {Gautam, Sushant and Sarkhoosh, Mehdi Houshmand and Held, Jan and Midoglu, Cise and Cioppa, Anthony and Giancola, Silvio and Thambawita, Vajira and Riegler, Michael A. and Halvorsen, P{\u0007a}l and Shah, Mubarak},\n\ttitle = {{SoccerNet-Echoes: A Soccer Game Audio Commentary Dataset}},\n\tjournal = {arXiv},\n\tyear = {2024},\n\tmonth = may,\n\teprint = {2405.07354},\n\tdoi = {10.48550/arXiv.2405.07354}\n}\n", "homepage": "https://github.com/SoccerNet/sn-echoes", "license": "cc-by-4.0", "features": {"segment_index": {"dtype": "int32", "_type": "Value"}, "start_time": {"dtype": "float32", "_type": "Value"}, "end_time": {"dtype": "float32", "_type": "Value"}, "text": {"dtype": "string", "_type": "Value"}, "game": {"dtype": "string", "_type": "Value"}}, "builder_name": "soccer_net_echoes_hf_dataset", "dataset_name": "soccer_net_echoes_hf_dataset", "config_name": "whisper_v2", "version": {"version_str": "1.0.0", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 105607800, "num_examples": 761240, "dataset_name": "soccer_net_echoes_hf_dataset"}}, "download_checksums": {"https://codeload.github.com/SoccerNet/sn-echoes/zip/refs/heads/main": {"num_bytes": 113870675, "checksum": null}}, "download_size": 113870675, "dataset_size": 105607800, "size_in_bytes": 219478475}
whisper_v2/1.0.0/soccer_net_echoes_hf_dataset-train.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ad0590707b2883196cf467fc813e74a5b424a9e470f1a41d0a942c0eb52a021
3
+ size 105905200
whisper_v2_en/1.0.0/LICENSE ADDED
@@ -0,0 +1 @@
 
 
1
+ cc-by-4.0
whisper_v2_en/1.0.0/dataset_info.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"description": "This dataset contains Automatic Speech Recognition (ASR) data for various football leagues and seasons in SoccerNet. \nThe dataset includes ASR outputs from Whisper v1, v2, and v3, along with their English-translated versions.\n", "citation": "@article{Gautam2024May,\n\tauthor = {Gautam, Sushant and Sarkhoosh, Mehdi Houshmand and Held, Jan and Midoglu, Cise and Cioppa, Anthony and Giancola, Silvio and Thambawita, Vajira and Riegler, Michael A. and Halvorsen, P{\u0007a}l and Shah, Mubarak},\n\ttitle = {{SoccerNet-Echoes: A Soccer Game Audio Commentary Dataset}},\n\tjournal = {arXiv},\n\tyear = {2024},\n\tmonth = may,\n\teprint = {2405.07354},\n\tdoi = {10.48550/arXiv.2405.07354}\n}\n", "homepage": "https://github.com/SoccerNet/sn-echoes", "license": "cc-by-4.0", "features": {"segment_index": {"dtype": "int32", "_type": "Value"}, "start_time": {"dtype": "float32", "_type": "Value"}, "end_time": {"dtype": "float32", "_type": "Value"}, "text": {"dtype": "string", "_type": "Value"}, "game": {"dtype": "string", "_type": "Value"}}, "builder_name": "soccer_net_echoes_hf_dataset", "dataset_name": "soccer_net_echoes_hf_dataset", "config_name": "whisper_v2_en", "version": {"version_str": "1.0.0", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 71273737, "num_examples": 537526, "dataset_name": "soccer_net_echoes_hf_dataset"}}, "download_checksums": {"https://codeload.github.com/SoccerNet/sn-echoes/zip/refs/heads/main": {"num_bytes": 113870675, "checksum": null}}, "download_size": 113870675, "dataset_size": 71273737, "size_in_bytes": 185144412}
whisper_v2_en/1.0.0/soccer_net_echoes_hf_dataset-train.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:592eefb7aa9ee1301a349837bf0560f8d89db6af196191c2eb4cf2f567f09342
3
+ size 71483912
whisper_v3/1.0.0/LICENSE ADDED
@@ -0,0 +1 @@
 
 
1
+ cc-by-4.0
whisper_v3/1.0.0/dataset_info.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"description": "This dataset contains Automatic Speech Recognition (ASR) data for various football leagues and seasons in SoccerNet. \nThe dataset includes ASR outputs from Whisper v1, v2, and v3, along with their English-translated versions.\n", "citation": "@article{Gautam2024May,\n\tauthor = {Gautam, Sushant and Sarkhoosh, Mehdi Houshmand and Held, Jan and Midoglu, Cise and Cioppa, Anthony and Giancola, Silvio and Thambawita, Vajira and Riegler, Michael A. and Halvorsen, P{\u0007a}l and Shah, Mubarak},\n\ttitle = {{SoccerNet-Echoes: A Soccer Game Audio Commentary Dataset}},\n\tjournal = {arXiv},\n\tyear = {2024},\n\tmonth = may,\n\teprint = {2405.07354},\n\tdoi = {10.48550/arXiv.2405.07354}\n}\n", "homepage": "https://github.com/SoccerNet/sn-echoes", "license": "cc-by-4.0", "features": {"segment_index": {"dtype": "int32", "_type": "Value"}, "start_time": {"dtype": "float32", "_type": "Value"}, "end_time": {"dtype": "float32", "_type": "Value"}, "text": {"dtype": "string", "_type": "Value"}, "game": {"dtype": "string", "_type": "Value"}}, "builder_name": "soccer_net_echoes_hf_dataset", "dataset_name": "soccer_net_echoes_hf_dataset", "config_name": "whisper_v3", "version": {"version_str": "1.0.0", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 120436746, "num_examples": 923181, "dataset_name": "soccer_net_echoes_hf_dataset"}}, "download_checksums": {"https://codeload.github.com/SoccerNet/sn-echoes/zip/refs/heads/main": {"num_bytes": 113870675, "checksum": null}}, "download_size": 113870675, "dataset_size": 120436746, "size_in_bytes": 234307421}
whisper_v3/1.0.0/soccer_net_echoes_hf_dataset-train.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdb43233529c183d9cc5411a939ada6e80f9db7fc8842c0b45ad3d240fcdec8a
3
+ size 120797024
whisper_v3_en/1.0.0/LICENSE ADDED
@@ -0,0 +1 @@
 
 
1
+ cc-by-4.0
whisper_v3_en/1.0.0/dataset_info.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"description": "This dataset contains Automatic Speech Recognition (ASR) data for various football leagues and seasons in SoccerNet. \nThe dataset includes ASR outputs from Whisper v1, v2, and v3, along with their English-translated versions.\n", "citation": "@article{Gautam2024May,\n\tauthor = {Gautam, Sushant and Sarkhoosh, Mehdi Houshmand and Held, Jan and Midoglu, Cise and Cioppa, Anthony and Giancola, Silvio and Thambawita, Vajira and Riegler, Michael A. and Halvorsen, P{\u0007a}l and Shah, Mubarak},\n\ttitle = {{SoccerNet-Echoes: A Soccer Game Audio Commentary Dataset}},\n\tjournal = {arXiv},\n\tyear = {2024},\n\tmonth = may,\n\teprint = {2405.07354},\n\tdoi = {10.48550/arXiv.2405.07354}\n}\n", "homepage": "https://github.com/SoccerNet/sn-echoes", "license": "cc-by-4.0", "features": {"segment_index": {"dtype": "int32", "_type": "Value"}, "start_time": {"dtype": "float32", "_type": "Value"}, "end_time": {"dtype": "float32", "_type": "Value"}, "text": {"dtype": "string", "_type": "Value"}, "game": {"dtype": "string", "_type": "Value"}}, "builder_name": "soccer_net_echoes_hf_dataset", "dataset_name": "soccer_net_echoes_hf_dataset", "config_name": "whisper_v3_en", "version": {"version_str": "1.0.0", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 84488589, "num_examples": 679738, "dataset_name": "soccer_net_echoes_hf_dataset"}}, "download_checksums": {"https://codeload.github.com/SoccerNet/sn-echoes/zip/refs/heads/main": {"num_bytes": 113870675, "checksum": null}}, "download_size": 113870675, "dataset_size": 84488589, "size_in_bytes": 198359264}
whisper_v3_en/1.0.0/soccer_net_echoes_hf_dataset-train.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92810b7c633a71625cbc111a9ee67b6e2f3bb35966826593cab29e0e344988e2
3
+ size 84753896