SmallPS commited on
Commit
022524f
1 Parent(s): 317fbba

Training in progress, epoch 1

Browse files
Files changed (29) hide show
  1. README.md +102 -0
  2. config.json +40 -0
  3. model.safetensors +3 -0
  4. preprocessor_config.json +26 -0
  5. runs/Sep04_17-10-20_A41103/events.out.tfevents.1725437423.A41103.26372.0 +3 -0
  6. runs/Sep04_17-12-20_A41103/events.out.tfevents.1725437544.A41103.23320.0 +3 -0
  7. runs/Sep04_17-15-50_A41103/events.out.tfevents.1725437753.A41103.23044.0 +3 -0
  8. runs/Sep05_15-23-37_A41103/events.out.tfevents.1725517422.A41103.27564.0 +3 -0
  9. runs/Sep05_15-25-56_A41103/events.out.tfevents.1725517560.A41103.12204.0 +3 -0
  10. runs/Sep05_15-27-24_A41103/events.out.tfevents.1725517648.A41103.33344.0 +3 -0
  11. runs/Sep05_15-28-36_A41103/events.out.tfevents.1725517720.A41103.21452.0 +3 -0
  12. runs/Sep05_15-30-46_A41103/events.out.tfevents.1725517850.A41103.2156.0 +3 -0
  13. runs/Sep05_15-33-23_A41103/events.out.tfevents.1725518007.A41103.32720.0 +3 -0
  14. runs/Sep05_15-34-57_A41103/events.out.tfevents.1725518100.A41103.31872.0 +3 -0
  15. runs/Sep05_15-38-09_A41103/events.out.tfevents.1725518293.A41103.31496.0 +3 -0
  16. runs/Sep05_15-39-24_A41103/events.out.tfevents.1725518368.A41103.10700.0 +3 -0
  17. runs/Sep05_15-40-48_A41103/events.out.tfevents.1725518451.A41103.33352.0 +3 -0
  18. runs/Sep05_15-41-59_A41103/events.out.tfevents.1725518523.A41103.28524.0 +3 -0
  19. runs/Sep05_15-49-23_A41103/events.out.tfevents.1725518967.A41103.12880.0 +3 -0
  20. runs/Sep05_15-51-35_A41103/events.out.tfevents.1725519099.A41103.21232.0 +3 -0
  21. runs/Sep05_15-59-31_A41103/events.out.tfevents.1725519574.A41103.19256.0 +3 -0
  22. runs/Sep05_16-02-46_A41103/events.out.tfevents.1725519770.A41103.24732.0 +3 -0
  23. runs/Sep05_16-05-45_A41103/events.out.tfevents.1725519949.A41103.2640.0 +3 -0
  24. runs/Sep05_16-08-46_A41103/events.out.tfevents.1725520130.A41103.6004.0 +3 -0
  25. runs/Sep05_16-11-00_A41103/events.out.tfevents.1725520264.A41103.22972.0 +3 -0
  26. runs/Sep05_16-28-19_A41103/events.out.tfevents.1725521303.A41103.9384.0 +3 -0
  27. runs/Sep05_16-37-09_A41103/events.out.tfevents.1725521833.A41103.11048.0 +3 -0
  28. runs/Sep05_16-39-38_A41103/events.out.tfevents.1725521982.A41103.21168.0 +3 -0
  29. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: hustvl/yolos-tiny
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: Yolo_temp
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # Yolo_temp
15
+
16
+ This model is a fine-tuned version of [hustvl/yolos-tiny](https://huggingface.co/hustvl/yolos-tiny) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.6429
19
+ - Map: 0.2495
20
+ - Map 50: 0.553
21
+ - Map 75: 0.1318
22
+ - Map Small: -1.0
23
+ - Map Medium: 0.3503
24
+ - Map Large: -1.0
25
+ - Mar 1: 0.45
26
+ - Mar 10: 0.64
27
+ - Mar 100: 0.66
28
+ - Mar Small: -1.0
29
+ - Mar Medium: 0.66
30
+ - Mar Large: -1.0
31
+ - Map Background : -1.0
32
+ - Mar 100 Background : -1.0
33
+ - Map Score: 0.2495
34
+ - Mar 100 Score: 0.66
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 5e-05
54
+ - train_batch_size: 8
55
+ - eval_batch_size: 8
56
+ - seed: 42
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: cosine
59
+ - num_epochs: 30
60
+
61
+ ### Training results
62
+
63
+ | Training Loss | Epoch | Step | Validation Loss | Map | Map 50 | Map 75 | Map Small | Map Medium | Map Large | Mar 1 | Mar 10 | Mar 100 | Mar Small | Mar Medium | Mar Large | Map Background | Mar 100 Background | Map Score | Mar 100 Score |
64
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:----------:|:---------:|:-----:|:------:|:-------:|:---------:|:----------:|:---------:|:----------------:|:--------------------:|:---------:|:-------------:|
65
+ | No log | 1.0 | 9 | 3.3868 | 0.0003 | 0.0013 | 0.0 | -1.0 | 0.0009 | -1.0 | 0.0 | 0.02 | 0.02 | -1.0 | 0.02 | -1.0 | -1.0 | -1.0 | 0.0003 | 0.02 |
66
+ | No log | 2.0 | 18 | 2.0202 | 0.0061 | 0.0613 | 0.0 | -1.0 | 0.0128 | -1.0 | 0.0 | 0.02 | 0.03 | -1.0 | 0.03 | -1.0 | -1.0 | -1.0 | 0.0061 | 0.03 |
67
+ | No log | 3.0 | 27 | 1.3924 | 0.0243 | 0.1074 | 0.0 | -1.0 | 0.0537 | -1.0 | 0.04 | 0.16 | 0.24 | -1.0 | 0.24 | -1.0 | -1.0 | -1.0 | 0.0243 | 0.24 |
68
+ | No log | 4.0 | 36 | 1.0148 | 0.1265 | 0.4427 | 0.0227 | -1.0 | 0.1956 | -1.0 | 0.16 | 0.41 | 0.47 | -1.0 | 0.47 | -1.0 | -1.0 | -1.0 | 0.1265 | 0.47 |
69
+ | No log | 5.0 | 45 | 0.8707 | 0.1387 | 0.3888 | 0.0565 | -1.0 | 0.2082 | -1.0 | 0.23 | 0.53 | 0.56 | -1.0 | 0.56 | -1.0 | -1.0 | -1.0 | 0.1387 | 0.56 |
70
+ | No log | 6.0 | 54 | 1.0714 | 0.0534 | 0.1731 | 0.0042 | -1.0 | 0.0797 | -1.0 | 0.04 | 0.39 | 0.4 | -1.0 | 0.4 | -1.0 | -1.0 | -1.0 | 0.0534 | 0.4 |
71
+ | No log | 7.0 | 63 | 0.8522 | 0.2023 | 0.4156 | 0.2261 | -1.0 | 0.2423 | -1.0 | 0.33 | 0.53 | 0.53 | -1.0 | 0.53 | -1.0 | -1.0 | -1.0 | 0.2023 | 0.53 |
72
+ | No log | 8.0 | 72 | 0.8514 | 0.0796 | 0.1838 | 0.077 | -1.0 | 0.2324 | -1.0 | 0.15 | 0.53 | 0.54 | -1.0 | 0.54 | -1.0 | -1.0 | -1.0 | 0.0796 | 0.54 |
73
+ | No log | 9.0 | 81 | 0.8325 | 0.0791 | 0.1867 | 0.0402 | -1.0 | 0.1144 | -1.0 | 0.16 | 0.54 | 0.57 | -1.0 | 0.57 | -1.0 | -1.0 | -1.0 | 0.0791 | 0.57 |
74
+ | No log | 10.0 | 90 | 0.6108 | 0.138 | 0.2665 | 0.1586 | -1.0 | 0.303 | -1.0 | 0.25 | 0.7 | 0.72 | -1.0 | 0.72 | -1.0 | -1.0 | -1.0 | 0.138 | 0.72 |
75
+ | No log | 11.0 | 99 | 0.5912 | 0.2034 | 0.3462 | 0.1951 | -1.0 | 0.2395 | -1.0 | 0.51 | 0.7 | 0.72 | -1.0 | 0.72 | -1.0 | -1.0 | -1.0 | 0.2034 | 0.72 |
76
+ | No log | 12.0 | 108 | 0.6538 | 0.2105 | 0.3835 | 0.2217 | -1.0 | 0.3013 | -1.0 | 0.39 | 0.68 | 0.68 | -1.0 | 0.68 | -1.0 | -1.0 | -1.0 | 0.2105 | 0.68 |
77
+ | No log | 13.0 | 117 | 0.5392 | 0.2524 | 0.397 | 0.2813 | -1.0 | 0.2997 | -1.0 | 0.47 | 0.74 | 0.75 | -1.0 | 0.75 | -1.0 | -1.0 | -1.0 | 0.2524 | 0.75 |
78
+ | No log | 14.0 | 126 | 0.6936 | 0.2087 | 0.4142 | 0.1474 | -1.0 | 0.248 | -1.0 | 0.37 | 0.63 | 0.63 | -1.0 | 0.63 | -1.0 | -1.0 | -1.0 | 0.2087 | 0.63 |
79
+ | No log | 15.0 | 135 | 0.6347 | 0.2024 | 0.4126 | 0.1546 | -1.0 | 0.2879 | -1.0 | 0.35 | 0.62 | 0.68 | -1.0 | 0.68 | -1.0 | -1.0 | -1.0 | 0.2024 | 0.68 |
80
+ | No log | 16.0 | 144 | 0.6651 | 0.2255 | 0.4622 | 0.1581 | -1.0 | 0.2797 | -1.0 | 0.42 | 0.61 | 0.64 | -1.0 | 0.64 | -1.0 | -1.0 | -1.0 | 0.2255 | 0.64 |
81
+ | No log | 17.0 | 153 | 0.7808 | 0.1881 | 0.5016 | 0.0459 | -1.0 | 0.3059 | -1.0 | 0.36 | 0.53 | 0.54 | -1.0 | 0.54 | -1.0 | -1.0 | -1.0 | 0.1881 | 0.54 |
82
+ | No log | 18.0 | 162 | 0.6863 | 0.2272 | 0.4952 | 0.1514 | -1.0 | 0.3529 | -1.0 | 0.43 | 0.6 | 0.61 | -1.0 | 0.61 | -1.0 | -1.0 | -1.0 | 0.2272 | 0.61 |
83
+ | No log | 19.0 | 171 | 0.7358 | 0.2335 | 0.5157 | 0.0908 | -1.0 | 0.2779 | -1.0 | 0.4 | 0.58 | 0.61 | -1.0 | 0.61 | -1.0 | -1.0 | -1.0 | 0.2335 | 0.61 |
84
+ | No log | 20.0 | 180 | 0.6321 | 0.2591 | 0.5315 | 0.1592 | -1.0 | 0.3527 | -1.0 | 0.47 | 0.65 | 0.67 | -1.0 | 0.67 | -1.0 | -1.0 | -1.0 | 0.2591 | 0.67 |
85
+ | No log | 21.0 | 189 | 0.7105 | 0.2244 | 0.52 | 0.1119 | -1.0 | 0.2886 | -1.0 | 0.41 | 0.61 | 0.64 | -1.0 | 0.64 | -1.0 | -1.0 | -1.0 | 0.2244 | 0.64 |
86
+ | No log | 22.0 | 198 | 0.6395 | 0.2448 | 0.5329 | 0.1287 | -1.0 | 0.3527 | -1.0 | 0.45 | 0.66 | 0.67 | -1.0 | 0.67 | -1.0 | -1.0 | -1.0 | 0.2448 | 0.67 |
87
+ | No log | 23.0 | 207 | 0.6352 | 0.2474 | 0.5273 | 0.2112 | -1.0 | 0.3253 | -1.0 | 0.47 | 0.66 | 0.68 | -1.0 | 0.68 | -1.0 | -1.0 | -1.0 | 0.2474 | 0.68 |
88
+ | No log | 24.0 | 216 | 0.6532 | 0.242 | 0.5442 | 0.115 | -1.0 | 0.342 | -1.0 | 0.43 | 0.63 | 0.66 | -1.0 | 0.66 | -1.0 | -1.0 | -1.0 | 0.242 | 0.66 |
89
+ | No log | 25.0 | 225 | 0.6458 | 0.249 | 0.548 | 0.1336 | -1.0 | 0.3561 | -1.0 | 0.44 | 0.64 | 0.67 | -1.0 | 0.67 | -1.0 | -1.0 | -1.0 | 0.249 | 0.67 |
90
+ | No log | 26.0 | 234 | 0.6434 | 0.2553 | 0.5517 | 0.1729 | -1.0 | 0.3663 | -1.0 | 0.46 | 0.67 | 0.68 | -1.0 | 0.68 | -1.0 | -1.0 | -1.0 | 0.2553 | 0.68 |
91
+ | No log | 27.0 | 243 | 0.6437 | 0.2493 | 0.553 | 0.1318 | -1.0 | 0.3494 | -1.0 | 0.44 | 0.64 | 0.66 | -1.0 | 0.66 | -1.0 | -1.0 | -1.0 | 0.2493 | 0.66 |
92
+ | No log | 28.0 | 252 | 0.6402 | 0.2495 | 0.553 | 0.1318 | -1.0 | 0.3503 | -1.0 | 0.45 | 0.64 | 0.66 | -1.0 | 0.66 | -1.0 | -1.0 | -1.0 | 0.2495 | 0.66 |
93
+ | No log | 29.0 | 261 | 0.6423 | 0.2495 | 0.553 | 0.1321 | -1.0 | 0.3504 | -1.0 | 0.46 | 0.64 | 0.66 | -1.0 | 0.66 | -1.0 | -1.0 | -1.0 | 0.2495 | 0.66 |
94
+ | No log | 30.0 | 270 | 0.6429 | 0.2495 | 0.553 | 0.1318 | -1.0 | 0.3503 | -1.0 | 0.45 | 0.64 | 0.66 | -1.0 | 0.66 | -1.0 | -1.0 | -1.0 | 0.2495 | 0.66 |
95
+
96
+
97
+ ### Framework versions
98
+
99
+ - Transformers 4.42.4
100
+ - Pytorch 2.3.1+cu121
101
+ - Datasets 2.20.0
102
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "hustvl/yolos-tiny",
3
+ "architectures": [
4
+ "YolosForObjectDetection"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_loss": false,
8
+ "bbox_cost": 5,
9
+ "bbox_loss_coefficient": 5,
10
+ "class_cost": 1,
11
+ "eos_coefficient": 0.1,
12
+ "giou_cost": 2,
13
+ "giou_loss_coefficient": 2,
14
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.0,
16
+ "hidden_size": 192,
17
+ "id2label": {
18
+ "0": "score"
19
+ },
20
+ "image_size": [
21
+ 800,
22
+ 1333
23
+ ],
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 768,
26
+ "label2id": {
27
+ "score": 0
28
+ },
29
+ "layer_norm_eps": 1e-12,
30
+ "model_type": "yolos",
31
+ "num_attention_heads": 3,
32
+ "num_channels": 3,
33
+ "num_detection_tokens": 100,
34
+ "num_hidden_layers": 12,
35
+ "patch_size": 16,
36
+ "qkv_bias": true,
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.42.4",
39
+ "use_mid_position_embeddings": false
40
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4781e5c1db0b26d71e8d47c9131152bb67769d0686242808c7a4b06c35f2a6f3
3
+ size 25909400
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_annotations": true,
3
+ "do_normalize": true,
4
+ "do_pad": true,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "format": "coco_detection",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "YolosImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "pad_size": null,
20
+ "resample": 2,
21
+ "rescale_factor": 0.00392156862745098,
22
+ "size": {
23
+ "longest_edge": 1333,
24
+ "shortest_edge": 512
25
+ }
26
+ }
runs/Sep04_17-10-20_A41103/events.out.tfevents.1725437423.A41103.26372.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a47da6510fe74ef7af3b3347b6f444baaf5e78f3e6a1b6f6e17b2c430b55744e
3
+ size 9479
runs/Sep04_17-12-20_A41103/events.out.tfevents.1725437544.A41103.23320.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e5b64416b4d4580dbd83c7b0cf060d70e0d5b7cd40972ba7411187bb064509e
3
+ size 8377
runs/Sep04_17-15-50_A41103/events.out.tfevents.1725437753.A41103.23044.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1d735c6d619db8303f78fafdc8ef53bb15d36a3c24b5dbda935a4ab1ba38bb1
3
+ size 38794
runs/Sep05_15-23-37_A41103/events.out.tfevents.1725517422.A41103.27564.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca56cc1b4c6ff8745b9f3d5995063b7b1ceb986a2a1c73d121bd5d19817ecd53
3
+ size 5027
runs/Sep05_15-25-56_A41103/events.out.tfevents.1725517560.A41103.12204.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:334322b25c69fd06e5c617420139616e2dac13aa80b20ccbf11c0bfdd23f8a3d
3
+ size 5027
runs/Sep05_15-27-24_A41103/events.out.tfevents.1725517648.A41103.33344.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:478ba95e3150ff1f18b7aeeb96aef401755de1b6d867d55dbfc7678493b006d6
3
+ size 5027
runs/Sep05_15-28-36_A41103/events.out.tfevents.1725517720.A41103.21452.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a18b6d380e06196305d19d01773de0d7fa9801fd8073eb7d44c8d869e4a2b6be
3
+ size 5027
runs/Sep05_15-30-46_A41103/events.out.tfevents.1725517850.A41103.2156.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2637c485efc074a49dfd4cae5712440a6da8fd2e7b1385200db3edd6259e1458
3
+ size 5027
runs/Sep05_15-33-23_A41103/events.out.tfevents.1725518007.A41103.32720.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfd47bed1a01c1c80e1536fef9810f70dd00da69b9892cb786862380b1bfc7a7
3
+ size 5027
runs/Sep05_15-34-57_A41103/events.out.tfevents.1725518100.A41103.31872.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea91159fcbd58706ed4c393d3fc1fbcb16b421a56abed939d02fc874ba3bf8c5
3
+ size 5027
runs/Sep05_15-38-09_A41103/events.out.tfevents.1725518293.A41103.31496.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:810be479a62416dc3c40d193d717df9fe66719ec26ba71fe2cf59777b853f718
3
+ size 5027
runs/Sep05_15-39-24_A41103/events.out.tfevents.1725518368.A41103.10700.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95f59c9c3ef9819c27386540ab959916ca5c9cb287a5dc4a27957e00638b9522
3
+ size 5027
runs/Sep05_15-40-48_A41103/events.out.tfevents.1725518451.A41103.33352.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:117b3291351719de8867c1b599b266f9e47917a42de0c222d1ab5868cdfe619a
3
+ size 5027
runs/Sep05_15-41-59_A41103/events.out.tfevents.1725518523.A41103.28524.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a95e2da2d29967bac385baf3ce7cc596a9d0b636444b2aaa08b41b724cb17e7
3
+ size 5027
runs/Sep05_15-49-23_A41103/events.out.tfevents.1725518967.A41103.12880.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80122c17993bd34ad886b2947add1dd156faee9b67b6b27a74bc3a8dad4f9332
3
+ size 5027
runs/Sep05_15-51-35_A41103/events.out.tfevents.1725519099.A41103.21232.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8df8ca28db833173a9106d83bfb91750b029db31c88028ae05e18ae75504b8b3
3
+ size 5027
runs/Sep05_15-59-31_A41103/events.out.tfevents.1725519574.A41103.19256.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e89cb2c5480fbc8556677613971ad212d1ed698cc293c22d114839fb75386680
3
+ size 5027
runs/Sep05_16-02-46_A41103/events.out.tfevents.1725519770.A41103.24732.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ae39af46ce7c8ff207e03b9ee4aa23f812aef72b0635ceebfb06c1ee073ab44
3
+ size 5027
runs/Sep05_16-05-45_A41103/events.out.tfevents.1725519949.A41103.2640.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0b18b163a8e70754d350dec0a0353673ad03c56aa497371f10ba30c20ec6390
3
+ size 5027
runs/Sep05_16-08-46_A41103/events.out.tfevents.1725520130.A41103.6004.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6550d32387bb39cea17cd9abe5e006f66955398c171ecbc8dff1c407efe895f3
3
+ size 5027
runs/Sep05_16-11-00_A41103/events.out.tfevents.1725520264.A41103.22972.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc4793032fa51cfeb993d737fc377cbd9f26d96360fa8aebd48150c8449d809e
3
+ size 5027
runs/Sep05_16-28-19_A41103/events.out.tfevents.1725521303.A41103.9384.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:541a8ab288385798242137851dd4b2fb7531e6b55d9c4a91d2ae4955af24e667
3
+ size 5027
runs/Sep05_16-37-09_A41103/events.out.tfevents.1725521833.A41103.11048.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b98f4e5f3a4022968ddcbf0eceab1d868aeffcf6f240d7f87edab867b00b3399
3
+ size 7023
runs/Sep05_16-39-38_A41103/events.out.tfevents.1725521982.A41103.21168.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07d4c1304480eb1bc478cd756555b4ed4a2109e80aa430da1e342902436d813d
3
+ size 6025
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3a105eea88aec59c3bf382078b38cc75babcbeaeb3bf8a4c6ae3bd4e57c79b4
3
+ size 5112