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

JoshiSuyash
/
MarathiAuthorClassifierALBERT

Text Classification
Transformers
PyTorch
albert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use JoshiSuyash/MarathiAuthorClassifierALBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="JoshiSuyash/MarathiAuthorClassifierALBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("JoshiSuyash/MarathiAuthorClassifierALBERT")
    model = AutoModelForSequenceClassification.from_pretrained("JoshiSuyash/MarathiAuthorClassifierALBERT")
  • Notebooks
  • Google Colab
  • Kaggle
MarathiAuthorClassifierALBERT
139 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
JoshiSuyash's picture
JoshiSuyash
Model Upload
8b872b5 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    1.22 kB
    Model Upload about 3 years ago
  • eval_results.txt
    62 Bytes
    Model Upload about 3 years ago
  • model_args.json
    2.65 kB
    Model Upload about 3 years ago
  • pytorch_model.bin
    134 MB
    xet
    Model Upload about 3 years ago
  • special_tokens_map.json
    286 Bytes
    Model Upload about 3 years ago
  • spiece.model
    5.65 MB
    xet
    Model Upload about 3 years ago
  • tokenizer_config.json
    594 Bytes
    Model Upload about 3 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.ClassificationArgs"

    How to fix it?

    3.2 kB
    xet
    Model Upload about 3 years ago