Update README.md
Browse files
README.md
CHANGED
@@ -44,6 +44,17 @@ This is a reinforcement learning model trained to predict real-time sales conver
|
|
44 |
- **Feature Extractor**: Custom Linear layers
|
45 |
|
46 |
## Quick Start
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
### Installation
|
49 |
Important to use python 3.10 version for inference case, otherwise it will cause layer dim errors
|
|
|
44 |
- **Feature Extractor**: Custom Linear layers
|
45 |
|
46 |
## Quick Start
|
47 |
+
## Run On Colab With unsloth/gemma-3-4b-it-GGUF model and BAAI/bge-m3 opensource embeddings
|
48 |
+
|
49 |
+
[](https://colab.research.google.com/drive/19wcOQQs_wlEhHSQdOftOErjMjM8CjoaC?usp=sharing)
|
50 |
+
## Run Open-Source Model Directly
|
51 |
+
```bash
|
52 |
+
!git lfs install
|
53 |
+
!git clone https://huggingface.co/DeepMostInnovations/sales-conversion-model-reinf-learning
|
54 |
+
%cd sales-conversion-model-reinf-learning
|
55 |
+
|
56 |
+
!python opensource_inference.py --model_path sales_conversion_model
|
57 |
+
```
|
58 |
|
59 |
### Installation
|
60 |
Important to use python 3.10 version for inference case, otherwise it will cause layer dim errors
|