router727 commited on
Commit
ecf5a26
1 Parent(s): 99724c0

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -9,23 +9,23 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "cello",
13
- "1": "oboe",
14
- "2": "viola",
15
  "3": "flute",
16
  "4": "trumpet",
17
- "5": "sax"
18
  },
19
  "image_size": 224,
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
- "cello": 0,
24
  "flute": 3,
25
- "oboe": 1,
26
- "sax": 5,
27
  "trumpet": 4,
28
- "viola": 2
29
  },
30
  "layer_norm_eps": 1e-12,
31
  "model_type": "vit",
@@ -36,5 +36,5 @@
36
  "problem_type": "single_label_classification",
37
  "qkv_bias": true,
38
  "torch_dtype": "float32",
39
- "transformers_version": "4.30.2"
40
  }
 
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "viola",
13
+ "1": "cello",
14
+ "2": "sax",
15
  "3": "flute",
16
  "4": "trumpet",
17
+ "5": "oboe"
18
  },
19
  "image_size": 224,
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
+ "cello": 1,
24
  "flute": 3,
25
+ "oboe": 5,
26
+ "sax": 2,
27
  "trumpet": 4,
28
+ "viola": 0
29
  },
30
  "layer_norm_eps": 1e-12,
31
  "model_type": "vit",
 
36
  "problem_type": "single_label_classification",
37
  "qkv_bias": true,
38
  "torch_dtype": "float32",
39
+ "transformers_version": "4.35.2"
40
  }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3855240966256b879dd8030b60e9c10f848fbbf3bf7dd37719d95fd5e7de95a6
3
+ size 343236280
runs/Nov17_17-12-07_dd0326ecc7de/events.out.tfevents.1700241147.dd0326ecc7de.251.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87cb5043efae14da36ab36776a298f4970d9f19e808511a2d4d42ade810aeef7
3
+ size 4701
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac45e0472f5a9519551f78908ad4e4a1266bc7c41fc583957d25c29a381c04c6
3
- size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bae94907e01482aac4de3681d45271c18c151d44e69f00e2ccf5f71aac047c9
3
+ size 4664