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

m3hrdadfi
/
bert-fa-base-uncased-farstail

Text Classification
Transformers
PyTorch
JAX
Persian
bert
Model card Files Files and versions
xet
Community
1

Instructions to use m3hrdadfi/bert-fa-base-uncased-farstail with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use m3hrdadfi/bert-fa-base-uncased-farstail with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="m3hrdadfi/bert-fa-base-uncased-farstail")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("m3hrdadfi/bert-fa-base-uncased-farstail")
    model = AutoModelForSequenceClassification.from_pretrained("m3hrdadfi/bert-fa-base-uncased-farstail")
  • Notebooks
  • Google Colab
  • Kaggle
bert-fa-base-uncased-farstail
1.3 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
m3hrdadfi's picture
m3hrdadfi
Update tokenizer_config.json
43915c0 about 5 years ago
  • .gitattributes
    391 Bytes
    allow flax about 5 years ago
  • README.md
    638 Bytes
    Create README.md over 5 years ago
  • config.json
    744 Bytes
    Add trained model over 5 years ago
  • flax_model.msgpack
    651 MB
    xet
    upload flax model about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    651 MB
    xet
    Add trained model over 5 years ago
  • special_tokens_map.json
    112 Bytes
    Add trained model over 5 years ago
  • tokenizer_config.json
    377 Bytes
    Update tokenizer_config.json about 5 years ago
  • vocab.txt
    1.2 MB
    Add vocab over 5 years ago