visheratin commited on
Commit
92d6894
1 Parent(s): 8e8fbc1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -125,6 +125,11 @@ output = model.generate(**inputs, max_new_tokens=200, do_sample=True, top_p=0.5,
125
  - VQAv2 - 63.1%
126
  - VizWiz - 24.03%
127
 
 
 
 
 
 
128
  ## Acknowledgments
129
 
130
  Thanks to [ML Collective](https://mlcollective.org/) for providing credits for computing resources.
 
125
  - VQAv2 - 63.1%
126
  - VizWiz - 24.03%
127
 
128
+ ## License
129
+
130
+ The model is licensed under MIT license, but since the data used for model training is largely synthetic, you should also follow OpenAI and Google Gemini terms of service.
131
+ Which means don't create competitor models for them.
132
+
133
  ## Acknowledgments
134
 
135
  Thanks to [ML Collective](https://mlcollective.org/) for providing credits for computing resources.