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

nielsr
/
luke-large

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

Instructions to use nielsr/luke-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nielsr/luke-large with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("nielsr/luke-large")
    model = AutoModel.from_pretrained("nielsr/luke-large")
  • Notebooks
  • Google Colab
  • Kaggle
luke-large
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
nielsr's picture
nielsr HF Staff
Fix special tokens
6c3b177 over 5 years ago
  • .gitattributes
    690 Bytes
    initial commit over 5 years ago
  • added_tokens.json
    33 Bytes
    Update added tokens over 5 years ago
  • config.json
    745 Bytes
    New model over 5 years ago
  • merges.txt
    456 kB
    First commit over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    2.24 GB
    xet
    Update added tokens over 5 years ago
  • special_tokens_map.json
    923 Bytes
    Fix special tokens over 5 years ago
  • tokenizer_config.json
    1.05 kB
    First commit over 5 years ago
  • vocab.json
    899 kB
    First commit over 5 years ago