k4tel commited on
Commit
30bb3f0
·
verified ·
1 Parent(s): b8cb473

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -7
README.md CHANGED
@@ -57,13 +57,6 @@ During training the following transforms were applied randomly with a 50% chance
57
  * transforms.Lambda(lambda img: ImageEnhance.Sharpness(img).enhance(random.uniform(0.5, 1.5)))
58
  * transforms.Lambda(lambda img: img.filter(ImageFilter.GaussianBlur(radius=random.uniform(0, 2))))
59
 
60
- Fine-tuned model files can be found here: [huggingface.co/k4tel/vit-historical-page](https://huggingface.co/k4tel/vit-historical-page) 🔗
61
-
62
- - **Developed by** [UFAL](https://ufal.mff.cuni.cz/home-page)
63
- - **Funded by** [ATRIUM](https://atrium-research.eu/)
64
- - **Shared by** [ATRIUM](https://atrium-research.eu/) & [UFAL](https://ufal.mff.cuni.cz/home-page)
65
- - **Model type:** fine-tuned [ViT of 224x224 pixels resolution](https://huggingface.co/google/vit-base-patch16-224) 🔗
66
-
67
  ### Training Hyperparameters
68
 
69
  * eval_strategy "epoch"
 
57
  * transforms.Lambda(lambda img: ImageEnhance.Sharpness(img).enhance(random.uniform(0.5, 1.5)))
58
  * transforms.Lambda(lambda img: img.filter(ImageFilter.GaussianBlur(radius=random.uniform(0, 2))))
59
 
 
 
 
 
 
 
 
60
  ### Training Hyperparameters
61
 
62
  * eval_strategy "epoch"