End of training
Browse files- README.md +99 -195
- config.json +110 -0
- model.safetensors +3 -0
- preprocessor_config.json +9 -0
- runs/Nov12_04-00-23_fc83ae7a2740/events.out.tfevents.1731384421.fc83ae7a2740.4459.0 +3 -0
- training_args.bin +3 -0
README.md
CHANGED
|
@@ -1,199 +1,103 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
-
|
| 34 |
-
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
-
|
| 96 |
-
|
| 97 |
-
#### Speeds, Sizes, Times [optional]
|
| 98 |
-
|
| 99 |
-
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 100 |
-
|
| 101 |
-
[More Information Needed]
|
| 102 |
-
|
| 103 |
-
## Evaluation
|
| 104 |
-
|
| 105 |
-
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 106 |
-
|
| 107 |
-
### Testing Data, Factors & Metrics
|
| 108 |
-
|
| 109 |
-
#### Testing Data
|
| 110 |
-
|
| 111 |
-
<!-- This should link to a Dataset Card if possible. -->
|
| 112 |
-
|
| 113 |
-
[More Information Needed]
|
| 114 |
-
|
| 115 |
-
#### Factors
|
| 116 |
-
|
| 117 |
-
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 118 |
-
|
| 119 |
-
[More Information Needed]
|
| 120 |
-
|
| 121 |
-
#### Metrics
|
| 122 |
-
|
| 123 |
-
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
-
|
| 125 |
-
[More Information Needed]
|
| 126 |
-
|
| 127 |
-
### Results
|
| 128 |
-
|
| 129 |
-
[More Information Needed]
|
| 130 |
-
|
| 131 |
-
#### Summary
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
## Model Examination [optional]
|
| 136 |
-
|
| 137 |
-
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
-
|
| 139 |
-
[More Information Needed]
|
| 140 |
-
|
| 141 |
-
## Environmental Impact
|
| 142 |
-
|
| 143 |
-
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
-
|
| 145 |
-
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 146 |
-
|
| 147 |
-
- **Hardware Type:** [More Information Needed]
|
| 148 |
-
- **Hours used:** [More Information Needed]
|
| 149 |
-
- **Cloud Provider:** [More Information Needed]
|
| 150 |
-
- **Compute Region:** [More Information Needed]
|
| 151 |
-
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
-
|
| 153 |
-
## Technical Specifications [optional]
|
| 154 |
-
|
| 155 |
-
### Model Architecture and Objective
|
| 156 |
-
|
| 157 |
-
[More Information Needed]
|
| 158 |
-
|
| 159 |
-
### Compute Infrastructure
|
| 160 |
-
|
| 161 |
-
[More Information Needed]
|
| 162 |
-
|
| 163 |
-
#### Hardware
|
| 164 |
-
|
| 165 |
-
[More Information Needed]
|
| 166 |
-
|
| 167 |
-
#### Software
|
| 168 |
-
|
| 169 |
-
[More Information Needed]
|
| 170 |
-
|
| 171 |
-
## Citation [optional]
|
| 172 |
-
|
| 173 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
-
|
| 175 |
-
**BibTeX:**
|
| 176 |
-
|
| 177 |
-
[More Information Needed]
|
| 178 |
-
|
| 179 |
-
**APA:**
|
| 180 |
-
|
| 181 |
-
[More Information Needed]
|
| 182 |
-
|
| 183 |
-
## Glossary [optional]
|
| 184 |
-
|
| 185 |
-
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 186 |
-
|
| 187 |
-
[More Information Needed]
|
| 188 |
-
|
| 189 |
-
## More Information [optional]
|
| 190 |
-
|
| 191 |
-
[More Information Needed]
|
| 192 |
-
|
| 193 |
-
## Model Card Authors [optional]
|
| 194 |
-
|
| 195 |
-
[More Information Needed]
|
| 196 |
-
|
| 197 |
-
## Model Card Contact
|
| 198 |
-
|
| 199 |
-
[More Information Needed]
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: facebook/wav2vec2-large
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
metrics:
|
| 8 |
+
- wer
|
| 9 |
+
model-index:
|
| 10 |
+
- name: wav2vec-large-en
|
| 11 |
+
results: []
|
| 12 |
---
|
| 13 |
|
| 14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
+
|
| 17 |
+
# wav2vec-large-en
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [facebook/wav2vec2-large](https://huggingface.co/facebook/wav2vec2-large) on the None dataset.
|
| 20 |
+
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 7.2821
|
| 22 |
+
- Wer: 1.0
|
| 23 |
+
|
| 24 |
+
## Model description
|
| 25 |
+
|
| 26 |
+
More information needed
|
| 27 |
+
|
| 28 |
+
## Intended uses & limitations
|
| 29 |
+
|
| 30 |
+
More information needed
|
| 31 |
+
|
| 32 |
+
## Training and evaluation data
|
| 33 |
+
|
| 34 |
+
More information needed
|
| 35 |
+
|
| 36 |
+
## Training procedure
|
| 37 |
+
|
| 38 |
+
### Training hyperparameters
|
| 39 |
+
|
| 40 |
+
The following hyperparameters were used during training:
|
| 41 |
+
- learning_rate: 0.0001
|
| 42 |
+
- train_batch_size: 32
|
| 43 |
+
- eval_batch_size: 8
|
| 44 |
+
- seed: 42
|
| 45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 46 |
+
- lr_scheduler_type: linear
|
| 47 |
+
- num_epochs: 30
|
| 48 |
+
- mixed_precision_training: Native AMP
|
| 49 |
+
|
| 50 |
+
### Training results
|
| 51 |
+
|
| 52 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 53 |
+
|:-------------:|:-------:|:----:|:---------------:|:---:|
|
| 54 |
+
| 6.0558 | 0.7042 | 100 | 7.1035 | 1.0 |
|
| 55 |
+
| 5.3678 | 1.4085 | 200 | 7.4719 | 1.0 |
|
| 56 |
+
| 5.2548 | 2.1127 | 300 | 7.3891 | 1.0 |
|
| 57 |
+
| 5.1982 | 2.8169 | 400 | 7.2118 | 1.0 |
|
| 58 |
+
| 5.1951 | 3.5211 | 500 | 7.0877 | 1.0 |
|
| 59 |
+
| 5.1829 | 4.2254 | 600 | 7.2987 | 1.0 |
|
| 60 |
+
| 5.1937 | 4.9296 | 700 | 7.3988 | 1.0 |
|
| 61 |
+
| 5.1905 | 5.6338 | 800 | 7.3964 | 1.0 |
|
| 62 |
+
| 5.2445 | 6.3380 | 900 | 7.2698 | 1.0 |
|
| 63 |
+
| 5.139 | 7.0423 | 1000 | 7.1558 | 1.0 |
|
| 64 |
+
| 5.1925 | 7.7465 | 1100 | 7.2421 | 1.0 |
|
| 65 |
+
| 5.2231 | 8.4507 | 1200 | 7.2611 | 1.0 |
|
| 66 |
+
| 5.2901 | 9.1549 | 1300 | 7.3504 | 1.0 |
|
| 67 |
+
| 5.0849 | 9.8592 | 1400 | 7.3211 | 1.0 |
|
| 68 |
+
| 5.3853 | 10.5634 | 1500 | 7.1273 | 1.0 |
|
| 69 |
+
| 5.2707 | 11.2676 | 1600 | 7.2369 | 1.0 |
|
| 70 |
+
| 5.1156 | 11.9718 | 1700 | 7.3677 | 1.0 |
|
| 71 |
+
| 5.1589 | 12.6761 | 1800 | 7.3260 | 1.0 |
|
| 72 |
+
| 5.1839 | 13.3803 | 1900 | 7.2956 | 1.0 |
|
| 73 |
+
| 5.3138 | 14.0845 | 2000 | 7.1808 | 1.0 |
|
| 74 |
+
| 5.2344 | 14.7887 | 2100 | 7.2265 | 1.0 |
|
| 75 |
+
| 5.1787 | 15.4930 | 2200 | 7.3030 | 1.0 |
|
| 76 |
+
| 5.1879 | 16.1972 | 2300 | 7.2975 | 1.0 |
|
| 77 |
+
| 5.106 | 16.9014 | 2400 | 7.2839 | 1.0 |
|
| 78 |
+
| 5.3462 | 17.6056 | 2500 | 7.2212 | 1.0 |
|
| 79 |
+
| 5.0687 | 18.3099 | 2600 | 7.2478 | 1.0 |
|
| 80 |
+
| 5.1134 | 19.0141 | 2700 | 7.2222 | 1.0 |
|
| 81 |
+
| 5.1133 | 19.7183 | 2800 | 7.3043 | 1.0 |
|
| 82 |
+
| 5.2053 | 20.4225 | 2900 | 7.3150 | 1.0 |
|
| 83 |
+
| 5.205 | 21.1268 | 3000 | 7.2460 | 1.0 |
|
| 84 |
+
| 5.2558 | 21.8310 | 3100 | 7.2312 | 1.0 |
|
| 85 |
+
| 5.215 | 22.5352 | 3200 | 7.2725 | 1.0 |
|
| 86 |
+
| 5.1499 | 23.2394 | 3300 | 7.2609 | 1.0 |
|
| 87 |
+
| 5.152 | 23.9437 | 3400 | 7.3052 | 1.0 |
|
| 88 |
+
| 5.2532 | 24.6479 | 3500 | 7.2958 | 1.0 |
|
| 89 |
+
| 5.3097 | 25.3521 | 3600 | 7.2818 | 1.0 |
|
| 90 |
+
| 5.1221 | 26.0563 | 3700 | 7.2260 | 1.0 |
|
| 91 |
+
| 5.2023 | 26.7606 | 3800 | 7.2648 | 1.0 |
|
| 92 |
+
| 5.1029 | 27.4648 | 3900 | 7.2708 | 1.0 |
|
| 93 |
+
| 5.085 | 28.1690 | 4000 | 7.2965 | 1.0 |
|
| 94 |
+
| 5.2273 | 28.8732 | 4100 | 7.2845 | 1.0 |
|
| 95 |
+
| 5.2394 | 29.5775 | 4200 | 7.2821 | 1.0 |
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
### Framework versions
|
| 99 |
+
|
| 100 |
+
- Transformers 4.44.2
|
| 101 |
+
- Pytorch 2.5.0+cu121
|
| 102 |
+
- Datasets 3.1.0
|
| 103 |
+
- Tokenizers 0.19.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.json
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "facebook/wav2vec2-large",
|
| 3 |
+
"activation_dropout": 0.1,
|
| 4 |
+
"adapter_attn_dim": null,
|
| 5 |
+
"adapter_kernel_size": 3,
|
| 6 |
+
"adapter_stride": 2,
|
| 7 |
+
"add_adapter": false,
|
| 8 |
+
"apply_spec_augment": true,
|
| 9 |
+
"architectures": [
|
| 10 |
+
"Wav2Vec2ForCTC"
|
| 11 |
+
],
|
| 12 |
+
"attention_dropout": 0.1,
|
| 13 |
+
"bos_token_id": 1,
|
| 14 |
+
"classifier_proj_size": 256,
|
| 15 |
+
"codevector_dim": 768,
|
| 16 |
+
"contrastive_logits_temperature": 0.1,
|
| 17 |
+
"conv_bias": false,
|
| 18 |
+
"conv_dim": [
|
| 19 |
+
512,
|
| 20 |
+
512,
|
| 21 |
+
512,
|
| 22 |
+
512,
|
| 23 |
+
512,
|
| 24 |
+
512,
|
| 25 |
+
512
|
| 26 |
+
],
|
| 27 |
+
"conv_kernel": [
|
| 28 |
+
10,
|
| 29 |
+
3,
|
| 30 |
+
3,
|
| 31 |
+
3,
|
| 32 |
+
3,
|
| 33 |
+
2,
|
| 34 |
+
2
|
| 35 |
+
],
|
| 36 |
+
"conv_stride": [
|
| 37 |
+
5,
|
| 38 |
+
2,
|
| 39 |
+
2,
|
| 40 |
+
2,
|
| 41 |
+
2,
|
| 42 |
+
2,
|
| 43 |
+
2
|
| 44 |
+
],
|
| 45 |
+
"ctc_loss_reduction": "mean",
|
| 46 |
+
"ctc_zero_infinity": false,
|
| 47 |
+
"diversity_loss_weight": 0.1,
|
| 48 |
+
"do_stable_layer_norm": false,
|
| 49 |
+
"eos_token_id": 2,
|
| 50 |
+
"feat_extract_activation": "gelu",
|
| 51 |
+
"feat_extract_dropout": 0.0,
|
| 52 |
+
"feat_extract_norm": "group",
|
| 53 |
+
"feat_proj_dropout": 0.1,
|
| 54 |
+
"feat_quantizer_dropout": 0.0,
|
| 55 |
+
"final_dropout": 0.1,
|
| 56 |
+
"gradient_checkpointing": false,
|
| 57 |
+
"hidden_act": "gelu",
|
| 58 |
+
"hidden_dropout": 0.1,
|
| 59 |
+
"hidden_dropout_prob": 0.1,
|
| 60 |
+
"hidden_size": 1024,
|
| 61 |
+
"initializer_range": 0.02,
|
| 62 |
+
"intermediate_size": 4096,
|
| 63 |
+
"layer_norm_eps": 1e-05,
|
| 64 |
+
"layerdrop": 0.1,
|
| 65 |
+
"mask_feature_length": 10,
|
| 66 |
+
"mask_feature_min_masks": 0,
|
| 67 |
+
"mask_feature_prob": 0.0,
|
| 68 |
+
"mask_time_length": 10,
|
| 69 |
+
"mask_time_min_masks": 2,
|
| 70 |
+
"mask_time_prob": 0.05,
|
| 71 |
+
"model_type": "wav2vec2",
|
| 72 |
+
"num_adapter_layers": 3,
|
| 73 |
+
"num_attention_heads": 16,
|
| 74 |
+
"num_codevector_groups": 2,
|
| 75 |
+
"num_codevectors_per_group": 320,
|
| 76 |
+
"num_conv_pos_embedding_groups": 16,
|
| 77 |
+
"num_conv_pos_embeddings": 128,
|
| 78 |
+
"num_feat_extract_layers": 7,
|
| 79 |
+
"num_hidden_layers": 24,
|
| 80 |
+
"num_negatives": 100,
|
| 81 |
+
"output_hidden_size": 1024,
|
| 82 |
+
"pad_token_id": 30,
|
| 83 |
+
"proj_codevector_dim": 768,
|
| 84 |
+
"tdnn_dilation": [
|
| 85 |
+
1,
|
| 86 |
+
2,
|
| 87 |
+
3,
|
| 88 |
+
1,
|
| 89 |
+
1
|
| 90 |
+
],
|
| 91 |
+
"tdnn_dim": [
|
| 92 |
+
512,
|
| 93 |
+
512,
|
| 94 |
+
512,
|
| 95 |
+
512,
|
| 96 |
+
1500
|
| 97 |
+
],
|
| 98 |
+
"tdnn_kernel": [
|
| 99 |
+
5,
|
| 100 |
+
3,
|
| 101 |
+
3,
|
| 102 |
+
1,
|
| 103 |
+
1
|
| 104 |
+
],
|
| 105 |
+
"torch_dtype": "float32",
|
| 106 |
+
"transformers_version": "4.44.2",
|
| 107 |
+
"use_weighted_layer_sum": false,
|
| 108 |
+
"vocab_size": 32,
|
| 109 |
+
"xvector_output_dim": 512
|
| 110 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c02145024ac1bb6b820b68177edb8de83cd1a60ed21e300be8f7c646e4b69274
|
| 3 |
+
size 1261897368
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": true,
|
| 3 |
+
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
| 4 |
+
"feature_size": 1,
|
| 5 |
+
"padding_side": "right",
|
| 6 |
+
"padding_value": 0.0,
|
| 7 |
+
"return_attention_mask": false,
|
| 8 |
+
"sampling_rate": 16000
|
| 9 |
+
}
|
runs/Nov12_04-00-23_fc83ae7a2740/events.out.tfevents.1731384421.fc83ae7a2740.4459.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09ccc917c0a698499650e058745797139dd144ddc47d335641251edefde1f9b0
|
| 3 |
+
size 28929
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09e015dbb5936bea17d424b68713c26319d7b100f5826a5d6e2a392f39727923
|
| 3 |
+
size 5176
|