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