Instructions to use aguxez/snap-dumbbell-dfine-small-v87-corrected with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aguxez/snap-dumbbell-dfine-small-v87-corrected with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="aguxez/snap-dumbbell-dfine-small-v87-corrected")# Load model directly from transformers import AutoTokenizer, AutoModelForObjectDetection tokenizer = AutoTokenizer.from_pretrained("aguxez/snap-dumbbell-dfine-small-v87-corrected") model = AutoModelForObjectDetection.from_pretrained("aguxez/snap-dumbbell-dfine-small-v87-corrected", device_map="auto") - Notebooks
- Google Colab
- Kaggle
snap-dumbbell-dfine-small-v87-corrected
This model is a fine-tuned version of aguxez/snap-dumbbell-dfine-small-v31-e4-replay-adapt on the aguxez/snap-equipment-youtube-v73-train-gt25-motion-corrected dataset.
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 2e-06
- train_batch_size: 4
- eval_batch_size: 8
- seed: 7
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 3.0
- mixed_precision_training: Native AMP
Training results
Framework versions
- Transformers 5.14.1
- Pytorch 2.13.0+cu130
- Datasets 5.0.1
- Tokenizers 0.22.2
- Downloads last month
- 24