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

RicardoPoleo
/
SLM_v3

Fill-Mask
Transformers
google-tensorflow TensorFlow
bert
Model card Files Files and versions
xet
Community

Instructions to use RicardoPoleo/SLM_v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RicardoPoleo/SLM_v3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="RicardoPoleo/SLM_v3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("RicardoPoleo/SLM_v3")
    model = AutoModelForMaskedLM.from_pretrained("RicardoPoleo/SLM_v3")
  • Notebooks
  • Google Colab
  • Kaggle
SLM_v3
3.91 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
RicardoPoleo's picture
RicardoPoleo
Upload config
77374bc verified about 2 years ago
  • model
    Upload folder using huggingface_hub about 2 years ago
  • .gitattributes
    2.35 kB
    Upload folder using huggingface_hub about 2 years ago
  • README.md
    5.17 kB
    Upload config about 2 years ago
  • config.json
    709 Bytes
    Upload config about 2 years ago
  • tf_model.h5
    301 MB
    xet
    Upload tf_model.h5 with huggingface_hub about 2 years ago