Translation
Transformers
Safetensors
cpf
English
marian
windyword
french-based-creoles
haitian-creole
mauritian-creole
seychellois-creole
réunion-creole
english
Instructions to use WindyWord/translate-cpf-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindyWord/translate-cpf-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="WindyWord/translate-cpf-en")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WindyWord/translate-cpf-en", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add herm0-ct2-int8 variant
Browse files
herm0-ct2-int8/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_source_bos": false,
|
| 3 |
+
"add_source_eos": false,
|
| 4 |
+
"bos_token": "<s>",
|
| 5 |
+
"decoder_start_token": "</s>",
|
| 6 |
+
"eos_token": "</s>",
|
| 7 |
+
"layer_norm_epsilon": null,
|
| 8 |
+
"multi_query_attention": false,
|
| 9 |
+
"unk_token": "<unk>"
|
| 10 |
+
}
|
herm0-ct2-int8/model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49237a891ad3b141cb35254619119b03fe8a877a366f1f7677af49fe815586e2
|
| 3 |
+
size 75760195
|
herm0-ct2-int8/shared_vocabulary.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|