Correct pipeline tag and library name

#9
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
- license: other
3
- language:
4
- - en
5
  base_model:
6
  - meta-llama/Meta-Llama-3.1-8B-Instruct
7
- pipeline_tag: video-text-to-text
 
 
 
 
8
  inference: false
9
- library_name: transformers
10
  ---
11
 
12
  [中文阅读](README_zh.md)
@@ -159,4 +159,5 @@ the [LLAMA3_LICENSE](https://modelscope.cn/models/ZhipuAI/cogvlm2-video-llama3-b
159
  author={Yang, Zhuoyi and Teng, Jiayan and Zheng, Wendi and Ding, Ming and Huang, Shiyu and Xu, Jiazheng and Yang, Yuanming and Hong, Wenyi and Zhang, Xiaohan and Feng, Guanyu and others},
160
  journal={arXiv preprint arXiv:2408.06072},
161
  year={2024}
162
- }
 
 
1
  ---
 
 
 
2
  base_model:
3
  - meta-llama/Meta-Llama-3.1-8B-Instruct
4
+ language:
5
+ - en
6
+ library_name: diffusers
7
+ license: other
8
+ pipeline_tag: text-to-video
9
  inference: false
 
10
  ---
11
 
12
  [中文阅读](README_zh.md)
 
159
  author={Yang, Zhuoyi and Teng, Jiayan and Zheng, Wendi and Ding, Ming and Huang, Shiyu and Xu, Jiazheng and Yang, Yuanming and Hong, Wenyi and Zhang, Xiaohan and Feng, Guanyu and others},
160
  journal={arXiv preprint arXiv:2408.06072},
161
  year={2024}
162
+ }
163
+ ```