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

  • Log In
  • Sign Up

aimarsg
/
testlink

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

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

  • Libraries
  • Transformers

    How to use aimarsg/testlink with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="aimarsg/testlink")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("aimarsg/testlink")
    model = AutoModelForTokenClassification.from_pretrained("aimarsg/testlink")
  • Notebooks
  • Google Colab
  • Kaggle
testlink / runs
82.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
aimarsg's picture
aimarsg
Training complete
be6bf69 about 3 years ago
  • Apr11_18-58-07_4356ba091f8c
    Training complete about 3 years ago
  • Apr11_19-49-17_4356ba091f8c
    Training complete about 3 years ago