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

  • Log In
  • Sign Up

AnReu
/
math_albert

Feature Extraction
Transformers
PyTorch
Safetensors
English
albert
mathematics
math-aware
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use AnReu/math_albert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="AnReu/math_albert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("AnReu/math_albert")
    model = AutoModel.from_pretrained("AnReu/math_albert")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

What is the licenses for this whole model?

#3 opened 9 months ago by
rh-id

Could you explain the details about the finetune dataset?

1
#2 opened over 2 years ago by
hxypqr
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs