File size: 273 Bytes
bd142dd |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"trainer": "RandomForest",
"llms": [
"fireworksai/llama-3.1-405b-instruct",
"mistral/mistral-large-2407"
],
"embedding_provider": "jina",
"max_depth": 20,
"max_features": 1.0,
"n_estimators": 100,
"model_id": "rorf-jina-llama31405b-mistrallarge"
} |