Instructions to use kabelomalapane/Nso-En_update with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kabelomalapane/Nso-En_update 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_update")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("kabelomalapane/Nso-En_update") model = AutoModelForSeq2SeqLM.from_pretrained("kabelomalapane/Nso-En_update", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Kabelo Malapane commited on
Commit ·
c42fa76
1
Parent(s): ca620a0
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 301952005
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4595cc6c2fab4c6de37913112f34a54844e4674d72780dce33aed42f26f4cfe9
|
| 3 |
size 301952005
|
runs/Jul19_11-31-12_bf153ec2879b/events.out.tfevents.1658230306.bf153ec2879b.73.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:1f1c35d0e5c235aea76fd9dda704d842a97d8106c44aa3ee57fc4ad6bee8a0f8
|
| 3 |
+
size 8574
|
runs/Jul19_11-31-12_bf153ec2879b/events.out.tfevents.1658230605.bf153ec2879b.73.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:871478d368604cdacbc275a8ab20b1d65646ecfeb63d671baa5a99b65fc1e9a4
|
| 3 |
+
size 359
|