Srikumar26
commited on
Push model using huggingface_hub.
Browse files- config.json +11 -0
config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dim": 512,
|
3 |
+
"encoded_size": 256,
|
4 |
+
"input_size": 2,
|
5 |
+
"sigma": [
|
6 |
+
1,
|
7 |
+
16,
|
8 |
+
256
|
9 |
+
],
|
10 |
+
"transformers_version": "4.45.2"
|
11 |
+
}
|