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

ardigen
/
ardisplay-i

Text Classification
Transformers
PyTorch
ardisplay
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use ardigen/ardisplay-i with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ardigen/ardisplay-i with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ardigen/ardisplay-i", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("ardigen/ardisplay-i", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ardisplay-i
374 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
bartlomiejkrol-jozaga's picture
bartlomiejkrol-jozaga
release v1.0.0
20901a8 almost 3 years ago
  • cli
    release v1.0.0 almost 3 years ago
  • documentation_images
    release v1.0.0 almost 3 years ago
  • .gitattributes
    1.63 kB
    release v1.0.0 almost 3 years ago
  • LICENSE.md
    9.17 kB
    release v1.0.0 almost 3 years ago
  • README.md
    7.01 kB
    release v1.0.0 almost 3 years ago
  • ardisplay_hf.py
    8.36 kB
    release v1.0.0 almost 3 years ago
  • config.json
    1.23 kB
    release v1.0.0 almost 3 years ago
  • mhc1-psd.json
    145 kB
    release v1.0.0 almost 3 years ago
  • pytorch_model.bin
    368 MB
    xet
    release v1.0.0 almost 3 years ago
  • special_tokens_map.json
    99 Bytes
    release v1.0.0 almost 3 years ago
  • tokenizer_config.json
    339 Bytes
    release v1.0.0 almost 3 years ago
  • vocab.txt
    81 Bytes
    release v1.0.0 almost 3 years ago