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

SebOchs
/
canine-c-lang-id

Text Classification
Transformers
PyTorch
Safetensors
canine
Language Identification
Model card Files Files and versions
xet
Community
2

Instructions to use SebOchs/canine-c-lang-id with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SebOchs/canine-c-lang-id with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="SebOchs/canine-c-lang-id")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("SebOchs/canine-c-lang-id")
    model = AutoModelForSequenceClassification.from_pretrained("SebOchs/canine-c-lang-id")
  • Notebooks
  • Google Colab
  • Kaggle
canine-c-lang-id
1.06 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
SebOchs's picture
SebOchs
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#2)
35f2f4b verified about 1 year ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    4.66 kB
    Add multilingual to the language tag (#1) over 3 years ago
  • config.json
    11.2 kB
    Upload CanineForSequenceClassification over 3 years ago
  • model.safetensors
    529 MB
    xet
    Adding `safetensors` variant of this model (#2) about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    529 MB
    xet
    Upload CanineForSequenceClassification over 3 years ago