Adjust Model Card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Finetuned Fashion FastViT-T8
|
| 2 |
|
| 3 |
For Apple's Swift Student Challenge[1], I finetuned Apple's FastViT-T8 model[2] with a clothing dataset from Kaggle[3].
|
|
@@ -7,6 +16,10 @@ I have uploaded the .ipynb I coded for the process. As this is my first finetune
|
|
| 7 |
Best,
|
| 8 |
Ali 😁
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
### References
|
| 11 |
[1] https://developer.apple.com/swift-student-challenge/
|
| 12 |
[2] https://github.com/apple/ml-fastvit
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
base_model:
|
| 5 |
+
- timm/fastvit_t8.apple_in1k
|
| 6 |
+
pipeline_tag: image-classification
|
| 7 |
+
tags:
|
| 8 |
+
- CoreMl
|
| 9 |
+
---
|
| 10 |
# Finetuned Fashion FastViT-T8
|
| 11 |
|
| 12 |
For Apple's Swift Student Challenge[1], I finetuned Apple's FastViT-T8 model[2] with a clothing dataset from Kaggle[3].
|
|
|
|
| 16 |
Best,
|
| 17 |
Ali 😁
|
| 18 |
|
| 19 |
+
# License
|
| 20 |
+
Please see: https://huggingface.co/apple/coreml-FastViT-T8
|
| 21 |
+
|
| 22 |
+
|
| 23 |
### References
|
| 24 |
[1] https://developer.apple.com/swift-student-challenge/
|
| 25 |
[2] https://github.com/apple/ml-fastvit
|