Instructions to use CLAck/en-km with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CLAck/en-km 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="CLAck/en-km")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("CLAck/en-km") model = AutoModelForSeq2SeqLM.from_pretrained("CLAck/en-km", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- e09d6badf711c62b73cdfd2455c3de12c2579c6551ce08cc7ca3c8138e24d618
- Size of remote file:
- 3.31 kB
- SHA256:
- ce094e958dc3bfab111523b464ca9b42ee2235d40107c22362fde5559ddcaed8
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.