WenhaoWang commited on
Commit
6d21ded
1 Parent(s): 0032fbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -7,7 +7,11 @@ language:
7
  pipeline_tag: text-generation
8
  ---
9
 
10
- # The first model for automatic text-to-video prompt generation. It is fine-tuned on [VidProM](https://huggingface.co/datasets/WenhaoWang/VidProM) using [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1).
 
 
 
 
11
 
12
  # Usage
13
 
 
7
  pipeline_tag: text-generation
8
  ---
9
 
10
+ # The first model for automatic text-to-video prompt generation: Given a few words as input, the model will generate a few whole text-to-video prompts.
11
+
12
+ # Details
13
+
14
+ It is fine-tuned on [VidProM](https://huggingface.co/datasets/WenhaoWang/VidProM) using [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1).
15
 
16
  # Usage
17