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

manjinder
/
finetuning_result

Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use manjinder/finetuning_result with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="manjinder/finetuning_result")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("manjinder/finetuning_result")
    model = AutoModelForSequenceClassification.from_pretrained("manjinder/finetuning_result")
  • Notebooks
  • Google Colab
  • Kaggle
finetuning_result / runs
54.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
manjinder's picture
manjinder
Training in progress, epoch 1
66e343f over 3 years ago
  • Feb20_18-19-34_aj-H81M-S
    Training in progress, epoch 1 over 3 years ago
  • Feb20_18-38-09_aj-H81M-S
    Training in progress, epoch 1 over 3 years ago
  • Feb20_18-59-51_aj-H81M-S
    Training in progress, epoch 1 over 3 years ago
  • Feb20_19-02-05_aj-H81M-S
    End of training over 3 years ago
  • Feb21_11-57-15_aj-H81M-S
    Training in progress, epoch 1 over 3 years ago
  • Feb21_12-03-34_aj-H81M-S
    Training in progress, epoch 1 over 3 years ago