Translation
Transformers
Safetensors
Vietnamese
mbart
text2text-generation
dialect-normalization
vietnamese-dialect
social-media
low-resource
Instructions to use Biu3010/dialect-normalizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Biu3010/dialect-normalizer 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="Biu3010/dialect-normalizer")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Biu3010/dialect-normalizer") model = AutoModelForSeq2SeqLM.from_pretrained("Biu3010/dialect-normalizer", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
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:075260d08c767fc554c9f5257a1195a84fe2b18c0c91f66a182c7eb1c9f81ca0
|
| 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 5969
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a33868fccc8d2069009edb08073b154c9c9b86d333b37a0c2d67363cae5f9997
|
| 3 |
size 5969
|