dharun2049
commited on
Commit
·
cc625d6
1
Parent(s):
2c73ebb
Update README.md
Browse filesso this model can be used for skin disease classification
trained on vision transformers apparently
Leveraging ViT in the field of classification for preliminary analysis of dermatological issues
taking steps towards generalisable foundation computer vision models
pre-trained ViT are the way forward for this as cnn struggle to perform sequence transduction and sequence modelling while performed on scale
![download (1).png](https://cdn-uploads.huggingface.co/production/uploads/65039a78da2d88e201fc2bd1/j0ElRR8iZ8Oln7yKavXd5.png)
README.md
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
---
|
2 |
task_categories:
|
3 |
- image-classification
|
4 |
-
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
# AutoTrain Dataset for project: vision-transformer
|
7 |
|
@@ -50,4 +54,4 @@ This dataset is split into a train and validation split. The split sizes are as
|
|
50 |
| Split name | Num samples |
|
51 |
| ------------ | ------------------- |
|
52 |
| train | 397 |
|
53 |
-
| valid | 101 |
|
|
|
1 |
---
|
2 |
task_categories:
|
3 |
- image-classification
|
4 |
+
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- biology
|
7 |
+
size_categories:
|
8 |
+
- n<1K
|
9 |
---
|
10 |
# AutoTrain Dataset for project: vision-transformer
|
11 |
|
|
|
54 |
| Split name | Num samples |
|
55 |
| ------------ | ------------------- |
|
56 |
| train | 397 |
|
57 |
+
| valid | 101 |
|