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

venkatasg
/
lil-bevo-x

Fill-Mask
Transformers
PyTorch
English
deberta-v2
babylm
Model card Files Files and versions
xet
Community
1

Instructions to use venkatasg/lil-bevo-x with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use venkatasg/lil-bevo-x with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="venkatasg/lil-bevo-x")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("venkatasg/lil-bevo-x")
    model = AutoModelForMaskedLM.from_pretrained("venkatasg/lil-bevo-x")
  • Notebooks
  • Google Colab
  • Kaggle
lil-bevo-x
471 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
venkatasg's picture
venkatasg
Update README.md
b2361ea almost 3 years ago
  • .gitattributes
    1.58 kB
    Short versions of models almost 3 years ago
  • README.md
    585 Bytes
    Update README.md almost 3 years ago
  • all_predictions.json
    21.2 MB
    xet
    updated model files almost 3 years ago
  • config.json
    881 Bytes
    updated model files almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    447 MB
    xet
    updated model files almost 3 years ago
  • special_tokens_map.json
    124 Bytes
    V 1.0 almost 3 years ago
  • spiece.model
    827 kB
    xet
    V 1.0 almost 3 years ago
  • tokenizer.json
    2.5 MB
    V 1.0 almost 3 years ago
  • tokenizer_config.json
    272 Bytes
    V 1.0 almost 3 years ago