Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

mrm8488
/
convbert-small-spanish

Feature Extraction
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
Spanish
convbert
Model card Files Files and versions
xet
Community
1

Instructions to use mrm8488/convbert-small-spanish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mrm8488/convbert-small-spanish with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="mrm8488/convbert-small-spanish")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("mrm8488/convbert-small-spanish")
    model = AutoModel.from_pretrained("mrm8488/convbert-small-spanish")
  • Notebooks
  • Google Colab
  • Kaggle
convbert-small-spanish
159 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
mrm8488's picture
mrm8488
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
fae5f3e about 3 years ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    989 Bytes
    Update README.md almost 5 years ago
  • config.json
    667 Bytes
    Add TF ckpt almost 5 years ago
  • model.safetensors
    52.6 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    52.7 MB
    xet
    Fix model almost 5 years ago
  • special_tokens_map.json
    112 Bytes
    Initial commit from mrm8488 about 5 years ago
  • tf_model.h5
    52.9 MB
    xet
    Add TF ckpt almost 5 years ago
  • tokenizer.json
    481 kB
    Fix model almost 5 years ago
  • tokenizer_config.json
    370 Bytes
    Fix model almost 5 years ago
  • vocab.txt
    242 kB
    Initial commit from mrm8488 about 5 years ago