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

eren23
/
DistilHermes-2.5-Mistral-7B

Question Answering
Transformers
Safetensors
English
mistral
text-generation
Eval Results (legacy)
text-generation-inference
Model card Files Files and versions
xet
Community
1

Instructions to use eren23/DistilHermes-2.5-Mistral-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use eren23/DistilHermes-2.5-Mistral-7B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="eren23/DistilHermes-2.5-Mistral-7B")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("eren23/DistilHermes-2.5-Mistral-7B")
    model = AutoModelForCausalLM.from_pretrained("eren23/DistilHermes-2.5-Mistral-7B", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
DistilHermes-2.5-Mistral-7B
14.5 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
eren23's picture
eren23
leaderboard-pr-bot's picture
leaderboard-pr-bot
Adding Evaluation Results (#1)
769deb2 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.77 kB
    Adding Evaluation Results (#1) over 2 years ago
  • added_tokens.json
    51 Bytes
    Upload tokenizer over 2 years ago
  • config.json
    626 Bytes
    Upload MistralForCausalLM over 2 years ago
  • generation_config.json
    115 Bytes
    Upload MistralForCausalLM over 2 years ago
  • model-00001-of-00003.safetensors
    4.94 GB
    xet
    Upload MistralForCausalLM over 2 years ago
  • model-00002-of-00003.safetensors
    5 GB
    xet
    Upload MistralForCausalLM over 2 years ago
  • model-00003-of-00003.safetensors
    4.54 GB
    xet
    Upload MistralForCausalLM over 2 years ago
  • model.safetensors.index.json
    24 kB
    Upload MistralForCausalLM over 2 years ago
  • special_tokens_map.json
    420 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    1.8 MB
    Upload tokenizer over 2 years ago
  • tokenizer.model
    493 kB
    xet
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    1.6 kB
    Upload tokenizer over 2 years ago