Image Classification
fastai
timm
iloncka commited on
Commit
a6668f9
1 Parent(s): c7c93f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -5,8 +5,9 @@ tags:
5
  - image-classification
6
  datasets:
7
  - iloncka/mosal
 
8
  ---
9
 
10
  Finetuned from the weights from the [timm repository](https://github.com/rwightman/pytorch-image-models). This model is used in the same way as [ViT-base](https://huggingface.co/google/vit-base-patch16-224).
11
 
12
- Note that [safetensors] model requires torch 2.0 environment and fastai.
 
5
  - image-classification
6
  datasets:
7
  - iloncka/mosal
8
+ library_name: fastai
9
  ---
10
 
11
  Finetuned from the weights from the [timm repository](https://github.com/rwightman/pytorch-image-models). This model is used in the same way as [ViT-base](https://huggingface.co/google/vit-base-patch16-224).
12
 
13
+ Note that [safetensors] model requires torch 2.0 environment and fastai.