Instructions to use mishig/my-awesome-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mishig/my-awesome-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mishig/my-awesome-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mishig/my-awesome-model") model = AutoModelForSequenceClassification.from_pretrained("mishig/my-awesome-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload yolov5s.pt with git-lfs
Browse files- yolov5s.pt +3 -0
yolov5s.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1610cfd81f8cab94254b35f6b7da2981fa40f93ad1bd3dd1803c52e7f44753e
|
| 3 |
+
size 14795158
|