Instructions to use nesanchezo/model_handwritenNumbers-nesanchezo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nesanchezo/model_handwritenNumbers-nesanchezo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="nesanchezo/model_handwritenNumbers-nesanchezo") 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("nesanchezo/model_handwritenNumbers-nesanchezo") model = AutoModelForImageClassification.from_pretrained("nesanchezo/model_handwritenNumbers-nesanchezo", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
abf66e9
1
Parent(s): 396952e
Primer prueba con un data set no tan grande! 🤗
Browse files
all_results.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 4.0,
|
| 3 |
+
"eval_accuracy": 0.9838963079340142,
|
| 4 |
+
"eval_loss": 0.08067605644464493,
|
| 5 |
+
"eval_runtime": 464.1019,
|
| 6 |
+
"eval_samples_per_second": 5.486,
|
| 7 |
+
"eval_steps_per_second": 0.687,
|
| 8 |
+
"total_flos": 3.685473293016711e+18,
|
| 9 |
+
"train_loss": 0.13355636139724106,
|
| 10 |
+
"train_runtime": 31916.2563,
|
| 11 |
+
"train_samples_per_second": 1.49,
|
| 12 |
+
"train_steps_per_second": 0.186
|
| 13 |
+
}
|
eval_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 4.0,
|
| 3 |
+
"eval_accuracy": 0.9838963079340142,
|
| 4 |
+
"eval_loss": 0.08067605644464493,
|
| 5 |
+
"eval_runtime": 464.1019,
|
| 6 |
+
"eval_samples_per_second": 5.486,
|
| 7 |
+
"eval_steps_per_second": 0.687
|
| 8 |
+
}
|
runs/Jul07_10-49-54_MacBook-Air-de-Laura.local/events.out.tfevents.1688775927.MacBook-Air-de-Laura.local.43654.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79129a2741559c1850a3d751b5bf86e3e25ef8de16c7a5f40a45d9cd9fbb477b
|
| 3 |
+
size 411
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 4.0,
|
| 3 |
+
"total_flos": 3.685473293016711e+18,
|
| 4 |
+
"train_loss": 0.13355636139724106,
|
| 5 |
+
"train_runtime": 31916.2563,
|
| 6 |
+
"train_samples_per_second": 1.49,
|
| 7 |
+
"train_steps_per_second": 0.186
|
| 8 |
+
}
|