nielsr HF staff commited on
Commit
a8b101b
1 Parent(s): bc13522

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ outputs = model(pixel_values, bool_masked_pos=bool_masked_pos)
48
  loss = outputs.loss
49
  ```
50
 
51
- For more code examples, we refer to the [documentation](https://huggingface.co/transformers/model_doc/vit.html#).
52
 
53
  ## Training data
54
 
 
48
  loss = outputs.loss
49
  ```
50
 
51
+ For more code examples, we refer to the [documentation](https://huggingface.co/transformers/main/model_doc/videomae.html#).
52
 
53
  ## Training data
54