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

VinsmokeMir
/
Fine_Tuning_SC_Method_2_Epoch_13B

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/Fine_Tuning_SC_Method_2_Epoch_13B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use VinsmokeMir/Fine_Tuning_SC_Method_2_Epoch_13B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="VinsmokeMir/Fine_Tuning_SC_Method_2_Epoch_13B")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("VinsmokeMir/Fine_Tuning_SC_Method_2_Epoch_13B")
    model = AutoModelForSequenceClassification.from_pretrained("VinsmokeMir/Fine_Tuning_SC_Method_2_Epoch_13B")
  • Notebooks
  • Google Colab
  • Kaggle
Fine_Tuning_SC_Method_2_Epoch_13B / logs
24.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 31 commits
VinsmokeMir's picture
VinsmokeMir
End of training
a9322db about 3 years ago
  • 1684855836.5319705
    Training in progress, step 500 about 3 years ago
  • events.out.tfevents.1684855836.5e049d1979f2.194.4
    18.6 kB
    xet
    End of training about 3 years ago