Image Classification
Transformers
TensorBoard
Safetensors
vit
seizure-detection
Generated from Trainer
Instructions to use JLB-JLB/seizure_vit_jlb_231108_iir_adjusted with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JLB-JLB/seizure_vit_jlb_231108_iir_adjusted with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="JLB-JLB/seizure_vit_jlb_231108_iir_adjusted") 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("JLB-JLB/seizure_vit_jlb_231108_iir_adjusted") model = AutoModelForImageClassification.from_pretrained("JLB-JLB/seizure_vit_jlb_231108_iir_adjusted") - Notebooks
- Google Colab
- Kaggle
Update Readme.md
Browse files
README.md
CHANGED
|
@@ -64,6 +64,10 @@ The following hyperparameters were used during training:
|
|
| 64 |
| 0.1076 | 4.43 | 13000 | 0.8132 | 0.7627 |
|
| 65 |
| 0.1321 | 4.77 | 14000 | 0.8152 | 0.7587 |
|
| 66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
|
| 68 |
### Framework versions
|
| 69 |
|
|
|
|
| 64 |
| 0.1076 | 4.43 | 13000 | 0.8132 | 0.7627 |
|
| 65 |
| 0.1321 | 4.77 | 14000 | 0.8152 | 0.7587 |
|
| 66 |
|
| 67 |
+

|
| 68 |
+
|
| 69 |
+
|
| 70 |
+

|
| 71 |
|
| 72 |
### Framework versions
|
| 73 |
|