Text Classification
PEFT
Safetensors
forecasting
probabilistic-forecasting
calibration
uncertainty-quantification
regression
prediction-markets
brier-score
lora
qwen3
Eval Results (legacy)
Instructions to use Laplace-AI-Research/cournot-cold-8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Laplace-AI-Research/cournot-cold-8b with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen3-8B") model = PeftModel.from_pretrained(base_model, "Laplace-AI-Research/cournot-cold-8b") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!