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

LightFury9
/
nlp-mini-project

Token Classification
Transformers
TensorBoard
Safetensors
English
distilbert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use LightFury9/nlp-mini-project with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LightFury9/nlp-mini-project with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="LightFury9/nlp-mini-project")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("LightFury9/nlp-mini-project")
    model = AutoModelForTokenClassification.from_pretrained("LightFury9/nlp-mini-project")
  • Notebooks
  • Google Colab
  • Kaggle
nlp-mini-project / runs
82.1 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
LightFury9's picture
LightFury9
End of training
1295255 over 2 years ago
  • Dec07_05-41-59_71cdfe336f81
    End of training over 2 years ago
  • Dec07_05-49-15_71cdfe336f81
    End of training over 2 years ago
  • Dec07_05-51-38_71cdfe336f81
    End of training over 2 years ago
  • Dec07_05-54-06_71cdfe336f81
    End of training over 2 years ago
  • Dec07_05-54-30_71cdfe336f81
    End of training over 2 years ago
  • Dec07_05-59-34_71cdfe336f81
    End of training over 2 years ago
  • Dec07_05-59-58_71cdfe336f81
    End of training over 2 years ago
  • Dec07_06-42-44_71cdfe336f81
    End of training over 2 years ago
  • Dec07_06-52-47_71cdfe336f81
    End of training over 2 years ago