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

  • Log In
  • Sign Up

LarryTW
/
llm_NLP

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

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

  • Libraries
  • Transformers

    How to use LarryTW/llm_NLP with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="LarryTW/llm_NLP")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("LarryTW/llm_NLP")
    model = AutoModelForSequenceClassification.from_pretrained("LarryTW/llm_NLP")
  • Notebooks
  • Google Colab
  • Kaggle
llm_NLP / run-7
3.22 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
LarryTW's picture
LarryTW
Training in progress, epoch 4
1b92d74 over 2 years ago
  • checkpoint-1072
    Training in progress, epoch 4 over 2 years ago
  • checkpoint-268
    Training in progress, epoch 1 over 2 years ago
  • checkpoint-536
    Training in progress, epoch 4 over 2 years ago
  • checkpoint-804
    Training in progress, epoch 4 over 2 years ago