Reinforcement Learning
Transformers
Safetensors
qwen3
text-generation
boolean-queries
systematic-review
information-retrieval
pubmed
grpo
few-shot
text-generation-inference
Instructions to use ielabgroup/Autobool-Qwen4b-Reasoning-objective with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ielabgroup/Autobool-Qwen4b-Reasoning-objective with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("ielabgroup/Autobool-Qwen4b-Reasoning-objective") model = AutoModelForCausalLM.from_pretrained("ielabgroup/Autobool-Qwen4b-Reasoning-objective") - Notebooks
- Google Colab
- Kaggle