Instructions to use ajtorek/BridgeTower-Text-MLM-Test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ajtorek/BridgeTower-Text-MLM-Test with Transformers:
# Load model directly from transformers import TextTransformer model = TextTransformer.from_pretrained("ajtorek/BridgeTower-Text-MLM-Test", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload TextTransformer
Browse files- config.json +1 -1
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"add_cross_attentions": false,
|
| 4 |
"architectures": [
|
| 5 |
"TextTransformer"
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "WAC_masked_language_modeling/output_models/pytorch_model.bin",
|
| 3 |
"add_cross_attentions": false,
|
| 4 |
"architectures": [
|
| 5 |
"TextTransformer"
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 114715936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e06385d44ec3dd29784d628328c4d59851b264a26a04c031b704385f3707aba4
|
| 3 |
size 114715936
|