Instructions to use PrathameshPawar/sci_summary_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PrathameshPawar/sci_summary_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="PrathameshPawar/sci_summary_2")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("PrathameshPawar/sci_summary_2") model = AutoModelForMaskedLM.from_pretrained("PrathameshPawar/sci_summary_2") - Notebooks
- Google Colab
- Kaggle
Commit ·
cb8094e
1
Parent(s): 19ee3aa
Upload 15_test_1.json (#1)
Browse files- Upload 15_test_1.json (2ef100fb5142b8d701760d4c7d2fd16210f1ffab)
Co-authored-by: Ashwin Sharan <Ashwin0@users.noreply.huggingface.co>
- 15_test_1.json +0 -0
15_test_1.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|