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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ElMad
/
trusting-cod-535

Text Classification
Transformers
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ElMad/trusting-cod-535 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ElMad/trusting-cod-535 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ElMad/trusting-cod-535")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ElMad/trusting-cod-535")
    model = AutoModelForSequenceClassification.from_pretrained("ElMad/trusting-cod-535", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
trusting-cod-535
434 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ElMad's picture
ElMad
stackoverflow_tag_classification/initial_run/bert-base-cased/trusting-cod-535
3bb3482 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    4.15 kB
    stackoverflow_tag_classification/initial_run/bert-base-cased/trusting-cod-535 over 1 year ago
  • config.json
    1.21 kB
    stackoverflow_tag_classification/initial_run/bert-base-cased/trusting-cod-535 over 1 year ago
  • model.safetensors
    433 MB
    xet
    stackoverflow_tag_classification/initial_run/bert-base-cased/trusting-cod-535 over 1 year ago
  • special_tokens_map.json
    132 Bytes
    stackoverflow_tag_classification/initial_run/bert-base-cased/trusting-cod-535 over 1 year ago
  • tokenizer.json
    669 kB
    stackoverflow_tag_classification/initial_run/bert-base-cased/trusting-cod-535 over 1 year ago
  • tokenizer_config.json
    1.28 kB
    stackoverflow_tag_classification/initial_run/bert-base-cased/trusting-cod-535 over 1 year ago
  • training_args.bin
    5.5 kB
    xet
    stackoverflow_tag_classification/initial_run/bert-base-cased/trusting-cod-535 over 1 year ago
  • vocab.txt
    213 kB
    stackoverflow_tag_classification/initial_run/bert-base-cased/trusting-cod-535 over 1 year ago