devanshrj commited on
Commit
c646f1d
1 Parent(s): 3f4e995

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": "voyage",
8
+ "max_depth": 20,
9
+ "max_features": 1.0,
10
+ "n_estimators": 100,
11
+ "model_id": "rorf-voyage-gpt4o-gpt4omini"
12
+ }