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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

orai-nlp
/
ElhBERTeu

Feature Extraction
Transformers
PyTorch
Safetensors
Basque
bert
basque
euskara
Model card Files Files and versions
xet
Community
1

Instructions to use orai-nlp/ElhBERTeu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use orai-nlp/ElhBERTeu with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="orai-nlp/ElhBERTeu")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("orai-nlp/ElhBERTeu")
    model = AutoModel.from_pretrained("orai-nlp/ElhBERTeu", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ElhBERTeu
2.51 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 28 commits
andercorral's picture
andercorral
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
bb695ac verified over 1 year ago
  • .gitattributes
    1.36 kB
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • README.md
    4.15 kB
    Update README.md over 3 years ago
  • config.json
    450 Bytes
    Upload config.json about 4 years ago
  • model.ckpt-1000000.data-00000-of-00001
    1.5 GB
    xet
    Upload model.ckpt-1000000.data-00000-of-00001 with git-lfs about 4 years ago
  • model.ckpt-1000000.index
    9.41 kB
    Upload model.ckpt-1000000.index about 4 years ago
  • model.ckpt-1000000.meta
    4.48 MB
    xet
    Upload model.ckpt-1000000.meta with git-lfs about 4 years ago
  • model.safetensors
    501 MB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    501 MB
    xet
    Upload pytorch_model.bin with git-lfs about 4 years ago
  • tokenizer_config.json
    24 Bytes
    Added tokenizer_config.json almost 4 years ago
  • vocab.txt
    423 kB
    Upload vocab.txt about 4 years ago