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

m3tafl0ps
/
autonlp-NLPIsFun-251844

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

Instructions to use m3tafl0ps/autonlp-NLPIsFun-251844 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use m3tafl0ps/autonlp-NLPIsFun-251844 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="m3tafl0ps/autonlp-NLPIsFun-251844")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("m3tafl0ps/autonlp-NLPIsFun-251844")
    model = AutoModelForSequenceClassification.from_pretrained("m3tafl0ps/autonlp-NLPIsFun-251844")
  • Notebooks
  • Google Colab
  • Kaggle
autonlp-NLPIsFun-251844
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
AutoNLP Admin
Commit From AutoNLP
d115c71 about 5 years ago
  • .gitattributes
    732 Bytes
    Commit From AutoNLP about 5 years ago
  • README.md
    1.07 kB
    Commit From AutoNLP about 5 years ago
  • config.json
    846 Bytes
    Commit From AutoNLP about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.34 GB
    xet
    Commit From AutoNLP about 5 years ago
  • sample_input.pkl

    Detected Pickle imports (3)

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

    How to fix it?

    2.85 kB
    xet
    Commit From AutoNLP about 5 years ago
  • special_tokens_map.json
    112 Bytes
    Commit From AutoNLP about 5 years ago
  • tokenizer.json
    466 kB
    Commit From AutoNLP about 5 years ago
  • tokenizer_config.json
    275 Bytes
    Commit From AutoNLP about 5 years ago
  • vocab.txt
    232 kB
    Commit From AutoNLP about 5 years ago