Instructions to use Pawel-M/src_ctx_aware_nllb_600M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Pawel-M/src_ctx_aware_nllb_600M with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Pawel-M/src_ctx_aware_nllb_600M") model = AutoModelForSeq2SeqLM.from_pretrained("Pawel-M/src_ctx_aware_nllb_600M") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3e6c348036067b8707e6b53046c26e748a37b70bf2886294499211d5d007510
|
| 3 |
+
size 2468761184
|