Push model using huggingface_hub.
Browse files- README.md +11 -3
- config.json +29 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
pipeline_tag: audio-classification
|
4 |
+
tags:
|
5 |
+
- model_hub_mixin
|
6 |
+
- pytorch_model_hub_mixin
|
7 |
+
---
|
8 |
+
|
9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
10 |
+
- Library: https://github.com/facebookresearch/audiobox-aesthetics
|
11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"normalize_embed": true,
|
3 |
+
"nth_layer": 13,
|
4 |
+
"output_dim": 1,
|
5 |
+
"precision": "32",
|
6 |
+
"proj_act_fn": "gelu",
|
7 |
+
"proj_dropout": 0.0,
|
8 |
+
"proj_ln": true,
|
9 |
+
"proj_num_layer": 5,
|
10 |
+
"target_transform": {
|
11 |
+
"CE": {
|
12 |
+
"mean": 5.06865,
|
13 |
+
"std": 1.93029
|
14 |
+
},
|
15 |
+
"CU": {
|
16 |
+
"mean": 5.73633,
|
17 |
+
"std": 1.75669
|
18 |
+
},
|
19 |
+
"PC": {
|
20 |
+
"mean": 3.18591,
|
21 |
+
"std": 1.86637
|
22 |
+
},
|
23 |
+
"PQ": {
|
24 |
+
"mean": 6.57505,
|
25 |
+
"std": 1.51466
|
26 |
+
}
|
27 |
+
},
|
28 |
+
"use_weighted_layer_sum": true
|
29 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5a3c2412649cc2384ec525ffd5180ce6c4778f43bed6108e0a1303de04d014e
|
3 |
+
size 415472992
|