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

ml6team
/
keyphrase-extraction-kbir-openkp

Token Classification
Transformers
PyTorch
English
roberta
keyphrase-extraction
Eval Results (legacy)
Model card Files Files and versions
xet
Community
3

Instructions to use ml6team/keyphrase-extraction-kbir-openkp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ml6team/keyphrase-extraction-kbir-openkp with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ml6team/keyphrase-extraction-kbir-openkp")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ml6team/keyphrase-extraction-kbir-openkp")
    model = AutoModelForTokenClassification.from_pretrained("ml6team/keyphrase-extraction-kbir-openkp")
  • Notebooks
  • Google Colab
  • Kaggle
keyphrase-extraction-kbir-openkp
1.42 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
DeDeckerThomas's picture
DeDeckerThomas
Update README.md
ab6c566 about 3 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    11.4 kB
    Update README.md about 3 years ago
  • config.json
    855 Bytes
    Add model about 4 years ago
  • merges.txt
    456 kB
    Add model about 4 years ago
  • pytorch_model.bin
    1.42 GB
    xet
    Add model about 4 years ago
  • special_tokens_map.json
    772 Bytes
    Add model about 4 years ago
  • tokenizer.json
    2.11 MB
    Add model about 4 years ago
  • tokenizer_config.json
    1.15 kB
    Add model about 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    3.06 kB
    xet
    Add model about 4 years ago
  • vocab.json
    798 kB
    Add model about 4 years ago