Instructions to use LifeAi-dev/madlad400-10b-ct2-float32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LifeAi-dev/madlad400-10b-ct2-float32 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="LifeAi-dev/madlad400-10b-ct2-float32")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LifeAi-dev/madlad400-10b-ct2-float32", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 136 Bytes
35516fc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5e98a018d9f8a31e2089045d481729e77bbeed8fdfa75b00f2463732b305256c
size 42850396371
|