Neleac commited on
Commit
cf6e956
·
verified ·
1 Parent(s): fdf9770

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -8
README.md CHANGED
@@ -41,14 +41,7 @@ SpaceTimeGPT is a video description generation model capable of both spatial and
41
  Vision Encoder: [timesformer-base-finetuned-k600](https://huggingface.co/facebook/timesformer-base-finetuned-k600) \
42
  Text Decoder: [gpt2](https://huggingface.co/gpt2)
43
 
44
- The encoder and decoder are initialized using pretrained weights for video classification and sentence completion, respectively. Encoder-decoder cross attention is used to unify the visual and linguistic domains. The model is fine-tuned end-to-end on the video captioning task.
45
-
46
- ## Dataset and Evaluation
47
- SpaceTimeGPT is trained on [VATEX](https://eric-xw.github.io/vatex-website/index.html), a large video captioning dataset.
48
-
49
- Performance: 67.3 [CIDEr](https://github.com/ramavedantam/cider) on the VATEX test split
50
-
51
- Sampling method: 30 $\le$ generated tokens $\le$ 60, beam search with 8 beams
52
 
53
  #### Example Inference Code:
54
  ```python
 
41
  Vision Encoder: [timesformer-base-finetuned-k600](https://huggingface.co/facebook/timesformer-base-finetuned-k600) \
42
  Text Decoder: [gpt2](https://huggingface.co/gpt2)
43
 
44
+ The encoder and decoder are initialized using pretrained weights for video classification and sentence completion, respectively. Encoder-decoder cross attention is used to unify the visual and linguistic domains. The model is fine-tuned end-to-end on the video captioning task. See [GitHub repository](https://github.com/Neleac/SpaceTimeGPT) for details.
 
 
 
 
 
 
 
45
 
46
  #### Example Inference Code:
47
  ```python