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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

BenjaminKUL
/
new_model

Token Classification
Transformers
PyTorch
TensorBoard
lilt
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use BenjaminKUL/new_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="BenjaminKUL/new_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("BenjaminKUL/new_model")
    model = AutoModelForTokenClassification.from_pretrained("BenjaminKUL/new_model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
new_model / logs
57.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
BenjaminKUL's picture
BenjaminKUL
End of training
619760b about 3 years ago
  • 1691672254.592364
    Training in progress, step 200 about 3 years ago
  • 1691673232.368119
    Training in progress, step 200 about 3 years ago
  • 1691674839.991881
    Training in progress, step 200 about 3 years ago
  • events.out.tfevents.1691661539.Benjamins-MacBook-Pro.local.19102.1
    4.39 kB
    xet
    Training in progress, step 200 about 3 years ago
  • events.out.tfevents.1691661939.Benjamins-MacBook-Pro.local.19840.0
    4.39 kB
    xet
    Training in progress, step 200 about 3 years ago
  • events.out.tfevents.1691672254.Benjamins-MacBook-Pro.local.32258.0
    12.7 kB
    xet
    Training in progress, step 200 about 3 years ago
  • events.out.tfevents.1691673232.Benjamins-MacBook-Pro.local.32258.2
    5.71 kB
    xet
    Training in progress, step 400 about 3 years ago
  • events.out.tfevents.1691674839.Benjamins-MacBook-Pro.local.33466.0
    12.7 kB
    xet
    End of training about 3 years ago