Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +18 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- pytorch_model_hub_mixin
|
4 |
+
- model_hub_mixin
|
5 |
+
---
|
6 |
+
|
7 |
+
This model has been pushed to the Hub using ****:
|
8 |
+
- Repo: [More Information Needed]
|
9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dec_channels": [
|
3 |
+
16,
|
4 |
+
24,
|
5 |
+
32,
|
6 |
+
96,
|
7 |
+
320
|
8 |
+
],
|
9 |
+
"enc_channels": [
|
10 |
+
16,
|
11 |
+
24,
|
12 |
+
32,
|
13 |
+
96,
|
14 |
+
320
|
15 |
+
],
|
16 |
+
"pretrained": true,
|
17 |
+
"use_carafe": true
|
18 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8c316b75a887aa4acd0fefa9e0b810bac896615bb8e38fc4f08bdbb7c70df00
|
3 |
+
size 41461968
|