Instructions to use BSC-LT/salamandraTA-7b-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BSC-LT/salamandraTA-7b-instruct 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="BSC-LT/salamandraTA-7b-instruct")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("BSC-LT/salamandraTA-7b-instruct") model = AutoModelForCausalLM.from_pretrained("BSC-LT/salamandraTA-7b-instruct", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
bcb7b06
1
Parent(s): a00f2c7
Release v2.0
Browse files- .gitattributes +1 -0
- images/salamandra_header.png +3 -0
.gitattributes
CHANGED
|
@@ -40,3 +40,4 @@ images/bleu_ca_bouquet.png filter=lfs diff=lfs merge=lfs -text
|
|
| 40 |
images/bleu_ca_flores+_devtest.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
images/bleu_en_flores+_devtest.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
images/bleu_es_flores+_devtest.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 40 |
images/bleu_ca_flores+_devtest.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
images/bleu_en_flores+_devtest.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
images/bleu_es_flores+_devtest.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
images/salamandra_header.png filter=lfs diff=lfs merge=lfs -text
|
images/salamandra_header.png
ADDED
|
Git LFS Details
|