Update ai_chatbot_data.json
Browse files- ai_chatbot_data.json +0 -17
ai_chatbot_data.json
CHANGED
@@ -28,22 +28,5 @@
|
|
28 |
"temperature": 0.3,
|
29 |
"max_new_tokens": 512,
|
30 |
"top_p": 0.3,
|
31 |
-
"repetition_penalty": 1.2,
|
32 |
-
"num_beams": 3,
|
33 |
-
"length_penalty": 1.2,
|
34 |
-
"no_repeat_ngram_size": 2,
|
35 |
-
"early_stopping": true,
|
36 |
-
"num_return_sequences": 1,
|
37 |
-
"use_cache": true,
|
38 |
-
"task": "predictions",
|
39 |
-
"data_source": "financial_markets",
|
40 |
-
"historical_data_fetch": true,
|
41 |
-
"real-time_data_integration": true,
|
42 |
-
"feature_engineering": ["technical_indicators", "sentiment_analysis"],
|
43 |
-
"machine_learning_models": ["LSTM", "Random Forest", "ARIMA"],
|
44 |
-
"prediction_horizon": "short-term",
|
45 |
-
"evaluation_metrics": ["accuracy", "MSE", "MAE"],
|
46 |
-
"model_fine-tuning": true,
|
47 |
-
"interpretability_explanation": true
|
48 |
}
|
49 |
}
|
|
|
28 |
"temperature": 0.3,
|
29 |
"max_new_tokens": 512,
|
30 |
"top_p": 0.3,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
}
|
32 |
}
|