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

nafraa
/
td2

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

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

  • Libraries
  • Transformers

    How to use nafraa/td2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="nafraa/td2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("nafraa/td2")
    model = AutoModelForTokenClassification.from_pretrained("nafraa/td2")
  • Notebooks
  • Google Colab
  • Kaggle
td2 / runs
78 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
nafraa's picture
nafraa
Training in progress, epoch 10
9a23b5a verified about 1 year ago
  • Mar27_08-22-06_7606b3fef377
    Training in progress, epoch 1 about 1 year ago
  • Mar27_08-24-28_7606b3fef377
    Training in progress, epoch 1 about 1 year ago
  • Mar27_08-29-08_7606b3fef377
    Training in progress, epoch 1 about 1 year ago
  • Mar27_08-31-48_7606b3fef377
    Training in progress, epoch 1 about 1 year ago
  • Mar27_08-33-54_7606b3fef377
    Training in progress, epoch 1 about 1 year ago
  • Mar27_08-37-57_7606b3fef377
    Training in progress, epoch 1 about 1 year ago
  • Mar27_09-10-23_7606b3fef377
    Training in progress, epoch 1 about 1 year ago
  • Mar27_09-16-05_7606b3fef377
    Training in progress, epoch 1 about 1 year ago
  • Mar27_09-17-21_7606b3fef377
    Training in progress, epoch 10 about 1 year ago