End of training
Browse files- README.md +129 -0
- config.json +183 -0
- model.safetensors +3 -0
- preprocessor_config.json +24 -0
- training_args.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: facebook/detr-resnet-50
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
datasets:
|
| 7 |
+
- imagefolder
|
| 8 |
+
model-index:
|
| 9 |
+
- name: '20240812'
|
| 10 |
+
results: []
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 14 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 15 |
+
|
| 16 |
+
# 20240812
|
| 17 |
+
|
| 18 |
+
This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on the imagefolder dataset.
|
| 19 |
+
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 1.8711
|
| 21 |
+
|
| 22 |
+
## Model description
|
| 23 |
+
|
| 24 |
+
More information needed
|
| 25 |
+
|
| 26 |
+
## Intended uses & limitations
|
| 27 |
+
|
| 28 |
+
More information needed
|
| 29 |
+
|
| 30 |
+
## Training and evaluation data
|
| 31 |
+
|
| 32 |
+
More information needed
|
| 33 |
+
|
| 34 |
+
## Training procedure
|
| 35 |
+
|
| 36 |
+
### Training hyperparameters
|
| 37 |
+
|
| 38 |
+
The following hyperparameters were used during training:
|
| 39 |
+
- learning_rate: 5e-05
|
| 40 |
+
- train_batch_size: 20
|
| 41 |
+
- eval_batch_size: 8
|
| 42 |
+
- seed: 42
|
| 43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 44 |
+
- lr_scheduler_type: linear
|
| 45 |
+
- num_epochs: 1000
|
| 46 |
+
- mixed_precision_training: Native AMP
|
| 47 |
+
|
| 48 |
+
### Training results
|
| 49 |
+
|
| 50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 51 |
+
|:-------------:|:------:|:-----:|:---------------:|
|
| 52 |
+
| 2.4317 | 14.29 | 400 | 2.2595 |
|
| 53 |
+
| 1.922 | 28.57 | 800 | 1.8296 |
|
| 54 |
+
| 1.6594 | 42.86 | 1200 | 1.7387 |
|
| 55 |
+
| 1.423 | 57.14 | 1600 | 1.5079 |
|
| 56 |
+
| 1.285 | 71.43 | 2000 | 1.4590 |
|
| 57 |
+
| 1.1252 | 85.71 | 2400 | 1.4123 |
|
| 58 |
+
| 1.0256 | 100.0 | 2800 | 1.3712 |
|
| 59 |
+
| 0.8894 | 114.29 | 3200 | 1.3256 |
|
| 60 |
+
| 0.8398 | 128.57 | 3600 | 1.3442 |
|
| 61 |
+
| 0.7759 | 142.86 | 4000 | 1.3562 |
|
| 62 |
+
| 0.7035 | 157.14 | 4400 | 1.4312 |
|
| 63 |
+
| 0.6855 | 171.43 | 4800 | 1.4156 |
|
| 64 |
+
| 0.6538 | 185.71 | 5200 | 1.4837 |
|
| 65 |
+
| 0.6318 | 200.0 | 5600 | 1.4802 |
|
| 66 |
+
| 0.5742 | 214.29 | 6000 | 1.4791 |
|
| 67 |
+
| 0.5484 | 228.57 | 6400 | 1.5387 |
|
| 68 |
+
| 0.5344 | 242.86 | 6800 | 1.5534 |
|
| 69 |
+
| 0.512 | 257.14 | 7200 | 1.5829 |
|
| 70 |
+
| 0.5145 | 271.43 | 7600 | 1.5305 |
|
| 71 |
+
| 0.4935 | 285.71 | 8000 | 1.5981 |
|
| 72 |
+
| 0.5081 | 300.0 | 8400 | 1.6221 |
|
| 73 |
+
| 0.4352 | 314.29 | 8800 | 1.6413 |
|
| 74 |
+
| 0.4366 | 328.57 | 9200 | 1.5708 |
|
| 75 |
+
| 0.4174 | 342.86 | 9600 | 1.6348 |
|
| 76 |
+
| 0.4228 | 357.14 | 10000 | 1.5518 |
|
| 77 |
+
| 0.4032 | 371.43 | 10400 | 1.6675 |
|
| 78 |
+
| 0.397 | 385.71 | 10800 | 1.6444 |
|
| 79 |
+
| 0.3873 | 400.0 | 11200 | 1.6559 |
|
| 80 |
+
| 0.3801 | 414.29 | 11600 | 1.6167 |
|
| 81 |
+
| 0.3663 | 428.57 | 12000 | 1.6626 |
|
| 82 |
+
| 0.3493 | 442.86 | 12400 | 1.6778 |
|
| 83 |
+
| 0.3791 | 457.14 | 12800 | 1.6364 |
|
| 84 |
+
| 0.3463 | 471.43 | 13200 | 1.7587 |
|
| 85 |
+
| 0.341 | 485.71 | 13600 | 1.6680 |
|
| 86 |
+
| 0.3099 | 500.0 | 14000 | 1.7935 |
|
| 87 |
+
| 0.3393 | 514.29 | 14400 | 1.7037 |
|
| 88 |
+
| 0.3433 | 528.57 | 14800 | 1.7138 |
|
| 89 |
+
| 0.3111 | 542.86 | 15200 | 1.7046 |
|
| 90 |
+
| 0.3166 | 557.14 | 15600 | 1.6987 |
|
| 91 |
+
| 0.2909 | 571.43 | 16000 | 1.7040 |
|
| 92 |
+
| 0.3138 | 585.71 | 16400 | 1.7465 |
|
| 93 |
+
| 0.297 | 600.0 | 16800 | 1.7605 |
|
| 94 |
+
| 0.2899 | 614.29 | 17200 | 1.7669 |
|
| 95 |
+
| 0.2893 | 628.57 | 17600 | 1.7275 |
|
| 96 |
+
| 0.2906 | 642.86 | 18000 | 1.7863 |
|
| 97 |
+
| 0.2827 | 657.14 | 18400 | 1.7285 |
|
| 98 |
+
| 0.2927 | 671.43 | 18800 | 1.7736 |
|
| 99 |
+
| 0.2737 | 685.71 | 19200 | 1.8137 |
|
| 100 |
+
| 0.2724 | 700.0 | 19600 | 1.7758 |
|
| 101 |
+
| 0.265 | 714.29 | 20000 | 1.7858 |
|
| 102 |
+
| 0.2554 | 728.57 | 20400 | 1.8155 |
|
| 103 |
+
| 0.2589 | 742.86 | 20800 | 1.7439 |
|
| 104 |
+
| 0.2499 | 757.14 | 21200 | 1.8261 |
|
| 105 |
+
| 0.2631 | 771.43 | 21600 | 1.8170 |
|
| 106 |
+
| 0.254 | 785.71 | 22000 | 1.7619 |
|
| 107 |
+
| 0.2526 | 800.0 | 22400 | 1.7755 |
|
| 108 |
+
| 0.2462 | 814.29 | 22800 | 1.7828 |
|
| 109 |
+
| 0.2561 | 828.57 | 23200 | 1.8284 |
|
| 110 |
+
| 0.232 | 842.86 | 23600 | 1.8761 |
|
| 111 |
+
| 0.2437 | 857.14 | 24000 | 1.8398 |
|
| 112 |
+
| 0.2578 | 871.43 | 24400 | 1.8664 |
|
| 113 |
+
| 0.2446 | 885.71 | 24800 | 1.8846 |
|
| 114 |
+
| 0.241 | 900.0 | 25200 | 1.8541 |
|
| 115 |
+
| 0.2291 | 914.29 | 25600 | 1.8632 |
|
| 116 |
+
| 0.2474 | 928.57 | 26000 | 1.8613 |
|
| 117 |
+
| 0.2386 | 942.86 | 26400 | 1.8383 |
|
| 118 |
+
| 0.2378 | 957.14 | 26800 | 1.8783 |
|
| 119 |
+
| 0.2276 | 971.43 | 27200 | 1.8564 |
|
| 120 |
+
| 0.2296 | 985.71 | 27600 | 1.8669 |
|
| 121 |
+
| 0.2558 | 1000.0 | 28000 | 1.8711 |
|
| 122 |
+
|
| 123 |
+
|
| 124 |
+
### Framework versions
|
| 125 |
+
|
| 126 |
+
- Transformers 4.37.2
|
| 127 |
+
- Pytorch 2.3.0
|
| 128 |
+
- Datasets 2.12.0
|
| 129 |
+
- Tokenizers 0.15.1
|
config.json
ADDED
|
@@ -0,0 +1,183 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "facebook/detr-resnet-50",
|
| 3 |
+
"activation_dropout": 0.0,
|
| 4 |
+
"activation_function": "relu",
|
| 5 |
+
"architectures": [
|
| 6 |
+
"DetrForObjectDetection"
|
| 7 |
+
],
|
| 8 |
+
"attention_dropout": 0.0,
|
| 9 |
+
"auxiliary_loss": false,
|
| 10 |
+
"backbone": null,
|
| 11 |
+
"backbone_config": {
|
| 12 |
+
"_name_or_path": "",
|
| 13 |
+
"add_cross_attention": false,
|
| 14 |
+
"architectures": null,
|
| 15 |
+
"bad_words_ids": null,
|
| 16 |
+
"begin_suppress_tokens": null,
|
| 17 |
+
"bos_token_id": null,
|
| 18 |
+
"chunk_size_feed_forward": 0,
|
| 19 |
+
"cross_attention_hidden_size": null,
|
| 20 |
+
"decoder_start_token_id": null,
|
| 21 |
+
"depths": [
|
| 22 |
+
3,
|
| 23 |
+
4,
|
| 24 |
+
6,
|
| 25 |
+
3
|
| 26 |
+
],
|
| 27 |
+
"diversity_penalty": 0.0,
|
| 28 |
+
"do_sample": false,
|
| 29 |
+
"downsample_in_bottleneck": false,
|
| 30 |
+
"downsample_in_first_stage": false,
|
| 31 |
+
"early_stopping": false,
|
| 32 |
+
"embedding_size": 64,
|
| 33 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 34 |
+
"eos_token_id": null,
|
| 35 |
+
"exponential_decay_length_penalty": null,
|
| 36 |
+
"finetuning_task": null,
|
| 37 |
+
"forced_bos_token_id": null,
|
| 38 |
+
"forced_eos_token_id": null,
|
| 39 |
+
"hidden_act": "relu",
|
| 40 |
+
"hidden_sizes": [
|
| 41 |
+
256,
|
| 42 |
+
512,
|
| 43 |
+
1024,
|
| 44 |
+
2048
|
| 45 |
+
],
|
| 46 |
+
"id2label": {
|
| 47 |
+
"0": "LABEL_0",
|
| 48 |
+
"1": "LABEL_1"
|
| 49 |
+
},
|
| 50 |
+
"is_decoder": false,
|
| 51 |
+
"is_encoder_decoder": false,
|
| 52 |
+
"label2id": {
|
| 53 |
+
"LABEL_0": 0,
|
| 54 |
+
"LABEL_1": 1
|
| 55 |
+
},
|
| 56 |
+
"layer_type": "bottleneck",
|
| 57 |
+
"length_penalty": 1.0,
|
| 58 |
+
"max_length": 20,
|
| 59 |
+
"min_length": 0,
|
| 60 |
+
"model_type": "resnet",
|
| 61 |
+
"no_repeat_ngram_size": 0,
|
| 62 |
+
"num_beam_groups": 1,
|
| 63 |
+
"num_beams": 1,
|
| 64 |
+
"num_channels": 3,
|
| 65 |
+
"num_return_sequences": 1,
|
| 66 |
+
"out_features": [
|
| 67 |
+
"stage4"
|
| 68 |
+
],
|
| 69 |
+
"out_indices": [
|
| 70 |
+
4
|
| 71 |
+
],
|
| 72 |
+
"output_attentions": false,
|
| 73 |
+
"output_hidden_states": false,
|
| 74 |
+
"output_scores": false,
|
| 75 |
+
"pad_token_id": null,
|
| 76 |
+
"prefix": null,
|
| 77 |
+
"problem_type": null,
|
| 78 |
+
"pruned_heads": {},
|
| 79 |
+
"remove_invalid_values": false,
|
| 80 |
+
"repetition_penalty": 1.0,
|
| 81 |
+
"return_dict": true,
|
| 82 |
+
"return_dict_in_generate": false,
|
| 83 |
+
"sep_token_id": null,
|
| 84 |
+
"stage_names": [
|
| 85 |
+
"stem",
|
| 86 |
+
"stage1",
|
| 87 |
+
"stage2",
|
| 88 |
+
"stage3",
|
| 89 |
+
"stage4"
|
| 90 |
+
],
|
| 91 |
+
"suppress_tokens": null,
|
| 92 |
+
"task_specific_params": null,
|
| 93 |
+
"temperature": 1.0,
|
| 94 |
+
"tf_legacy_loss": false,
|
| 95 |
+
"tie_encoder_decoder": false,
|
| 96 |
+
"tie_word_embeddings": true,
|
| 97 |
+
"tokenizer_class": null,
|
| 98 |
+
"top_k": 50,
|
| 99 |
+
"top_p": 1.0,
|
| 100 |
+
"torch_dtype": null,
|
| 101 |
+
"torchscript": false,
|
| 102 |
+
"typical_p": 1.0,
|
| 103 |
+
"use_bfloat16": false
|
| 104 |
+
},
|
| 105 |
+
"bbox_cost": 5,
|
| 106 |
+
"bbox_loss_coefficient": 5,
|
| 107 |
+
"class_cost": 1,
|
| 108 |
+
"d_model": 256,
|
| 109 |
+
"decoder_attention_heads": 8,
|
| 110 |
+
"decoder_ffn_dim": 2048,
|
| 111 |
+
"decoder_layerdrop": 0.0,
|
| 112 |
+
"decoder_layers": 6,
|
| 113 |
+
"dice_loss_coefficient": 1,
|
| 114 |
+
"dilation": null,
|
| 115 |
+
"dropout": 0.1,
|
| 116 |
+
"encoder_attention_heads": 8,
|
| 117 |
+
"encoder_ffn_dim": 2048,
|
| 118 |
+
"encoder_layerdrop": 0.0,
|
| 119 |
+
"encoder_layers": 6,
|
| 120 |
+
"eos_coefficient": 0.1,
|
| 121 |
+
"giou_cost": 2,
|
| 122 |
+
"giou_loss_coefficient": 2,
|
| 123 |
+
"id2label": {
|
| 124 |
+
"0": "armrest",
|
| 125 |
+
"1": "back_mirror",
|
| 126 |
+
"2": "back_seat",
|
| 127 |
+
"3": "center_console",
|
| 128 |
+
"4": "dashboard",
|
| 129 |
+
"5": "door_front_left",
|
| 130 |
+
"6": "door_front_right",
|
| 131 |
+
"7": "door_handle",
|
| 132 |
+
"8": "driver_seat",
|
| 133 |
+
"9": "driving_wheel",
|
| 134 |
+
"10": "entertainment_system",
|
| 135 |
+
"11": "gear_stick",
|
| 136 |
+
"12": "instrument_cluster",
|
| 137 |
+
"13": "mirror_left",
|
| 138 |
+
"14": "mirror_right",
|
| 139 |
+
"15": "passenger_seat",
|
| 140 |
+
"16": "stalk",
|
| 141 |
+
"17": "trunk",
|
| 142 |
+
"18": "vent",
|
| 143 |
+
"19": "window_front_left",
|
| 144 |
+
"20": "window_front_right"
|
| 145 |
+
},
|
| 146 |
+
"init_std": 0.02,
|
| 147 |
+
"init_xavier_std": 1.0,
|
| 148 |
+
"is_encoder_decoder": true,
|
| 149 |
+
"label2id": {
|
| 150 |
+
"armrest": 0,
|
| 151 |
+
"back_mirror": 1,
|
| 152 |
+
"back_seat": 2,
|
| 153 |
+
"center_console": 3,
|
| 154 |
+
"dashboard": 4,
|
| 155 |
+
"door_front_left": 5,
|
| 156 |
+
"door_front_right": 6,
|
| 157 |
+
"door_handle": 7,
|
| 158 |
+
"driver_seat": 8,
|
| 159 |
+
"driving_wheel": 9,
|
| 160 |
+
"entertainment_system": 10,
|
| 161 |
+
"gear_stick": 11,
|
| 162 |
+
"instrument_cluster": 12,
|
| 163 |
+
"mirror_left": 13,
|
| 164 |
+
"mirror_right": 14,
|
| 165 |
+
"passenger_seat": 15,
|
| 166 |
+
"stalk": 16,
|
| 167 |
+
"trunk": 17,
|
| 168 |
+
"vent": 18,
|
| 169 |
+
"window_front_left": 19,
|
| 170 |
+
"window_front_right": 20
|
| 171 |
+
},
|
| 172 |
+
"mask_loss_coefficient": 1,
|
| 173 |
+
"model_type": "detr",
|
| 174 |
+
"num_channels": 3,
|
| 175 |
+
"num_hidden_layers": 6,
|
| 176 |
+
"num_queries": 100,
|
| 177 |
+
"position_embedding_type": "sine",
|
| 178 |
+
"scale_embedding": false,
|
| 179 |
+
"torch_dtype": "float32",
|
| 180 |
+
"transformers_version": "4.37.2",
|
| 181 |
+
"use_pretrained_backbone": null,
|
| 182 |
+
"use_timm_backbone": false
|
| 183 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4ed71a05fcc7c068a80a9ab1a303e8f85bf2595488f91cf29bf3adc07563739
|
| 3 |
+
size 166524288
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": true,
|
| 3 |
+
"do_pad": true,
|
| 4 |
+
"do_rescale": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"format": "coco_detection",
|
| 7 |
+
"image_mean": [
|
| 8 |
+
0.485,
|
| 9 |
+
0.456,
|
| 10 |
+
0.406
|
| 11 |
+
],
|
| 12 |
+
"image_processor_type": "DetrImageProcessor",
|
| 13 |
+
"image_std": [
|
| 14 |
+
0.229,
|
| 15 |
+
0.224,
|
| 16 |
+
0.225
|
| 17 |
+
],
|
| 18 |
+
"resample": 2,
|
| 19 |
+
"rescale_factor": 0.00392156862745098,
|
| 20 |
+
"size": {
|
| 21 |
+
"longest_edge": 1333,
|
| 22 |
+
"shortest_edge": 800
|
| 23 |
+
}
|
| 24 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb25e0b7b470a674650ace4a0722f95d89c1d8551561932057a339779604205d
|
| 3 |
+
size 4728
|