devanshrj commited on
Commit
a802618
1 Parent(s): 1ab23d1

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
+ "fireworksai/llama-3.1-405b-instruct",
5
+ "fireworksai/llama-3.1-70b-instruct"
6
+ ],
7
+ "embedding_provider": "jina",
8
+ "max_depth": 20,
9
+ "max_features": 1.0,
10
+ "n_estimators": 100,
11
+ "model_id": "rorf-jina-llama31405b-llama3170b"
12
+ }