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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

yding03
/
Titan-Math-Pro

Feature Extraction
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community

Instructions to use yding03/Titan-Math-Pro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yding03/Titan-Math-Pro with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="yding03/Titan-Math-Pro")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("yding03/Titan-Math-Pro")
    model = AutoModel.from_pretrained("yding03/Titan-Math-Pro", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Titan-Math-Pro
4.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
yding03's picture
yding03
Add Titan-Math-Pro (best checkpoint step_2000) with full benchmark results
c39ef75 verified 7 days ago
  • figures
    Add Titan-Math-Pro (best checkpoint step_2000) with full benchmark results 7 days ago
  • .gitattributes
    1.52 kB
    initial commit 7 days ago
  • README.md
    2.52 kB
    Add Titan-Math-Pro (best checkpoint step_2000) with full benchmark results 7 days ago
  • config.json
    69 Bytes
    Add Titan-Math-Pro (best checkpoint step_2000) with full benchmark results 7 days ago
  • pytorch_model.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    23 Bytes
    xet
    Add Titan-Math-Pro (best checkpoint step_2000) with full benchmark results 7 days ago