Instructions to use manapole/mbart-neutralization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use manapole/mbart-neutralization with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("manapole/mbart-neutralization") model = AutoModelForSeq2SeqLM.from_pretrained("manapole/mbart-neutralization") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 50
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2444578688
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a52bf6b73d031b021c56f7c2d4c3f5612cc77feae4e17e0a14e895fc53fea998
|
| 3 |
size 2444578688
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66d7fa8412e4a2900d4171e8b777bd101c114224b9adc34e06f0034289855095
|
| 3 |
size 5432
|