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

alvp
/
alberti-stanzas

Text Classification
Transformers
PyTorch
Enawené-Nawé
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use alvp/alberti-stanzas with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use alvp/alberti-stanzas with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="alvp/alberti-stanzas")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("alvp/alberti-stanzas")
    model = AutoModelForSequenceClassification.from_pretrained("alvp/alberti-stanzas")
  • Notebooks
  • Google Colab
  • Kaggle
alberti-stanzas
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AutoNLP Admin
Commit From AutoNLP
f3173e4 over 4 years ago
  • .gitattributes
    1.26 kB
    Commit From AutoNLP over 4 years ago
  • README.md
    1.4 kB
    Commit From AutoNLP over 4 years ago
  • config.json
    3.19 kB
    Commit From AutoNLP over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    712 MB
    xet
    Commit From AutoNLP over 4 years ago
  • sample_input.pkl

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.storage._load_from_bytes"

    How to fix it?

    5.92 kB
    xet
    Commit From AutoNLP over 4 years ago
  • special_tokens_map.json
    112 Bytes
    Commit From AutoNLP over 4 years ago
  • tokenizer.json
    1.96 MB
    Commit From AutoNLP over 4 years ago
  • tokenizer_config.json
    312 Bytes
    Commit From AutoNLP over 4 years ago
  • vocab.txt
    996 kB
    Commit From AutoNLP over 4 years ago