devanshrj commited on
Commit
6a14497
1 Parent(s): aa19c78

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "trainer": "RandomForest",
3
+ "llms": [
4
+ "openai/gpt-4o-2024-05-13",
5
+ "openai/gpt-4o-mini-2024-07-18"
6
+ ],
7
+ "embedding_provider": "jina",
8
+ "max_depth": 20,
9
+ "max_features": 1.0,
10
+ "n_estimators": 100,
11
+ "model_id": "rorf-jina-gpt4o-gpt4omini"
12
+ }