Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dimitriz
/
greek-media-longformer-4096

Feature Extraction
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
Greek
longformer
text
language-modeling
Model card Files Files and versions
xet
Community
1

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
greek-media-longformer-4096
1.81 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 8 commits
dimitriz's picture
dimitriz
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
148729e verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    134 Bytes
    Update gitignore about 3 years ago
  • README.md
    1.87 kB
    added proper citation to readme over 2 years ago
  • config.json
    848 Bytes
    Final model pretrained on the greek-longformer after 3 epochs about 3 years ago
  • merges.txt
    1.32 MB
    Final model pretrained on the greek-longformer after 3 epochs about 3 years ago
  • model.safetensors
    600 MB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    600 MB
    xet
    Final model pretrained on the greek-longformer after 6 epochs about 3 years ago
  • special_tokens_map.json
    280 Bytes
    Initial Commit. over 3 years ago
  • tf_model.h5
    600 MB
    xet
    Final model pretrained on the greek-longformer after 6 epochs about 3 years ago
  • tokenizer.json
    3.88 MB
    Final model pretrained on the greek-longformer after 3 epochs about 3 years ago
  • tokenizer_config.json
    491 Bytes
    Final model pretrained on the greek-longformer after 3 epochs about 3 years ago
  • vocab.json
    1.67 MB
    Final model pretrained on the greek-longformer after 3 epochs about 3 years ago