Update README.md
Browse files
README.md
CHANGED
|
@@ -46,7 +46,7 @@ This is a reinforcement learning model trained to predict real-time sales conver
|
|
| 46 |
## Quick Start
|
| 47 |
|
| 48 |
### Installation
|
| 49 |
-
Important to use python 3.10 version for inference case
|
| 50 |
```bash
|
| 51 |
conda create -n sales pip python=3.10
|
| 52 |
conda activate sales
|
|
@@ -60,7 +60,7 @@ cd sales-conversion-model-reinf-learning
|
|
| 60 |
## Run
|
| 61 |
|
| 62 |
```bash
|
| 63 |
-
python
|
| 64 |
```
|
| 65 |
## Output
|
| 66 |
```bash
|
|
|
|
| 46 |
## Quick Start
|
| 47 |
|
| 48 |
### Installation
|
| 49 |
+
Important to use python 3.10 version for inference case, otherwise it will cause layer dim errors
|
| 50 |
```bash
|
| 51 |
conda create -n sales pip python=3.10
|
| 52 |
conda activate sales
|
|
|
|
| 60 |
## Run
|
| 61 |
|
| 62 |
```bash
|
| 63 |
+
python sales_inference.py --model_path sales_model.zip --conversation_json sample_conv_generated.json --azure_api_key "api_key" --azure_endpoint "https://resource_name.openai.azure.com/" --azure_deployment_name "text-embedding-3-large" --azure_api_version "2023-12-01-preview" --embedding_dim 3072
|
| 64 |
```
|
| 65 |
## Output
|
| 66 |
```bash
|