Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

whitefoxredhell
/
language_identification

Text Classification
Transformers
PyTorch
mt5
text2text-generation
mt0
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use whitefoxredhell/language_identification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="whitefoxredhell/language_identification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("whitefoxredhell/language_identification")
    model = AutoModelForSeq2SeqLM.from_pretrained("whitefoxredhell/language_identification")
  • Notebooks
  • Google Colab
  • Kaggle
language_identification
608 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
whitefoxredhell's picture
whitefoxredhell
Update README.md
b6e2a51 almost 3 years ago
  • .gitattributes
    1.57 kB
    Upload tokenizer.json almost 3 years ago
  • README.md
    2.2 kB
    Update README.md almost 3 years ago
  • config.json
    779 Bytes
    Upload 4 files almost 3 years ago
  • id2label.json
    376 Bytes
    Upload 4 files almost 3 years ago
  • special_tokens_map.json
    74 Bytes
    Upload 4 files almost 3 years ago
  • spiece.model
    4.31 MB
    xet
    Upload spiece.model almost 3 years ago
  • state_dict.pth

    Detected Pickle imports (3)

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

    What is a pickle import?

    588 MB
    xet
    Upload state_dict.pth almost 3 years ago
  • tokenizer.json
    16.3 MB
    xet
    Upload tokenizer.json almost 3 years ago
  • tokenizer_config.json
    285 Bytes
    Upload 4 files almost 3 years ago