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

  • Log In
  • Sign Up

jspringer
/
echo-mistral-7b-instruct-lasttoken

Feature Extraction
Transformers
Safetensors
mistral
mteb
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use jspringer/echo-mistral-7b-instruct-lasttoken with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jspringer/echo-mistral-7b-instruct-lasttoken with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="jspringer/echo-mistral-7b-instruct-lasttoken")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("jspringer/echo-mistral-7b-instruct-lasttoken")
    model = AutoModel.from_pretrained("jspringer/echo-mistral-7b-instruct-lasttoken")
  • Notebooks
  • Google Colab
  • Kaggle
echo-mistral-7b-instruct-lasttoken
14.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
jspringer's picture
jspringer
add readme
4beb490 about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    62.7 kB
    add readme about 2 years ago
  • config.json
    659 Bytes
    add model about 2 years ago
  • model-00001-of-00003.safetensors
    4.94 GB
    xet
    add model about 2 years ago
  • model-00002-of-00003.safetensors
    5 GB
    xet
    add model about 2 years ago
  • model-00003-of-00003.safetensors
    4.28 GB
    xet
    add model about 2 years ago
  • model.safetensors.index.json
    22.2 kB
    add model about 2 years ago
  • special_tokens_map.json
    414 Bytes
    add model about 2 years ago
  • tokenizer.json
    1.8 MB
    add model about 2 years ago
  • tokenizer.model
    493 kB
    xet
    add model about 2 years ago
  • tokenizer_config.json
    1.47 kB
    add model about 2 years ago