Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

VinsmokeMir
/
FineTuning_Method_2_SC

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use VinsmokeMir/FineTuning_Method_2_SC with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="VinsmokeMir/FineTuning_Method_2_SC")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("VinsmokeMir/FineTuning_Method_2_SC")
    model = AutoModelForSequenceClassification.from_pretrained("VinsmokeMir/FineTuning_Method_2_SC")
  • Notebooks
  • Google Colab
  • Kaggle
FineTuning_Method_2_SC / logs
67.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 113 commits
VinsmokeMir's picture
VinsmokeMir
End of training
bfe2ed4 almost 3 years ago
  • 1684850410.2610545
    Training in progress, step 500 almost 3 years ago
  • events.out.tfevents.1684850410.5e049d1979f2.194.0
    62 kB
    xet
    End of training almost 3 years ago