Upload config.json with huggingface_hub
Browse files- config.json +12 -0
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"trainer": "RandomForest",
|
3 |
+
"llms": [
|
4 |
+
"fireworksai/llama-3.1-405b-instruct",
|
5 |
+
"openai/gpt-4o-2024-05-13"
|
6 |
+
],
|
7 |
+
"embedding_provider": "jina",
|
8 |
+
"max_depth": 20,
|
9 |
+
"max_features": 1.0,
|
10 |
+
"n_estimators": 100,
|
11 |
+
"model_id": "rorf-jina-llama31405b-gpt4o"
|
12 |
+
}
|