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

StanfordSCALE
/
tutor_talkmoves_modernbert_base_classifier

Feature Extraction
Transformers
Safetensors
modernbert
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use StanfordSCALE/tutor_talkmoves_modernbert_base_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="StanfordSCALE/tutor_talkmoves_modernbert_base_classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("StanfordSCALE/tutor_talkmoves_modernbert_base_classifier")
    model = AutoModel.from_pretrained("StanfordSCALE/tutor_talkmoves_modernbert_base_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
tutor_talkmoves_modernbert_base_classifier
600 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
xanderbeberman's picture
xanderbeberman
Update README.md
7eb0d75 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    2.03 kB
    Update README.md 8 months ago
  • config.json
    1.59 kB
    Upload model 8 months ago
  • model.safetensors
    596 MB
    xet
    Upload model 8 months ago
  • special_tokens_map.json
    762 Bytes
    Upload tokenizer 8 months ago
  • tokenizer.json
    3.58 MB
    Upload tokenizer 8 months ago
  • tokenizer_config.json
    21.4 kB
    Upload tokenizer 8 months ago