Daemontatox
commited on
Commit
•
dc926f9
1
Parent(s):
56d0056
Update README.md
Browse files
README.md
CHANGED
@@ -125,7 +125,9 @@ print(tokenizer.decode(multimodal_outputs[0], skip_special_tokens=True))
|
|
125 |
|
126 |
## Limitations
|
127 |
**Multimodal Context Length**: The model's performance may degrade with very long multimodal inputs.
|
|
|
128 |
**Training Bias:** The model inherits biases present in the training datasets, especially for certain image types or less-represented concepts.
|
|
|
129 |
**Resource Usage:** Requires significant compute resources for inference, particularly with large inputs.
|
130 |
|
131 |
|
|
|
125 |
|
126 |
## Limitations
|
127 |
**Multimodal Context Length**: The model's performance may degrade with very long multimodal inputs.
|
128 |
+
|
129 |
**Training Bias:** The model inherits biases present in the training datasets, especially for certain image types or less-represented concepts.
|
130 |
+
|
131 |
**Resource Usage:** Requires significant compute resources for inference, particularly with large inputs.
|
132 |
|
133 |
|