Update config.json
Browse files- config.json +23 -26
config.json
CHANGED
@@ -1,26 +1,23 @@
|
|
1 |
-
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
"
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
"
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
"
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
"dtype": "bfloat16"
|
25 |
-
}
|
26 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"MaskedLMModel"
|
4 |
+
],
|
5 |
+
"dataset": null,
|
6 |
+
"framework": "pt",
|
7 |
+
"id": "Or4cl3-1/agent_gemma_7b",
|
8 |
+
"license": "apache-2.0",
|
9 |
+
"model_type": "gpt2",
|
10 |
+
"pipeline_tag": "text-generation",
|
11 |
+
"pretrained": false,
|
12 |
+
"push_to_hub": true,
|
13 |
+
"repo_id": null,
|
14 |
+
"revision": null,
|
15 |
+
"tags": [
|
16 |
+
"agent",
|
17 |
+
"gemma",
|
18 |
+
"merge",
|
19 |
+
"sam",
|
20 |
+
"superagi"
|
21 |
+
],
|
22 |
+
"tokenizer": "Or4cl3-1/agent_gemma_7b"
|
23 |
+
}
|
|
|
|
|
|