FlexQwen Collection

Checkpoints, training logs, and other artifacts from training the FlexQwen models.

Checkout the FlexQwen repository for more details on the models and training process.

Instructions


repo_id = "mmcarpi/flexqwen-collection"
config_name = "gold-exponential/best" # dataset-strategy/checkpoint, eg "matched-shift/step_00500"

# Load tokenizer from the root
tokenizer = AutoTokenizer.from_pretrained(repo_id, trust_remote_code=True)

# Load model from the specific configuration subfolder
model = AutoModelForCausalLM.from_pretrained(
    repo_id,
    subfolder=config_name,
    trust_remote_code=True
)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Datasets used to train mmcarpi/flexqwen