Add pipeline tag, links to paper and code
Browse filesThis PR adds the pipeline tag, ensuring people can find this model at https://huggingface.co/models?pipeline_tag=video-to-video. It also adds a link to the paper and code.
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: diffusers
|
4 |
+
pipeline_tag: video-to-video
|
5 |
+
---
|
6 |
+
This repository contains the model described in the paper [DrivingWorld: Constructing World Model for Autonomous Driving via Video GPT](https://huggingface.co/papers/2412.19505).
|
7 |
+
|
8 |
+
Code: https://github.com/YvanYin/DrivingWorld
|