visheratin
commited on
Commit
•
2fa03da
1
Parent(s):
62d09fd
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ language:
|
|
7 |
tags:
|
8 |
- llava
|
9 |
- phi
|
|
|
10 |
---
|
11 |
|
12 |
# LLaVA-3b
|
@@ -111,10 +112,6 @@ inputs['attention_mask'] = inputs['attention_mask'].to(model.device)
|
|
111 |
output = model.generate(**inputs, max_new_tokens=200, do_sample=True, top_p=0.5, temperature=1.2, eos_token_id=tokenizer.eos_token_id)
|
112 |
```
|
113 |
|
114 |
-
## License
|
115 |
-
|
116 |
-
This model is based on Phi-2 and is governed by Microsoft's research license, which prohibits commercial use.
|
117 |
-
|
118 |
## Acknowledgments
|
119 |
|
120 |
Thanks to [ML Collective](https://mlcollective.org/) for providing credits for computing resources.
|
|
|
7 |
tags:
|
8 |
- llava
|
9 |
- phi
|
10 |
+
license: mit
|
11 |
---
|
12 |
|
13 |
# LLaVA-3b
|
|
|
112 |
output = model.generate(**inputs, max_new_tokens=200, do_sample=True, top_p=0.5, temperature=1.2, eos_token_id=tokenizer.eos_token_id)
|
113 |
```
|
114 |
|
|
|
|
|
|
|
|
|
115 |
## Acknowledgments
|
116 |
|
117 |
Thanks to [ML Collective](https://mlcollective.org/) for providing credits for computing resources.
|