KevinZ commited on
Commit
4cebf3b
1 Parent(s): 244fc2e

Explicit pipeline_tag

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -2,5 +2,6 @@
2
  license: apache-2.0
3
  datasets:
4
  - 1x-technologies/worldmodel
 
5
  ---
6
  Llama3-style LLM baseline for the [1X World Model Challenge](https://github.com/1x-technologies/1xgpt).
 
2
  license: apache-2.0
3
  datasets:
4
  - 1x-technologies/worldmodel
5
+ pipeline_tag: video # Here because Auto-detect thinks we are doing text generation.
6
  ---
7
  Llama3-style LLM baseline for the [1X World Model Challenge](https://github.com/1x-technologies/1xgpt).