Instructions to use Recompense/Midas-pricer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Recompense/Midas-pricer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Recompense/Midas-pricer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -167,8 +167,9 @@ This performance is competitive for rapid prototyping in price-sensitive applica
|
|
| 167 |
|
| 168 |
bitsandbytes (for 8-bit quantization optional inference)
|
| 169 |
|
|
|
|
| 170 |
## Citation
|
| 171 |
-
@misc{
|
| 172 |
title = {Midas-Pricer: Price Prediction for Amazon Appliances},
|
| 173 |
author = {Recompense},
|
| 174 |
year = {2025},
|
|
|
|
| 167 |
|
| 168 |
bitsandbytes (for 8-bit quantization optional inference)
|
| 169 |
|
| 170 |
+
|
| 171 |
## Citation
|
| 172 |
+
@misc{Recompense2025MidasPricer,
|
| 173 |
title = {Midas-Pricer: Price Prediction for Amazon Appliances},
|
| 174 |
author = {Recompense},
|
| 175 |
year = {2025},
|