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

studio-ousia
/
luke-large-finetuned-open-entity

Transformers
PyTorch
luke
Model card Files Files and versions
xet
Community
1

Instructions to use studio-ousia/luke-large-finetuned-open-entity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use studio-ousia/luke-large-finetuned-open-entity with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, LukeForEntityClassification
    
    tokenizer = AutoTokenizer.from_pretrained("studio-ousia/luke-large-finetuned-open-entity")
    model = LukeForEntityClassification.from_pretrained("studio-ousia/luke-large-finetuned-open-entity", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
luke-large-finetuned-open-entity
2.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
ikuyamada's picture
ikuyamada
update tokenizer_config.json
35df929 over 5 years ago
  • .gitattributes
    744 Bytes
    initial commit over 5 years ago
  • added_tokens.json
    33 Bytes
    initial commit over 5 years ago
  • config.json
    1.05 kB
    add id2label and label2id to config.json over 5 years ago
  • entity_vocab.json
    15.3 MB
    xet
    initial commit over 5 years ago
  • merges.txt
    456 kB
    initial commit over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "torch.FloatStorage"

    What is a pickle import?

    2.24 GB
    xet
    initial commit over 5 years ago
  • special_tokens_map.json
    1 kB
    initial commit over 5 years ago
  • tokenizer_config.json
    1.69 kB
    update tokenizer_config.json over 5 years ago
  • vocab.json
    899 kB
    initial commit over 5 years ago