till-onethousand commited on
Commit
d7cd442
·
verified ·
1 Parent(s): 73068da

Update HINT.md

Browse files
Files changed (1) hide show
  1. HINT.md +2 -2
HINT.md CHANGED
@@ -1,11 +1,11 @@
1
 
2
  Dataset: https://huggingface.co/datasets/jonathan-roberts1/Satellite-Images-of-Hurricane-Damage
3
 
4
- Data exploration:
5
 
6
  Model: https://huggingface.co/google/vit-base-patch16-224-in21k
7
 
8
- Model training:
9
 
10
  There are a lot of resources about how to train models from Huggingface in just a few lines of code.
11
 
 
1
 
2
  Dataset: https://huggingface.co/datasets/jonathan-roberts1/Satellite-Images-of-Hurricane-Damage
3
 
4
+ Data exploration: https://huggingface.co/spaces/till-onethousand/huggingface-workshop/blob/main/hints/data_exploration.ipynb
5
 
6
  Model: https://huggingface.co/google/vit-base-patch16-224-in21k
7
 
8
+ Model training: https://huggingface.co/spaces/till-onethousand/huggingface-workshop/blob/main/hints/model_training.ipynb
9
 
10
  There are a lot of resources about how to train models from Huggingface in just a few lines of code.
11