Create model-index.json
Browse files- model-index.json +15 -0
model-index.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model-index": [
|
3 |
+
{
|
4 |
+
"name": "ArlowGPT",
|
5 |
+
"results": [],
|
6 |
+
"model-name": "arlow_gpt",
|
7 |
+
"model-type": "arlow_gpt",
|
8 |
+
"paper-type": "architecture",
|
9 |
+
"code": {
|
10 |
+
"configuration": "configuration_arlow_gpt.py",
|
11 |
+
"model": "modeling_arlow_gpt.py"
|
12 |
+
}
|
13 |
+
}
|
14 |
+
]
|
15 |
+
}
|