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

  • Log In
  • Sign Up

ImranzamanML
/
GEFS-language-detector

Text Classification
Transformers
PyTorch
TensorBoard
xlm-roberta
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use ImranzamanML/GEFS-language-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ImranzamanML/GEFS-language-detector with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ImranzamanML/GEFS-language-detector")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ImranzamanML/GEFS-language-detector")
    model = AutoModelForSequenceClassification.from_pretrained("ImranzamanML/GEFS-language-detector")
  • Notebooks
  • Google Colab
  • Kaggle
GEFS-language-detector
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 31 commits
ImranzamanML's picture
ImranzamanML
Update README.md
b726268 verified about 2 years ago
  • runs
    Training in progress, epoch 4 about 2 years ago
  • .gitattributes
    1.57 kB
    Training in progress, epoch 1 about 2 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 about 2 years ago
  • README.md
    3.1 kB
    Update README.md about 2 years ago
  • config.json
    922 Bytes
    Training in progress, epoch 1 about 2 years ago
  • pytorch_model.bin
    1.11 GB
    xet
    Training in progress, epoch 4 about 2 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Training in progress, epoch 1 about 2 years ago
  • special_tokens_map.json
    280 Bytes
    Training in progress, epoch 1 about 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Training in progress, epoch 1 about 2 years ago
  • tokenizer_config.json
    418 Bytes
    Training in progress, epoch 1 about 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.state.PartialState",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    4.41 kB
    xet
    Training in progress, epoch 1 about 2 years ago