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

  • Log In
  • Sign Up

djsull
/
logs_rand

Token Classification
Transformers
TensorBoard
Safetensors
roberta
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use djsull/logs_rand with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="djsull/logs_rand")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("djsull/logs_rand")
    model = AutoModelForTokenClassification.from_pretrained("djsull/logs_rand")
  • Notebooks
  • Google Colab
  • Kaggle
logs_rand / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
djsull's picture
djsull
djsull/ner_insurence_roberta
d36c6f3 verified almost 2 years ago
  • May31_05-33-00_129-146-79-76
    djsull/ner_insurence_roberta almost 2 years ago
  • May31_06-02-13_129-146-79-76
    djsull/ner_insurence_roberta almost 2 years ago
  • May31_06-04-20_129-146-79-76
    djsull/ner_insurence_roberta almost 2 years ago
  • May31_06-22-51_129-146-79-76
    djsull/ner_insurence_roberta almost 2 years ago
  • May31_06-37-39_129-146-79-76
    djsull/ner_insurence_roberta almost 2 years ago