dangkhoadl
commited on
Commit
•
18a49c8
1
Parent(s):
1bc410c
Upload ResNetForAudioClassification
Browse files- config.json +21 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"ResNetForAudioClassification"
|
4 |
+
],
|
5 |
+
"focal_loss": false,
|
6 |
+
"id2label": {
|
7 |
+
"0": "LABEL_0",
|
8 |
+
"1": "LABEL_1",
|
9 |
+
"2": "LABEL_2",
|
10 |
+
"3": "LABEL_3"
|
11 |
+
},
|
12 |
+
"label2id": {
|
13 |
+
"LABEL_0": 0,
|
14 |
+
"LABEL_1": 1,
|
15 |
+
"LABEL_2": 2,
|
16 |
+
"LABEL_3": 3
|
17 |
+
},
|
18 |
+
"model_type": "resnet",
|
19 |
+
"torch_dtype": "float32",
|
20 |
+
"transformers_version": "4.30.2"
|
21 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e18809855b82d888347ba8b7f507302f514c59f05674245677c1ae995d726d06
|
3 |
+
size 5468213
|