yaolily commited on
Commit
fca189c
·
verified ·
1 Parent(s): 3b90c99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -1,12 +1,9 @@
1
  ---
2
- license: apache-2.0
3
  datasets:
4
  - yaolily/GenS-Video-150K
5
- base_model:
6
- - rhymes-ai/Aria-Base-8K
7
  ---
8
 
9
-
10
  <p align="center">
11
  🔗 <a href="https://generative-sampler.github.io/" target="_blank">Project Page</a> · 📖 <a href="https://arxiv.org/abs/2503.09146" target="_blank">Paper</a> · ⭐ <a href="https://github.com/yaolinli/GenS" target="_blank">GitHub</a> · 📊 <a href="https://huggingface.co/datasets/yaolily/GenS-Video-150K" target="_blank">Dataset</a> · 🤗 <a href="https://huggingface.co/yaolily/GenS" target="_blank">Checkpoints</a>
12
  </p>
@@ -206,7 +203,7 @@ if __name__ == "__main__":
206
  ```
207
  **Output Format:**
208
  The model returns relevance scores for frames in JSON format
209
- Example output: `{"15": 5, "16": 4, "45-46": 3}` means `"frame index 15" has relevance score 5`, ...
210
 
211
 
212
 
 
1
  ---
 
2
  datasets:
3
  - yaolily/GenS-Video-150K
4
+ license: other # Research use only
 
5
  ---
6
 
 
7
  <p align="center">
8
  🔗 <a href="https://generative-sampler.github.io/" target="_blank">Project Page</a> · 📖 <a href="https://arxiv.org/abs/2503.09146" target="_blank">Paper</a> · ⭐ <a href="https://github.com/yaolinli/GenS" target="_blank">GitHub</a> · 📊 <a href="https://huggingface.co/datasets/yaolily/GenS-Video-150K" target="_blank">Dataset</a> · 🤗 <a href="https://huggingface.co/yaolily/GenS" target="_blank">Checkpoints</a>
9
  </p>
 
203
  ```
204
  **Output Format:**
205
  The model returns relevance scores for frames in JSON format
206
+ Example output: `{"15": 5, "16": 4, "45-46": 3, ...}` means frame indexing 15 has relevance score 5, frame indexing 16 has relevance score 4, frame indexing 45-46 has relevance score 3, ...
207
 
208
 
209