Instructions to use Korventenn/fr_en-t5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Korventenn/fr_en-t5-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Korventenn/fr_en-t5-small") model = AutoModelForSeq2SeqLM.from_pretrained("Korventenn/fr_en-t5-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
de5c379
1
Parent(s): c5d7feb
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (d3d18ae495a94c77f91a6b229506918f964504c1)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8579ffe99cf03c1aa4305938c47fe88369e3a2f310ed12379d5cc3753039366
|
| 3 |
+
size 400416168
|