DeepMostInnovations commited on
Commit
b726cb8
·
verified ·
1 Parent(s): c296cbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
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
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](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