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

Mukundhan32
/
Genz

Text Classification
Transformers
Safetensors
English
roberta
tensorflow
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Mukundhan32/Genz with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Mukundhan32/Genz")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Mukundhan32/Genz")
    model = AutoModelForSequenceClassification.from_pretrained("Mukundhan32/Genz")
  • Notebooks
  • Google Colab
  • Kaggle
Genz
1.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
Mukundhan32's picture
Mukundhan32
Rename pytorch_model.bin to pytorch_model23.bin
09d4e64 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • DS_Store
    6.15 kB
    Upload 9 files almost 2 years ago
  • README.md
    1.93 kB
    Upload 9 files almost 2 years ago
  • config.json
    1.72 kB
    Rename config (1).json to config.json almost 2 years ago
  • gitattributes
    690 Bytes
    Upload 9 files almost 2 years ago
  • merges.txt
    456 kB
    Rename merges (1).txt to merges.txt almost 2 years ago
  • model.safetensors
    499 MB
    xet
    Rename model (1).safetensors to model.safetensors almost 2 years ago
  • pytorch_model23.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    499 MB
    xet
    Rename pytorch_model.bin to pytorch_model23.bin almost 2 years ago
  • pytorch_model32.bin
    501 MB
    xet
    Rename pytorch_model.bin to pytorch_model32.bin almost 2 years ago
  • special_tokens_map.json
    239 Bytes
    Rename special_tokens_map (1).json to special_tokens_map.json almost 2 years ago
  • tokenizer_config.json
    25 Bytes
    Rename tokenizer_config (1).json to tokenizer_config.json almost 2 years ago
  • vocab.json
    798 kB
    Rename vocab (1).json to vocab.json almost 2 years ago