Training in progress, epoch 1
Browse files- config.json +66 -20
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -18,30 +18,76 @@
|
|
| 18 |
1536
|
| 19 |
],
|
| 20 |
"id2label": {
|
| 21 |
-
"0": "
|
| 22 |
-
"1": "
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
},
|
| 32 |
"image_size": 224,
|
| 33 |
"initializer_range": 0.02,
|
| 34 |
"label2id": {
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
},
|
| 46 |
"layer_norm_eps": 1e-12,
|
| 47 |
"layer_scale_init_value": 1e-06,
|
|
|
|
| 18 |
1536
|
| 19 |
],
|
| 20 |
"id2label": {
|
| 21 |
+
"0": "Ancistrus",
|
| 22 |
+
"1": "Apistogramma",
|
| 23 |
+
"10": "Corydoras",
|
| 24 |
+
"11": "Creagrutus",
|
| 25 |
+
"12": "Curimata",
|
| 26 |
+
"13": "Doras",
|
| 27 |
+
"14": "Erythrinus",
|
| 28 |
+
"15": "Gasteropelecus",
|
| 29 |
+
"16": "Gymnotus",
|
| 30 |
+
"17": "Hemigrammus",
|
| 31 |
+
"18": "Hyphessobrycon",
|
| 32 |
+
"19": "Knodus",
|
| 33 |
+
"2": "Astyanax",
|
| 34 |
+
"20": "Moenkhausia",
|
| 35 |
+
"21": "Otocinclus",
|
| 36 |
+
"22": "Oxyropsis",
|
| 37 |
+
"23": "Phenacogaster",
|
| 38 |
+
"24": "Pimelodella",
|
| 39 |
+
"25": "Prochilodus",
|
| 40 |
+
"26": "Pygocentrus",
|
| 41 |
+
"27": "Pyrrhulina",
|
| 42 |
+
"28": "Rineloricaria",
|
| 43 |
+
"29": "Sorubim",
|
| 44 |
+
"3": "Bario",
|
| 45 |
+
"30": "Tatia",
|
| 46 |
+
"31": "Tetragonopterus",
|
| 47 |
+
"32": "Tyttocharax",
|
| 48 |
+
"4": "Bryconops",
|
| 49 |
+
"5": "Bujurquina",
|
| 50 |
+
"6": "Bunocephalus",
|
| 51 |
+
"7": "Characidium",
|
| 52 |
+
"8": "Charax",
|
| 53 |
+
"9": "Copella"
|
| 54 |
},
|
| 55 |
"image_size": 224,
|
| 56 |
"initializer_range": 0.02,
|
| 57 |
"label2id": {
|
| 58 |
+
"Ancistrus": "0",
|
| 59 |
+
"Apistogramma": "1",
|
| 60 |
+
"Astyanax": "2",
|
| 61 |
+
"Bario": "3",
|
| 62 |
+
"Bryconops": "4",
|
| 63 |
+
"Bujurquina": "5",
|
| 64 |
+
"Bunocephalus": "6",
|
| 65 |
+
"Characidium": "7",
|
| 66 |
+
"Charax": "8",
|
| 67 |
+
"Copella": "9",
|
| 68 |
+
"Corydoras": "10",
|
| 69 |
+
"Creagrutus": "11",
|
| 70 |
+
"Curimata": "12",
|
| 71 |
+
"Doras": "13",
|
| 72 |
+
"Erythrinus": "14",
|
| 73 |
+
"Gasteropelecus": "15",
|
| 74 |
+
"Gymnotus": "16",
|
| 75 |
+
"Hemigrammus": "17",
|
| 76 |
+
"Hyphessobrycon": "18",
|
| 77 |
+
"Knodus": "19",
|
| 78 |
+
"Moenkhausia": "20",
|
| 79 |
+
"Otocinclus": "21",
|
| 80 |
+
"Oxyropsis": "22",
|
| 81 |
+
"Phenacogaster": "23",
|
| 82 |
+
"Pimelodella": "24",
|
| 83 |
+
"Prochilodus": "25",
|
| 84 |
+
"Pygocentrus": "26",
|
| 85 |
+
"Pyrrhulina": "27",
|
| 86 |
+
"Rineloricaria": "28",
|
| 87 |
+
"Sorubim": "29",
|
| 88 |
+
"Tatia": "30",
|
| 89 |
+
"Tetragonopterus": "31",
|
| 90 |
+
"Tyttocharax": "32"
|
| 91 |
},
|
| 92 |
"layer_norm_eps": 1e-12,
|
| 93 |
"layer_scale_init_value": 1e-06,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34c15c5e4d03ff04f7374384a67bda9f6b68a2ee9d4f8c49108e79e8f0054a68
|
| 3 |
+
size 785242925
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2d348fb2261b95cffc72b7951990bc3bd2e2dd62a4022c634ee5bba187da9f3
|
| 3 |
size 4091
|