Spaces:
Running
Running
luet
commited on
Commit
·
ecfb771
1
Parent(s):
f24d252
INit json
Browse files- models.json +22 -0
models.json
CHANGED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"name": "GPT-3",
|
4 |
+
"description": "A language model capable of generating human-like text.",
|
5 |
+
"year": "2020"
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"name": "BERT",
|
9 |
+
"description": "A model for natural language understanding tasks like question answering and sentiment analysis.",
|
10 |
+
"year": "2018"
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"name": "DALL·E",
|
14 |
+
"description": "A model for generating images from textual descriptions.",
|
15 |
+
"year": "2021"
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"name": "ResNet",
|
19 |
+
"description": "A deep convolutional network for image recognition tasks.",
|
20 |
+
"year": "2015"
|
21 |
+
}
|
22 |
+
]
|