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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

sjhuskey
/
distilbert_multilingual_cased_greek_latin_classifier

Text Classification
Transformers
Safetensors
English
Latin
Greek
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use sjhuskey/distilbert_multilingual_cased_greek_latin_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sjhuskey/distilbert_multilingual_cased_greek_latin_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sjhuskey/distilbert_multilingual_cased_greek_latin_classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sjhuskey/distilbert_multilingual_cased_greek_latin_classifier")
    model = AutoModelForSequenceClassification.from_pretrained("sjhuskey/distilbert_multilingual_cased_greek_latin_classifier", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert_multilingual_cased_greek_latin_classifier
545 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
sjhuskey's picture
sjhuskey
update: emissions stats
e597ae8 about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • .gitignore
    11 Bytes
    add: model files over 1 year ago
  • README.md
    1.96 kB
    update: emissions stats about 1 year ago
  • config.json
    701 Bytes
    update: model files after article revision about 1 year ago
  • model.safetensors
    541 MB
    xet
    update: model files after article revision about 1 year ago
  • special_tokens_map.json
    125 Bytes
    add: model files over 1 year ago
  • tokenizer.json
    2.92 MB
    add: model files over 1 year ago
  • tokenizer_config.json
    1.23 kB
    add: model files over 1 year ago
  • vocab.txt
    996 kB
    add: model files over 1 year ago