Instructions to use PoseyATX/Humiliated_Dolphin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PoseyATX/Humiliated_Dolphin with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" 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("summarization", model="PoseyATX/Humiliated_Dolphin")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("PoseyATX/Humiliated_Dolphin") model = AutoModelForSeq2SeqLM.from_pretrained("PoseyATX/Humiliated_Dolphin", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6f60a92c48a3e10d4d14df16e7dfedd63d08e86e82c390bddac1c311e6f077bc
- Size of remote file:
- 6.6 MB
- SHA256:
- cee48bf5bd49409879e8920180fce00e7ba4059f9e39eb3451fc2f245a9a748e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.