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

alexandrainst
/
da-ned-base

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
Danish
xlm-roberta
Model card Files Files and versions
xet
Community
1

Instructions to use alexandrainst/da-ned-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use alexandrainst/da-ned-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="alexandrainst/da-ned-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("alexandrainst/da-ned-base")
    model = AutoModelForSequenceClassification.from_pretrained("alexandrainst/da-ned-base")
  • Notebooks
  • Google Colab
  • Kaggle
da-ned-base
3.34 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
saattrupdan's picture
saattrupdan
Update README.md
c70355b over 2 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    2.67 kB
    Update README.md over 2 years ago
  • config.json
    814 Bytes
    initial commit over 4 years ago
  • model.safetensors
    1.11 GB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.11 GB
    xet
    initial commit over 4 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    initial commit over 4 years ago
  • special_tokens_map.json
    239 Bytes
    initial commit over 4 years ago
  • tf_model.h5
    1.11 GB
    xet
    initial commit over 4 years ago
  • tokenizer_config.json
    380 Bytes
    initial commit over 4 years ago