eminorhan commited on
Commit
da12a55
·
verified ·
1 Parent(s): 42a4ce8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -5,4 +5,5 @@ This repository contains the models described in the following paper:
5
 
6
  Orhan AE (2024) HVM-1: [Large-scale video models pretrained with nearly 5000 hours of human-like video data.](https://arxiv.org/abs/2407.18067) arXiv:2407.18067.
7
 
8
- These models were pretrained with the spatiotemporal MAE algorithm on ~5k hours of curated human-like video data (mostly egocentric, temporally extended, continuous video recordings) and then, optionally, finetuned on various downstream tasks with few-shot supervised training.
 
 
5
 
6
  Orhan AE (2024) HVM-1: [Large-scale video models pretrained with nearly 5000 hours of human-like video data.](https://arxiv.org/abs/2407.18067) arXiv:2407.18067.
7
 
8
+ These models were pretrained with the spatiotemporal MAE algorithm on ~5k hours of curated human-like video data (mostly egocentric, temporally extended, continuous video recordings) and then, optionally, finetuned on various downstream tasks with few-shot supervised training.
9
+ Please note that this repository only stores the pretrained model checkpoints. Please use [the associated GitHub repository](https://github.com/eminorhan/hvm-1) to actually load the models and use them (the GitHub repository contains detailed instructions for loading and using the models).