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

  • Log In
  • Sign Up

AnReu
/
albert-for-math-ar-base-ft

Text Classification
Transformers
PyTorch
Safetensors
albert
Model card Files Files and versions
xet
Community
1

Instructions to use AnReu/albert-for-math-ar-base-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AnReu/albert-for-math-ar-base-ft with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AnReu/albert-for-math-ar-base-ft")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AnReu/albert-for-math-ar-base-ft")
    model = AutoModelForSequenceClassification.from_pretrained("AnReu/albert-for-math-ar-base-ft")
  • Notebooks
  • Google Colab
  • Kaggle
albert-for-math-ar-base-ft
95.6 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 10 commits
AnReu's picture
AnReu
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
f4b00c8 almost 3 years ago
  • .gitattributes
    1.27 kB
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    2.18 kB
    Update README.md about 4 years ago
  • config.json
    888 Bytes
    added model about 4 years ago
  • model.safetensors
    46.7 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    46.8 MB
    xet
    added model about 4 years ago
  • special_tokens_map.json
    244 Bytes
    added tokenizer almost 4 years ago
  • spiece.model
    760 kB
    xet
    added tokenizer almost 4 years ago
  • tokenizer.json
    1.31 MB
    support for fast tokenizer almost 4 years ago
  • tokenizer_config.json
    489 Bytes
    support for fast tokenizer almost 4 years ago