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

rrivera1849
/
LUAR-CRUD

Feature Extraction
Transformers
PyTorch
Safetensors
English
LUAR
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use rrivera1849/LUAR-CRUD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rrivera1849/LUAR-CRUD with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="rrivera1849/LUAR-CRUD", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("rrivera1849/LUAR-CRUD", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
LUAR-CRUD
665 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 23 commits
rrivera1849's picture
rrivera1849
Fix transformers 5.x compat: add all_tied_weights_keys
8b36ce7 verified 9 days ago
  • backbone
    Support for latest transformers 9 days ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    6.56 kB
    Update README.md 5 months ago
  • config.json
    1.13 kB
    Support for latest transformers 9 days ago
  • config.py
    535 Bytes
    Upload LUAR over 2 years ago
  • merges.txt
    456 kB
    Upload tokenizer over 2 years ago
  • model.py
    8.55 kB
    Fix transformers 5.x compat: add all_tied_weights_keys 9 days ago
  • model.safetensors
    330 MB
    xet
    Adding `safetensors` variant of this model (#1) about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    330 MB
    xet
    Upload LUAR over 2 years ago
  • special_tokens_map.json
    964 Bytes
    Upload tokenizer over 1 year ago
  • tokenizer.json
    3.56 MB
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    1.25 kB
    Upload tokenizer over 1 year ago
  • vocab.json
    798 kB
    Upload tokenizer over 2 years ago