Summarization
Transformers
PyTorch
Safetensors
Enawené-Nawé
encoder-decoder
text2text-generation
Trained with AutoTrain
Instructions to use chiakya/codebert-gpt2-Summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chiakya/codebert-gpt2-Summarization 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="chiakya/codebert-gpt2-Summarization")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("chiakya/codebert-gpt2-Summarization") model = AutoModelForSeq2SeqLM.from_pretrained("chiakya/codebert-gpt2-Summarization") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 55e490377aa329b5a029463e24249a159ceff0178cc0904e82acf817af328a42
- Size of remote file:
- 1.14 GB
- SHA256:
- ef2915ce1e7ed145b1b309865e16ce1a32402efb41cb2f0bc77a1388b381bc93
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.