Instructions to use robertford/best with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use robertford/best with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="robertford/best")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("robertford/best", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "input_size": 320, | |
| "task": "object-detection", | |
| "model_type": "yolos", | |
| "id2label": { | |
| "0": "grapes", | |
| "1": "goat", | |
| "2": "bread", | |
| "3": "bee", | |
| "4": "shark", | |
| "5": "seal", | |
| "6": "rhino", | |
| "7": "lobster", | |
| "8": "elephant", | |
| "9": "sheep", | |
| "10": "monkey", | |
| "11": "giraffe", | |
| "12": "cat", | |
| "13": "dog", | |
| "14": "mouse", | |
| "15": "frog", | |
| "16": "pig", | |
| "17": "apple", | |
| "18": "dinosaur", | |
| "19": "zebra", | |
| "20": "pizza", | |
| "21": "icecream", | |
| "22": "snake", | |
| "23": "owl", | |
| "24": "cow", | |
| "25": "starfish", | |
| "26": "deer", | |
| "27": "pineapple", | |
| "28": "donut", | |
| "29": "ant", | |
| "30": "dolphin", | |
| "31": "chicken", | |
| "32": "butterfly", | |
| "33": "banana", | |
| "34": "parrot", | |
| "35": "crab", | |
| "36": "ladybug", | |
| "37": "bear", | |
| "38": "panda", | |
| "39": "koala", | |
| "40": "octopus", | |
| "41": "rabbit", | |
| "42": "snail", | |
| "43": "lion", | |
| "44": "turtle", | |
| "45": "horse", | |
| "46": "bat", | |
| "47": "camel", | |
| "48": "kangaroo", | |
| "49": "duck" | |
| }, | |
| "label2id": { | |
| "grapes": 0, | |
| "goat": 1, | |
| "bread": 2, | |
| "bee": 3, | |
| "shark": 4, | |
| "seal": 5, | |
| "rhino": 6, | |
| "lobster": 7, | |
| "elephant": 8, | |
| "sheep": 9, | |
| "monkey": 10, | |
| "giraffe": 11, | |
| "cat": 12, | |
| "dog": 13, | |
| "mouse": 14, | |
| "frog": 15, | |
| "pig": 16, | |
| "apple": 17, | |
| "dinosaur": 18, | |
| "zebra": 19, | |
| "pizza": 20, | |
| "icecream": 21, | |
| "snake": 22, | |
| "owl": 23, | |
| "cow": 24, | |
| "starfish": 25, | |
| "deer": 26, | |
| "pineapple": 27, | |
| "donut": 28, | |
| "ant": 29, | |
| "dolphin": 30, | |
| "chicken": 31, | |
| "butterfly": 32, | |
| "banana": 33, | |
| "parrot": 34, | |
| "crab": 35, | |
| "ladybug": 36, | |
| "bear": 37, | |
| "panda": 38, | |
| "koala": 39, | |
| "octopus": 40, | |
| "rabbit": 41, | |
| "snail": 42, | |
| "lion": 43, | |
| "turtle": 44, | |
| "horse": 45, | |
| "bat": 46, | |
| "camel": 47, | |
| "kangaroo": 48, | |
| "duck": 49 | |
| } | |
| } |