nagayama0706 commited on
Commit
4373192
1 Parent(s): 25eef61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -8,11 +8,13 @@ tags:
8
  base_model:
9
  - TheBloke/openchat_3.5-GPTQ
10
  - dalle-mini/dalle-mini
 
 
11
  ---
12
 
13
- # test_merge12_
14
 
15
- test_merge12_ is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
16
  * [TheBloke/openchat_3.5-GPTQ](https://huggingface.co/TheBloke/openchat_3.5-GPTQ)
17
  * [dalle-mini/dalle-mini](https://huggingface.co/dalle-mini/dalle-mini)
18
 
@@ -46,7 +48,7 @@ from transformers import AutoTokenizer
46
  import transformers
47
  import torch
48
 
49
- model = "nagayama0706/test_merge12_"
50
  messages = [{"role": "user", "content": "What is a large language model?"}]
51
 
52
  tokenizer = AutoTokenizer.from_pretrained(model)
 
8
  base_model:
9
  - TheBloke/openchat_3.5-GPTQ
10
  - dalle-mini/dalle-mini
11
+ license: apache-2.0
12
+ pipeline_tag: text-to-video
13
  ---
14
 
15
+ # video generation model
16
 
17
+ video generation model is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
18
  * [TheBloke/openchat_3.5-GPTQ](https://huggingface.co/TheBloke/openchat_3.5-GPTQ)
19
  * [dalle-mini/dalle-mini](https://huggingface.co/dalle-mini/dalle-mini)
20
 
 
48
  import transformers
49
  import torch
50
 
51
+ model = "nagayama0706/video generation model"
52
  messages = [{"role": "user", "content": "What is a large language model?"}]
53
 
54
  tokenizer = AutoTokenizer.from_pretrained(model)