Instructions to use BridgeTower/bridgetower-large-itm-mlm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BridgeTower/bridgetower-large-itm-mlm with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("BridgeTower/bridgetower-large-itm-mlm", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -75,7 +75,7 @@ outputs = model(**encoding)
|
|
| 75 |
results = processor.decode(outputs.logits.argmax(dim=-1).squeeze(0).tolist())
|
| 76 |
|
| 77 |
print(results)
|
| 78 |
-
.a cat looking out of the window.
|
| 79 |
```
|
| 80 |
|
| 81 |
### Limitations and bias
|
|
|
|
| 75 |
results = processor.decode(outputs.logits.argmax(dim=-1).squeeze(0).tolist())
|
| 76 |
|
| 77 |
print(results)
|
| 78 |
+
#.a cat looking out of the window.
|
| 79 |
```
|
| 80 |
|
| 81 |
### Limitations and bias
|