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

jiiyy
/
bert_multilingual

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use jiiyy/bert_multilingual with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="jiiyy/bert_multilingual")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("jiiyy/bert_multilingual")
    model = AutoModelForSequenceClassification.from_pretrained("jiiyy/bert_multilingual")
  • Notebooks
  • Google Colab
  • Kaggle
bert_multilingual
715 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
jiiyy's picture
jiiyy
update model card README.md
09efa03 almost 3 years ago
  • runs
    End of training almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • README.md
    1.77 kB
    update model card README.md almost 3 years ago
  • config.json
    895 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • pytorch_model.bin
    711 MB
    xet
    End of training almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • tokenizer.json
    2.92 MB
    Training in progress, epoch 1 almost 3 years ago
  • tokenizer_config.json
    315 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    3.96 kB
    xet
    Training in progress, epoch 1 almost 3 years ago
  • vocab.txt
    996 kB
    Training in progress, epoch 1 almost 3 years ago