Upload folder using huggingface_hub
Browse files- README.md +2 -0
- config.json +8 -0
- pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# forge Model
|
| 2 |
+
Private testing version.
|
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"input_dim": 1280,
|
| 3 |
+
"hidden_dim": 1280,
|
| 4 |
+
"mlp_ratio": 2.0,
|
| 5 |
+
"num_heads": 20,
|
| 6 |
+
"num_layers": 20,
|
| 7 |
+
"conditioning_dropout": 0.3
|
| 8 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae7b6662569125a83a31782f3ca2a57b4f3c254c02259871d97c81090a93baea
|
| 3 |
+
size 2134983123
|