Translation
Transformers
PyTorch
Safetensors
Chinese
English
bloom
text-generation
gpt-style
chinese
english
text-generation-inference
Instructions to use nullday/immersiveL-exp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nullday/immersiveL-exp 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="nullday/immersiveL-exp")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("nullday/immersiveL-exp") model = AutoModelForCausalLM.from_pretrained("nullday/immersiveL-exp", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
b7e8bb9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:17a208233d2ee8d8c83b23bc214df737c44806a1919f444e89b31e586cd956ba
size 14500471
|