ydshieh/coco_dataset_script
Updated • 452 • 19
How to use ihatetmat/clip-roberta-finetuned with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="ihatetmat/clip-roberta-finetuned") # Load model directly
from transformers import AutoProcessor, AutoModel
processor = AutoProcessor.from_pretrained("ihatetmat/clip-roberta-finetuned")
model = AutoModel.from_pretrained("ihatetmat/clip-roberta-finetuned")This model was trained from scratch 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: