ydshieh/coco_dataset_script
Updated • 453 • 19
How to use Rocketknight1/clip-roberta-coco with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="Rocketknight1/clip-roberta-coco") # Load model directly
from transformers import AutoProcessor, AutoModel
processor = AutoProcessor.from_pretrained("Rocketknight1/clip-roberta-coco")
model = AutoModel.from_pretrained("Rocketknight1/clip-roberta-coco")This model is a fine-tuned version of on the ydshieh/coco_dataset_script 2017 dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Train Loss | Validation Loss | Epoch |
|---|---|---|
| 0.6558 | 1.8089 | 0 |
| 0.3065 | 1.7544 | 1 |
| 0.1749 | 1.6969 | 2 |