Upload A3ON model files (#8)
Browse files- Upload A3ON model files (bdda316b8db96eb515bc43f29b0eaa5d1b468faa)
Co-authored-by: Aryan Rathod <AryanRathod3097@users.noreply.huggingface.co>
- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "gpt2",
|
| 3 |
+
"name": "A3ON",
|
| 4 |
+
"developer": "Kaiiddo",
|
| 5 |
+
"description": "Advanced AI Assistant"
|
| 6 |
+
}
|