Skip to content

Commit e25516f

Browse files
authored
Add ViT finetuning post (huggingface#227)
* 📝 add vision transformer blogpost * 🍱 Compress assets * 🙈 add DS_Store to gitignore * 📝 Misc cleanup of vit post * 📝 Fix a link * 🍱 Resize large image
1 parent 8c5da16 commit e25516f

File tree

7 files changed

+479
-0
lines changed

7 files changed

+479
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ venv.bak/
99

1010
# Jupyter Notebook
1111
.ipynb_checkpoints
12+
13+
# Misc
14+
**/.DS_Store

_blog.yml

+8
Original file line numberDiff line numberDiff line change
@@ -490,4 +490,12 @@
490490
thumbnail: /blog/assets/50_sentiment_python/thumbnail.png
491491
date: February 2, 2022
492492
tags:
493+
- guide
494+
495+
- local: fine-tune-vit
496+
title: "Fine-Tune ViT for Image Classification with 🤗 Transformers"
497+
author: nateraw
498+
thumbnail: /blog/assets/51_fine_tune_vit/vit-thumbnail.jpg
499+
date: February 11, 2022
500+
tags:
493501
- guide
114 KB
Loading

assets/51_fine_tune_vit/leaf-grid.jpg

171 KB
Loading
92.1 KB
Loading
129 KB
Loading

0 commit comments

Comments
 (0)