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

cxllin
/
StableHermes-3b

Question Answering
Transformers
PyTorch
English
stablelm_epoch
text-generation
General
custom_code
Model card Files Files and versions
xet
Community

Instructions to use cxllin/StableHermes-3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cxllin/StableHermes-3b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="cxllin/StableHermes-3b", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("cxllin/StableHermes-3b", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
StableHermes-3b
5.59 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
cxllin's picture
cxllin
Update README.md
3ebf496 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.37 kB
    Update README.md over 2 years ago
  • config.json
    837 Bytes
    Upload StableLMEpochForCausalLM over 2 years ago
  • configuration_stablelm_epoch.py
    5.27 kB
    Upload StableLMEpochForCausalLM over 2 years ago
  • generation_config.json
    111 Bytes
    Upload StableLMEpochForCausalLM over 2 years ago
  • modeling_stablelm_epoch.py
    27.8 kB
    Upload StableLMEpochForCausalLM over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.HalfStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    5.59 GB
    xet
    Upload StableLMEpochForCausalLM over 2 years ago
  • special_tokens_map.json
    131 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    264 Bytes
    Upload tokenizer over 2 years ago