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

SushantGautam
/
LogClassification

Text Classification
Transformers
PyTorch
canine
Generated from Trainer
Model card Files Files and versions
xet
Community
5

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

  • Libraries
  • Transformers

    How to use SushantGautam/LogClassification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="SushantGautam/LogClassification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("SushantGautam/LogClassification")
    model = AutoModelForSequenceClassification.from_pretrained("SushantGautam/LogClassification")
  • Notebooks
  • Google Colab
  • Kaggle
LogClassification
552 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 53 commits
SushantGautam's picture
SushantGautam
Training in progress, step 7000
e4dbc86 almost 4 years ago
  • .gitattributes
    1.22 kB
    Training in progress, step 500 almost 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 almost 4 years ago
  • README.md
    1.03 kB
    update model card README.md almost 4 years ago
  • all_results.json
    198 Bytes
    End of training almost 4 years ago
  • config.json
    894 Bytes
    Training in progress, step 500 almost 4 years ago
  • pytorch_model.bin
    529 MB
    xet
    Training in progress, step 7000 almost 4 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Training in progress, step 500 almost 4 years ago
  • special_tokens_map.json
    816 Bytes
    Training in progress, step 500 almost 4 years ago
  • tokenizer.json
    17.1 MB
    xet
    Training in progress, step 500 almost 4 years ago
  • tokenizer_config.json
    1.33 kB
    Training in progress, step 500 almost 4 years ago
  • train_results.json
    198 Bytes
    End of training almost 4 years ago
  • trainer_state.json
    1.31 MB
    End of training almost 4 years ago
  • training_args.bin
    3.31 kB
    xet
    Training in progress, step 500 almost 4 years ago
  • vocab.txt
    213 kB
    Training in progress, step 500 almost 4 years ago