Upload 3 files
Browse files- config.json +16 -0
- model.safetensors +3 -0
- vocab.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "alpha3D-v1",
|
| 3 |
+
"architecture": "SimpleMLP",
|
| 4 |
+
"version": "1.0",
|
| 5 |
+
"parameters": {
|
| 6 |
+
"num_points": 1000,
|
| 7 |
+
"input_dim": 5,
|
| 8 |
+
"output_dim": 6000,
|
| 9 |
+
"hidden_layers": [
|
| 10 |
+
128,
|
| 11 |
+
512,
|
| 12 |
+
1024
|
| 13 |
+
]
|
| 14 |
+
},
|
| 15 |
+
"license": "Apache-2.0"
|
| 16 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7aaf5c920bbabc06133839fd5ff0e56b71bfce2f4b686126734f93a4b3c9c25a
|
| 3 |
+
size 26980152
|
vocab.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"red": 0,
|
| 3 |
+
"green": 1,
|
| 4 |
+
"blue": 2,
|
| 5 |
+
"cube": 3,
|
| 6 |
+
"sphere": 4
|
| 7 |
+
}
|