Feature Extraction
Transformers
PyTorch
TensorFlow
Safetensors
Greek
longformer
text
language-modeling
Instructions to use dimitriz/greek-media-longformer-4096 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dimitriz/greek-media-longformer-4096 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="dimitriz/greek-media-longformer-4096")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("dimitriz/greek-media-longformer-4096") model = AutoModel.from_pretrained("dimitriz/greek-media-longformer-4096") - Notebooks
- Google Colab
- Kaggle
Commit History
added proper citation to readme d02ea6a
d1mitriz commited on
added proper citation to readme 4305a2a
d1mitriz commited on
Update gitignore 6706d0f
d1mitriz commited on
Final model pretrained on the greek-longformer after 6 epochs 7f6d761
d1mitriz commited on
Final model pretrained on the greek-longformer after 3 epochs 200ed96
d1mitriz commited on
Initial Commit. 926e350
d1mitriz commited on