Instructions to use LH-Tech-AI/GyroScope with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LH-Tech-AI/GyroScope with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="LH-Tech-AI/GyroScope") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("LH-Tech-AI/GyroScope") model = AutoModelForImageClassification.from_pretrained("LH-Tech-AI/GyroScope") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -61,7 +61,7 @@ Validated on **5,000 images** Γ 4 rotations = **20k validation samples**.
|
|
| 61 |
| 3 | 59.4% | 62.8% |
|
| 62 |
| 4 | 64.1% | 66.0% |
|
| 63 |
| 5 | 67.8% | 69.48% |
|
| 64 |
-
| 6 |
|
| 65 |
| 7 | β | β |
|
| 66 |
| 8 | β | β |
|
| 67 |
| 9 | β | β |
|
|
|
|
| 61 |
| 3 | 59.4% | 62.8% |
|
| 62 |
| 4 | 64.1% | 66.0% |
|
| 63 |
| 5 | 67.8% | 69.48% |
|
| 64 |
+
| 6 | 70.6% | 72.22% |
|
| 65 |
| 7 | β | β |
|
| 66 |
| 8 | β | β |
|
| 67 |
| 9 | β | β |
|