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
- Xet hash:
- 75794a113c832df9ec5c307ded2e044b0e5fc594c26d87352adc152b864d1f30
- Size of remote file:
- 11.1 MB
- SHA256:
- de12bec43f22c0c41b45b84425759d6c9e38ecdf06d58519f048f10fe6e826de
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.