Instructions to use anum231/class2_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anum231/class2_v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="anum231/class2_v1") 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("anum231/class2_v1") model = AutoModelForImageClassification.from_pretrained("anum231/class2_v1") - Notebooks
- Google Colab
- Kaggle
Training in progress epoch 9
Browse files- README.md +4 -3
- checkpoint/extra_data.pickle +1 -1
- checkpoint/weights.h5 +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [anum231/class2_v1](https://huggingface.co/anum231/class2_v1) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss: 0.
|
| 19 |
-
- Validation Loss: 0.
|
| 20 |
- Train Accuracy: 0.8966
|
| 21 |
-
- Epoch:
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -53,6 +53,7 @@ The following hyperparameters were used during training:
|
|
| 53 |
| 0.5432 | 0.4623 | 0.8966 | 6 |
|
| 54 |
| 0.5232 | 0.4666 | 0.8621 | 7 |
|
| 55 |
| 0.5435 | 0.4061 | 0.8966 | 8 |
|
|
|
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [anum231/class2_v1](https://huggingface.co/anum231/class2_v1) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: 0.4768
|
| 19 |
+
- Validation Loss: 0.3740
|
| 20 |
- Train Accuracy: 0.8966
|
| 21 |
+
- Epoch: 9
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 53 |
| 0.5432 | 0.4623 | 0.8966 | 6 |
|
| 54 |
| 0.5232 | 0.4666 | 0.8621 | 7 |
|
| 55 |
| 0.5435 | 0.4061 | 0.8966 | 8 |
|
| 56 |
+
| 0.4768 | 0.3740 | 0.8966 | 9 |
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
checkpoint/extra_data.pickle
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 686417159
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92ba2898f8157ed274312b05ae96394dd285d2e3597a96e5fff9ee8947b83067
|
| 3 |
size 686417159
|
checkpoint/weights.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343469752
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3f20366a6f0521fdb7cec2cddb38db105cd4c16318d92bcf755a252e0a86f71
|
| 3 |
size 343469752
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343469752
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3f20366a6f0521fdb7cec2cddb38db105cd4c16318d92bcf755a252e0a86f71
|
| 3 |
size 343469752
|