Rigel-Alpha commited on
Commit ·
0f505db
1
Parent(s): d14c17e
Add Hugging Face config for download stats
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "tabcausal",
|
| 3 |
+
"architecture": "TabCausal",
|
| 4 |
+
"task": "causal-discovery",
|
| 5 |
+
"format_version": "1.0"
|
| 6 |
+
}
|