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
|
@@ -64,7 +64,7 @@ Validated on **5,000 images** Γ 4 rotations = **20k validation samples**.
|
|
| 64 |
| 6 | 70.6% | 72.22% |
|
| 65 |
| 7 | 73.3% | 74.25% |
|
| 66 |
| 8 | 75.6% | 76.49% |
|
| 67 |
-
| 9 |
|
| 68 |
| 10 | β | β |
|
| 69 |
| 11 | β | β |
|
| 70 |
| 12 | β | β |
|
|
|
|
| 64 |
| 6 | 70.6% | 72.22% |
|
| 65 |
| 7 | 73.3% | 74.25% |
|
| 66 |
| 8 | 75.6% | 76.49% |
|
| 67 |
+
| 9 | 77.5% | 77.47% |
|
| 68 |
| 10 | β | β |
|
| 69 |
| 11 | β | β |
|
| 70 |
| 12 | β | β |
|