Instructions to use Soupis/Contra-200 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Soupis/Contra-200 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="Soupis/Contra-200")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Soupis/Contra-200", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6d6d73842fc05407de76e2649fb28c46de49ffb20c17d60224dc1afad9c985ff
- Size of remote file:
- 17.3 MB
- SHA256:
- ea576e70b8821af785b2752bbe892ab616e85497f8726b368c22aa03ee5a2d78
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.