Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
language:
|
4 |
- en
|
5 |
pipeline_tag: image-text-to-text
|
@@ -94,4 +94,4 @@ print(tokenizer.decode(output_ids[input_ids.shape[1]:], skip_special_tokens=Fals
|
|
94 |
```
|
95 |
|
96 |
## License
|
97 |
-
Apache 2.0
|
|
|
1 |
---
|
2 |
+
license: gemma
|
3 |
language:
|
4 |
- en
|
5 |
pipeline_tag: image-text-to-text
|
|
|
94 |
```
|
95 |
|
96 |
## License
|
97 |
+
Model subject to Gemma(base model license) terms of use along with the underlying datasets(LAOIN and SVIT) subject to their respective licenses. All codes are Apache 2.0
|