Instructions to use Softy-lines/Pixel-Digit-Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use Softy-lines/Pixel-Digit-Classifier with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("Softy-lines/Pixel-Digit-Classifier", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -97,7 +97,7 @@ def predict_number(folder_path):
|
|
| 97 |
|
| 98 |
### Training Data
|
| 99 |
|
| 100 |
-
Pixel Digit Captcha Data []
|
| 101 |
|
| 102 |
## Model Card Authors
|
| 103 |
|
|
|
|
| 97 |
|
| 98 |
### Training Data
|
| 99 |
|
| 100 |
+
Pixel Digit Captcha Data [https://huggingface.co/datasets/Softy-lines/Pixel-Digit-Captcha-Data]
|
| 101 |
|
| 102 |
## Model Card Authors
|
| 103 |
|