Upload folder using huggingface_hub
Browse files- checkpoint-12705/config.json +124 -0
- checkpoint-12705/model.safetensors +3 -0
- checkpoint-12705/optimizer.pt +3 -0
- checkpoint-12705/preprocessor_config.json +22 -0
- checkpoint-12705/rng_state.pth +3 -0
- checkpoint-12705/scheduler.pt +3 -0
- checkpoint-12705/trainer_state.json +258 -0
- checkpoint-12705/training_args.bin +3 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
checkpoint-12705/config.json
ADDED
@@ -0,0 +1,124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "dima806/cat_breed_image_detection",
|
3 |
+
"architectures": [
|
4 |
+
"ViTForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"encoder_stride": 16,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "Abyssinian",
|
13 |
+
"1": "American Bobtail",
|
14 |
+
"2": "American Curl",
|
15 |
+
"3": "American Shorthair",
|
16 |
+
"4": "Applehead Siamese",
|
17 |
+
"5": "Balinese",
|
18 |
+
"6": "Bengal",
|
19 |
+
"7": "Birman",
|
20 |
+
"8": "Bombay",
|
21 |
+
"9": "British Shorthair",
|
22 |
+
"10": "Burmese",
|
23 |
+
"11": "Calico",
|
24 |
+
"12": "Cornish Rex",
|
25 |
+
"13": "Devon Rex",
|
26 |
+
"14": "Dilute Calico",
|
27 |
+
"15": "Dilute Tortoiseshell",
|
28 |
+
"16": "Domestic Long Hair",
|
29 |
+
"17": "Domestic Medium Hair",
|
30 |
+
"18": "Domestic Short Hair",
|
31 |
+
"19": "Egyptian Mau",
|
32 |
+
"20": "Exotic Shorthair",
|
33 |
+
"21": "Extra-Toes Cat - Hemingway Polydactyl",
|
34 |
+
"22": "Havana",
|
35 |
+
"23": "Himalayan",
|
36 |
+
"24": "Japanese Bobtail",
|
37 |
+
"25": "Maine Coon",
|
38 |
+
"26": "Manx",
|
39 |
+
"27": "Munchkin",
|
40 |
+
"28": "Nebelung",
|
41 |
+
"29": "Norwegian Forest",
|
42 |
+
"30": "Oriental Short Hair",
|
43 |
+
"31": "Persian",
|
44 |
+
"32": "Ragamuffin",
|
45 |
+
"33": "Ragdoll",
|
46 |
+
"34": "Russian Blue",
|
47 |
+
"35": "Scottish Fold",
|
48 |
+
"36": "Siamese",
|
49 |
+
"37": "Siberian",
|
50 |
+
"38": "Snowshoe",
|
51 |
+
"39": "Sphynx",
|
52 |
+
"40": "Tabby",
|
53 |
+
"41": "Tiger",
|
54 |
+
"42": "Tonkinese",
|
55 |
+
"43": "Torbie",
|
56 |
+
"44": "Tortoiseshell",
|
57 |
+
"45": "Turkish Angora",
|
58 |
+
"46": "Turkish Van",
|
59 |
+
"47": "Tuxedo"
|
60 |
+
},
|
61 |
+
"image_size": 224,
|
62 |
+
"initializer_range": 0.02,
|
63 |
+
"intermediate_size": 3072,
|
64 |
+
"label2id": {
|
65 |
+
"Abyssinian": 0,
|
66 |
+
"American Bobtail": 1,
|
67 |
+
"American Curl": 2,
|
68 |
+
"American Shorthair": 3,
|
69 |
+
"Applehead Siamese": 4,
|
70 |
+
"Balinese": 5,
|
71 |
+
"Bengal": 6,
|
72 |
+
"Birman": 7,
|
73 |
+
"Bombay": 8,
|
74 |
+
"British Shorthair": 9,
|
75 |
+
"Burmese": 10,
|
76 |
+
"Calico": 11,
|
77 |
+
"Cornish Rex": 12,
|
78 |
+
"Devon Rex": 13,
|
79 |
+
"Dilute Calico": 14,
|
80 |
+
"Dilute Tortoiseshell": 15,
|
81 |
+
"Domestic Long Hair": 16,
|
82 |
+
"Domestic Medium Hair": 17,
|
83 |
+
"Domestic Short Hair": 18,
|
84 |
+
"Egyptian Mau": 19,
|
85 |
+
"Exotic Shorthair": 20,
|
86 |
+
"Extra-Toes Cat - Hemingway Polydactyl": 21,
|
87 |
+
"Havana": 22,
|
88 |
+
"Himalayan": 23,
|
89 |
+
"Japanese Bobtail": 24,
|
90 |
+
"Maine Coon": 25,
|
91 |
+
"Manx": 26,
|
92 |
+
"Munchkin": 27,
|
93 |
+
"Nebelung": 28,
|
94 |
+
"Norwegian Forest": 29,
|
95 |
+
"Oriental Short Hair": 30,
|
96 |
+
"Persian": 31,
|
97 |
+
"Ragamuffin": 32,
|
98 |
+
"Ragdoll": 33,
|
99 |
+
"Russian Blue": 34,
|
100 |
+
"Scottish Fold": 35,
|
101 |
+
"Siamese": 36,
|
102 |
+
"Siberian": 37,
|
103 |
+
"Snowshoe": 38,
|
104 |
+
"Sphynx": 39,
|
105 |
+
"Tabby": 40,
|
106 |
+
"Tiger": 41,
|
107 |
+
"Tonkinese": 42,
|
108 |
+
"Torbie": 43,
|
109 |
+
"Tortoiseshell": 44,
|
110 |
+
"Turkish Angora": 45,
|
111 |
+
"Turkish Van": 46,
|
112 |
+
"Tuxedo": 47
|
113 |
+
},
|
114 |
+
"layer_norm_eps": 1e-12,
|
115 |
+
"model_type": "vit",
|
116 |
+
"num_attention_heads": 12,
|
117 |
+
"num_channels": 3,
|
118 |
+
"num_hidden_layers": 12,
|
119 |
+
"patch_size": 16,
|
120 |
+
"problem_type": "single_label_classification",
|
121 |
+
"qkv_bias": true,
|
122 |
+
"torch_dtype": "float32",
|
123 |
+
"transformers_version": "4.44.0"
|
124 |
+
}
|
checkpoint-12705/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63b8a8b92cd1bc9a5ed6f1db877ea8c070ecc294f47c06c4935b510d576c8031
|
3 |
+
size 343365480
|
checkpoint-12705/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c23f489c9a1fd8dfe616d89a26d283840716e56f3d631bf34ea2160a5da8ea78
|
3 |
+
size 686851461
|
checkpoint-12705/preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
checkpoint-12705/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae31f6d7401c6a9094fff331acecfe45969d6298c11be19de2747e598772dd17
|
3 |
+
size 14575
|
checkpoint-12705/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf55a5da2276b7534d8153631c0fcdf3e8887e15240ea11a4f10ae7a7c154943
|
3 |
+
size 627
|
checkpoint-12705/trainer_state.json
ADDED
@@ -0,0 +1,258 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.9717448353767395,
|
3 |
+
"best_model_checkpoint": "cat_breed_image_detection/checkpoint-12705",
|
4 |
+
"epoch": 5.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 12705,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.19677292404565133,
|
13 |
+
"grad_norm": 9.636006355285645,
|
14 |
+
"learning_rate": 7.715527459502173e-07,
|
15 |
+
"loss": 0.9268,
|
16 |
+
"step": 500
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.39354584809130266,
|
20 |
+
"grad_norm": 11.014582633972168,
|
21 |
+
"learning_rate": 7.399446858949032e-07,
|
22 |
+
"loss": 0.9256,
|
23 |
+
"step": 1000
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.5903187721369539,
|
27 |
+
"grad_norm": 7.918747901916504,
|
28 |
+
"learning_rate": 7.08336625839589e-07,
|
29 |
+
"loss": 0.9215,
|
30 |
+
"step": 1500
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.7870916961826053,
|
34 |
+
"grad_norm": 11.053488731384277,
|
35 |
+
"learning_rate": 6.76728565784275e-07,
|
36 |
+
"loss": 0.9333,
|
37 |
+
"step": 2000
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.9838646202282566,
|
41 |
+
"grad_norm": 6.248382568359375,
|
42 |
+
"learning_rate": 6.451205057289608e-07,
|
43 |
+
"loss": 0.9281,
|
44 |
+
"step": 2500
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 1.0,
|
48 |
+
"eval_accuracy": 0.7275243578387954,
|
49 |
+
"eval_loss": 0.9933186173439026,
|
50 |
+
"eval_model_preparation_time": 0.0056,
|
51 |
+
"eval_runtime": 1315.6624,
|
52 |
+
"eval_samples_per_second": 82.38,
|
53 |
+
"eval_steps_per_second": 2.574,
|
54 |
+
"step": 2541
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 1.1806375442739079,
|
58 |
+
"grad_norm": 10.584348678588867,
|
59 |
+
"learning_rate": 6.135124456736468e-07,
|
60 |
+
"loss": 0.92,
|
61 |
+
"step": 3000
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 1.3774104683195592,
|
65 |
+
"grad_norm": 12.109768867492676,
|
66 |
+
"learning_rate": 5.819043856183327e-07,
|
67 |
+
"loss": 0.9081,
|
68 |
+
"step": 3500
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 1.5741833923652107,
|
72 |
+
"grad_norm": 8.714140892028809,
|
73 |
+
"learning_rate": 5.502963255630185e-07,
|
74 |
+
"loss": 0.9172,
|
75 |
+
"step": 4000
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 1.770956316410862,
|
79 |
+
"grad_norm": 11.591988563537598,
|
80 |
+
"learning_rate": 5.186882655077045e-07,
|
81 |
+
"loss": 0.9055,
|
82 |
+
"step": 4500
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"epoch": 1.9677292404565132,
|
86 |
+
"grad_norm": 7.582597255706787,
|
87 |
+
"learning_rate": 4.870802054523904e-07,
|
88 |
+
"loss": 0.9151,
|
89 |
+
"step": 5000
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 2.0,
|
93 |
+
"eval_accuracy": 0.7300155004428698,
|
94 |
+
"eval_loss": 0.9875085353851318,
|
95 |
+
"eval_model_preparation_time": 0.0056,
|
96 |
+
"eval_runtime": 1225.0709,
|
97 |
+
"eval_samples_per_second": 88.472,
|
98 |
+
"eval_steps_per_second": 2.765,
|
99 |
+
"step": 5082
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 2.1645021645021645,
|
103 |
+
"grad_norm": 10.563714027404785,
|
104 |
+
"learning_rate": 4.5547214539707617e-07,
|
105 |
+
"loss": 0.8938,
|
106 |
+
"step": 5500
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"epoch": 2.3612750885478158,
|
110 |
+
"grad_norm": 10.767172813415527,
|
111 |
+
"learning_rate": 4.238640853417621e-07,
|
112 |
+
"loss": 0.9077,
|
113 |
+
"step": 6000
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"epoch": 2.558048012593467,
|
117 |
+
"grad_norm": 11.555209159851074,
|
118 |
+
"learning_rate": 3.92256025286448e-07,
|
119 |
+
"loss": 0.9014,
|
120 |
+
"step": 6500
|
121 |
+
},
|
122 |
+
{
|
123 |
+
"epoch": 2.7548209366391183,
|
124 |
+
"grad_norm": 20.711454391479492,
|
125 |
+
"learning_rate": 3.606479652311339e-07,
|
126 |
+
"loss": 0.9067,
|
127 |
+
"step": 7000
|
128 |
+
},
|
129 |
+
{
|
130 |
+
"epoch": 2.9515938606847696,
|
131 |
+
"grad_norm": 11.440732955932617,
|
132 |
+
"learning_rate": 3.290399051758198e-07,
|
133 |
+
"loss": 0.8894,
|
134 |
+
"step": 7500
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"epoch": 3.0,
|
138 |
+
"eval_accuracy": 0.7311503542958371,
|
139 |
+
"eval_loss": 0.9776839017868042,
|
140 |
+
"eval_model_preparation_time": 0.0056,
|
141 |
+
"eval_runtime": 1391.2353,
|
142 |
+
"eval_samples_per_second": 77.905,
|
143 |
+
"eval_steps_per_second": 2.435,
|
144 |
+
"step": 7623
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 3.1483667847304213,
|
148 |
+
"grad_norm": 9.768436431884766,
|
149 |
+
"learning_rate": 2.974318451205057e-07,
|
150 |
+
"loss": 0.8961,
|
151 |
+
"step": 8000
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 3.3451397087760726,
|
155 |
+
"grad_norm": 11.650525093078613,
|
156 |
+
"learning_rate": 2.658237850651916e-07,
|
157 |
+
"loss": 0.9053,
|
158 |
+
"step": 8500
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"epoch": 3.541912632821724,
|
162 |
+
"grad_norm": 8.362442970275879,
|
163 |
+
"learning_rate": 2.342157250098775e-07,
|
164 |
+
"loss": 0.8899,
|
165 |
+
"step": 9000
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 3.738685556867375,
|
169 |
+
"grad_norm": 9.931063652038574,
|
170 |
+
"learning_rate": 2.026076649545634e-07,
|
171 |
+
"loss": 0.8822,
|
172 |
+
"step": 9500
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 3.9354584809130264,
|
176 |
+
"grad_norm": 9.28101921081543,
|
177 |
+
"learning_rate": 1.709996048992493e-07,
|
178 |
+
"loss": 0.891,
|
179 |
+
"step": 10000
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 4.0,
|
183 |
+
"eval_accuracy": 0.7320176409802185,
|
184 |
+
"eval_loss": 0.9737523198127747,
|
185 |
+
"eval_model_preparation_time": 0.0056,
|
186 |
+
"eval_runtime": 1242.2984,
|
187 |
+
"eval_samples_per_second": 87.245,
|
188 |
+
"eval_steps_per_second": 2.726,
|
189 |
+
"step": 10164
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 4.132231404958677,
|
193 |
+
"grad_norm": 8.689752578735352,
|
194 |
+
"learning_rate": 1.393915448439352e-07,
|
195 |
+
"loss": 0.8878,
|
196 |
+
"step": 10500
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"epoch": 4.329004329004329,
|
200 |
+
"grad_norm": 7.7662224769592285,
|
201 |
+
"learning_rate": 1.077834847886211e-07,
|
202 |
+
"loss": 0.8791,
|
203 |
+
"step": 11000
|
204 |
+
},
|
205 |
+
{
|
206 |
+
"epoch": 4.525777253049981,
|
207 |
+
"grad_norm": 10.417122840881348,
|
208 |
+
"learning_rate": 7.617542473330699e-08,
|
209 |
+
"loss": 0.8847,
|
210 |
+
"step": 11500
|
211 |
+
},
|
212 |
+
{
|
213 |
+
"epoch": 4.7225501770956315,
|
214 |
+
"grad_norm": 10.2011137008667,
|
215 |
+
"learning_rate": 4.4567364677992886e-08,
|
216 |
+
"loss": 0.8956,
|
217 |
+
"step": 12000
|
218 |
+
},
|
219 |
+
{
|
220 |
+
"epoch": 4.919323101141283,
|
221 |
+
"grad_norm": 10.344655990600586,
|
222 |
+
"learning_rate": 1.2959304622678783e-08,
|
223 |
+
"loss": 0.8829,
|
224 |
+
"step": 12500
|
225 |
+
},
|
226 |
+
{
|
227 |
+
"epoch": 5.0,
|
228 |
+
"eval_accuracy": 0.7323590197815175,
|
229 |
+
"eval_loss": 0.9717448353767395,
|
230 |
+
"eval_model_preparation_time": 0.0056,
|
231 |
+
"eval_runtime": 1227.7961,
|
232 |
+
"eval_samples_per_second": 88.275,
|
233 |
+
"eval_steps_per_second": 2.759,
|
234 |
+
"step": 12705
|
235 |
+
}
|
236 |
+
],
|
237 |
+
"logging_steps": 500,
|
238 |
+
"max_steps": 12705,
|
239 |
+
"num_input_tokens_seen": 0,
|
240 |
+
"num_train_epochs": 5,
|
241 |
+
"save_steps": 500,
|
242 |
+
"stateful_callbacks": {
|
243 |
+
"TrainerControl": {
|
244 |
+
"args": {
|
245 |
+
"should_epoch_stop": false,
|
246 |
+
"should_evaluate": false,
|
247 |
+
"should_log": false,
|
248 |
+
"should_save": true,
|
249 |
+
"should_training_stop": true
|
250 |
+
},
|
251 |
+
"attributes": {}
|
252 |
+
}
|
253 |
+
},
|
254 |
+
"total_flos": 6.301765894857818e+19,
|
255 |
+
"train_batch_size": 64,
|
256 |
+
"trial_name": null,
|
257 |
+
"trial_params": null
|
258 |
+
}
|
checkpoint-12705/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0ccd77f73df11a1333f963ab6437406025cd7af5d1fcfd30d1c335f7e202d63
|
3 |
+
size 4667
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343365480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63b8a8b92cd1bc9a5ed6f1db877ea8c070ecc294f47c06c4935b510d576c8031
|
3 |
size 343365480
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4667
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0ccd77f73df11a1333f963ab6437406025cd7af5d1fcfd30d1c335f7e202d63
|
3 |
size 4667
|