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

Maslionok
/
language-detection-pipeline

Token Classification
Transformers
English
French
German
lang_detect
v1.0.0
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Maslionok/language-detection-pipeline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Maslionok/language-detection-pipeline with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Maslionok/language-detection-pipeline", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForTokenClassification
    model = AutoModelForTokenClassification.from_pretrained("Maslionok/language-detection-pipeline", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
language-detection-pipeline
32 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
Gleb Vinarskis
readme
1337dc1 over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • LID-40-3-2000000-1-4.bin
    32 MB
    xet
    initial commit adding files over 1 year ago
  • README.md
    1.03 kB
    readme over 1 year ago
  • __init__.py
    0 Bytes
    initial commit adding files over 1 year ago
  • config.json
    588 Bytes
    initial commit adding files over 1 year ago
  • configuration_lang.py
    379 Bytes
    initial commit adding files over 1 year ago
  • gitattributes
    1.52 kB
    initial commit adding files over 1 year ago
  • lang_detect.py
    959 Bytes
    initial commit adding files over 1 year ago
  • modeling_lang.py
    1.52 kB
    initial commit adding files over 1 year ago
  • test.py
    791 Bytes
    initial commit adding files over 1 year ago
  • test_floret.py
    681 Bytes
    initial commit adding files over 1 year ago