Upload config.json with huggingface_hub
Browse files- config.json +13 -0
config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "sales_conversion_rl",
|
3 |
+
"framework": "stable-baselines3",
|
4 |
+
"algorithm": "ppo",
|
5 |
+
"embedding_provider": "azure-openai",
|
6 |
+
"embedding_model": "text-embedding-3-large",
|
7 |
+
"embedding_dimension": 3072,
|
8 |
+
"observation_dimension": 3088,
|
9 |
+
"action_space": "continuous",
|
10 |
+
"license": "mit",
|
11 |
+
"paper_url": "https://arxiv.org/abs/2503.23303",
|
12 |
+
"citation": "Nandakishor M. (2025). SalesRLAgent: A Reinforcement Learning Approach for Real-Time Sales Conversion Prediction and Optimization. arXiv:2503.23303."
|
13 |
+
}
|