plz12345 commited on
Commit
42e3f97
·
verified ·
1 Parent(s): 078abc7

Update model card to show correct relationship to base model and pipeline tag

Browse files

- Override base model relation - It's showing as a `quantization`, but it's actually a `finetune`.
- Override pipeline tag- It shows as only `text-to-video` instead of `image-text-to-video`

[Documentation](https://huggingface.co/docs/hub/model-cards#specifying-a-base-model:~:text=The%20Hub%20will%20infer%20the%20type%20of%20relationship%20from%20the%20current%20model%20to%20the%20base%20model%20%28%22adapter%22%2C%20%22merge%22%2C%20%22quantized%22%2C%20%22finetune%22%29%20but%20you%20can%20also%20set%20it%20explicitly%20if%20needed%3A%20base%5Fmodel%5Frelation%3A%20quantized%20for%20instance%2E)

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ---
2
  base_model:
3
  - Lightricks/LTX-2.3
 
4
  library_name: diffusers
5
- pipeline_tag: text-to-video
6
  ---
7
 
8
  **Sulphur 2**
 
1
  ---
2
  base_model:
3
  - Lightricks/LTX-2.3
4
+ base_model_relation: finetune
5
  library_name: diffusers
6
+ pipeline_tag: image-text-to-video
7
  ---
8
 
9
  **Sulphur 2**