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
/
AuthorClassificationMarathiBERT

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

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

  • Libraries
  • Transformers

    How to use JoshiSuyash/AuthorClassificationMarathiBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="JoshiSuyash/AuthorClassificationMarathiBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("JoshiSuyash/AuthorClassificationMarathiBERT")
    model = AutoModelForSequenceClassification.from_pretrained("JoshiSuyash/AuthorClassificationMarathiBERT")
  • Notebooks
  • Google Colab
  • Kaggle
AuthorClassificationMarathiBERT
1.91 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
JoshiSuyash's picture
JoshiSuyash
Adding `safetensors` variant of this model (#2)
f61a2f9 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    1.05 kB
    Removed Sane Guruji about 3 years ago
  • eval_results.txt
    63 Bytes
    Removed Sane Guruji about 3 years ago
  • model.safetensors
    950 MB
    xet
    Adding `safetensors` variant of this model (#2) about 3 years ago
  • model_args.json
    2.65 kB
    Removed Sane Guruji about 3 years ago
  • pytorch_model.bin
    950 MB
    xet
    Removed Sane Guruji about 3 years ago
  • special_tokens_map.json
    125 Bytes
    Model Uploaded over 3 years ago
  • tokenizer.json
    6.41 MB
    Model Uploaded over 3 years ago
  • tokenizer_config.json
    459 Bytes
    Removed Sane Guruji about 3 years ago
  • training_args.bin
    3.2 kB
    xet
    Removed Sane Guruji about 3 years ago
  • vocab.txt
    3.16 MB
    Model Uploaded over 3 years ago