Instructions to use kabelomalapane/Nso-En with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kabelomalapane/Nso-En with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="kabelomalapane/Nso-En")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("kabelomalapane/Nso-En") model = AutoModelForSeq2SeqLM.from_pretrained("kabelomalapane/Nso-En", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Kabelo Malapane commited on
Commit ·
239f4f7
1
Parent(s): 8a62337
Training complete
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 301948421
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:265e13ccdce32d90bb48a50467e200664f4a4a292c8a55edba28ab5132172903
|
| 3 |
size 301948421
|
runs/Jul07_13-39-55_04e5212b393a/events.out.tfevents.1657201351.04e5212b393a.60.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66ea004cfc6e630a10a129813b3bb0c4ff841d7868375a96f0cad644123264f1
|
| 3 |
+
size 8206
|
runs/Jul07_13-39-55_04e5212b393a/events.out.tfevents.1657203322.04e5212b393a.60.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d1d6f53a6803aa58c0067f775e39e451d4c1317f0b5545ba0c36bc07402e3e8
|
| 3 |
+
size 359
|