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

BioMike
/
ettin-checkpoint-15000

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

Instructions to use BioMike/ettin-checkpoint-15000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BioMike/ettin-checkpoint-15000 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="BioMike/ettin-checkpoint-15000")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("BioMike/ettin-checkpoint-15000")
    model = AutoModel.from_pretrained("BioMike/ettin-checkpoint-15000")
  • Notebooks
  • Google Colab
  • Kaggle
ettin-checkpoint-15000
176 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
BioMike's picture
BioMike
Upload tokenizer
6576900 verified 7 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 7 months ago
  • README.md
    5.17 kB
    Upload model 7 months ago
  • config.json
    1.2 kB
    Upload model 7 months ago
  • model.safetensors
    142 MB
    xet
    Upload model 7 months ago
  • special_tokens_map.json
    1.05 kB
    Upload tokenizer 7 months ago
  • tokenizer.json
    34.4 MB
    xet
    Upload tokenizer 7 months ago
  • tokenizer_config.json
    46.5 kB
    Upload tokenizer 7 months ago