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

  • Log In
  • Sign Up

tsphua
/
modernbert-fingpt

Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use tsphua/modernbert-fingpt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tsphua/modernbert-fingpt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="tsphua/modernbert-fingpt")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tsphua/modernbert-fingpt")
    model = AutoModelForSequenceClassification.from_pretrained("tsphua/modernbert-fingpt")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-fingpt
602 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
tsphua's picture
tsphua
Update README.md
514217b verified 9 months ago
  • logs
    tsphua/modernbert-finGPT 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    5.82 kB
    Update README.md 9 months ago
  • config.json
    1.78 kB
    tsphua/modernbert-finGPT 9 months ago
  • model.safetensors
    598 MB
    xet
    tsphua/modernbert-finGPT 9 months ago
  • special_tokens_map.json
    694 Bytes
    tsphua/modernbert-finGPT 9 months ago
  • tokenizer.json
    3.58 MB
    tsphua/modernbert-finGPT 9 months ago
  • tokenizer_config.json
    20.8 kB
    tsphua/modernbert-finGPT 9 months ago
  • training_args.bin
    5.3 kB
    xet
    tsphua/modernbert-finGPT 9 months ago
  • training_history.json
    646 Bytes
    tsphua/modernbert-finGPT 9 months ago