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

  • Log In
  • Sign Up

mantra-coding
/
alBERTo

Text Classification
Transformers
English
code
linguistic antipatterns
python
Model card Files Files and versions
xet
Community

Instructions to use mantra-coding/alBERTo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mantra-coding/alBERTo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mantra-coding/alBERTo")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("mantra-coding/alBERTo", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
alBERTo
998 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
xrenegade100's picture
xrenegade100
Upload greet-cli-model
0d695fe almost 3 years ago
  • .gitattributes
    1.58 kB
    Upload greet-cli-model almost 3 years ago
  • README.md
    2.45 kB
    Update README.md almost 3 years ago
  • alBERTo-v1.0.0
    499 MB
    xet
    Upload alBERTo-v1.0.0 almost 3 years ago
  • greet-cli-model
    499 MB
    xet
    Upload greet-cli-model almost 3 years ago
  • greet.ipynb
    756 kB
    upload greet colab notebook almost 3 years ago