wesleyacheng commited on
Commit
b943bc1
1 Parent(s): 816fa57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ Luckily, in this model, we will use a **Vision Transformer** from [Google hosted
33
  This model is finetuned using the [Google Vision Transformer (vit-base-patch16-224-in21k)](https://huggingface.co/google/vit-base-patch16-224-in21k) on the [Stanford Dogs dataset in Kaggle](https://www.kaggle.com/datasets/jessicali9530/stanford-dogs-dataset) to classify dog images into 120 types of dog breeds.
34
 
35
  # Intended Uses & Limitations
36
- You can use this finetuned model to classify dog images to 150 dog breeds limited to those dog breeds that are in the dataset or a dog image.
37
 
38
  # How to Use
39
  ```python
 
33
  This model is finetuned using the [Google Vision Transformer (vit-base-patch16-224-in21k)](https://huggingface.co/google/vit-base-patch16-224-in21k) on the [Stanford Dogs dataset in Kaggle](https://www.kaggle.com/datasets/jessicali9530/stanford-dogs-dataset) to classify dog images into 120 types of dog breeds.
34
 
35
  # Intended Uses & Limitations
36
+ You can use this finetuned model to classify images of dogs only and dog breeds that are in the dataset.
37
 
38
  # How to Use
39
  ```python