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

gyr66
/
relation_extraction_roberta_base

Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use gyr66/relation_extraction_roberta_base with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, BertForRelationExtraction
    
    tokenizer = AutoTokenizer.from_pretrained("gyr66/relation_extraction_roberta_base")
    model = BertForRelationExtraction.from_pretrained("gyr66/relation_extraction_roberta_base")
  • Notebooks
  • Google Colab
  • Kaggle
relation_extraction_roberta_base / runs
10.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
gyr66's picture
gyr66
End of training
c0a496b over 2 years ago
  • Dec30_12-01-33_01d221258d33
    End of training over 2 years ago