Bluepearls
commited on
Commit
·
a23f845
1
Parent(s):
47d08e5
commit from bluepearl
Browse files- config.json +20 -0
config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "Random-Forest-Classification
|
| 3 |
+
"description": "A pre-trained Random Forest model",
|
| 4 |
+
"author": "Bluepearl",
|
| 5 |
+
"version": "1.0.0",
|
| 6 |
+
"architecture": "Tabular Classification",
|
| 7 |
+
"parameters": {
|
| 8 |
+
"hidden_size": 768,
|
| 9 |
+
"num_attention_heads": 12,
|
| 10 |
+
"num_hidden_layers": 12
|
| 11 |
+
},
|
| 12 |
+
"training_data": "",
|
| 13 |
+
"hyperparameters": {
|
| 14 |
+
"learning_rate": 0.0001,
|
| 15 |
+
"batch_size": 32,
|
| 16 |
+
"max_seq_length": 128
|
| 17 |
+
},
|
| 18 |
+
"output_format": "Json",
|
| 19 |
+
"license": "MIT License"
|
| 20 |
+
}
|