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

westenfelder
/
Qwen2.5-Coder-7B-Instruct-NL2SH

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

Instructions to use westenfelder/Qwen2.5-Coder-7B-Instruct-NL2SH with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use westenfelder/Qwen2.5-Coder-7B-Instruct-NL2SH with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("translation", model="westenfelder/Qwen2.5-Coder-7B-Instruct-NL2SH")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("westenfelder/Qwen2.5-Coder-7B-Instruct-NL2SH")
    model = AutoModelForCausalLM.from_pretrained("westenfelder/Qwen2.5-Coder-7B-Instruct-NL2SH")
  • Notebooks
  • Google Colab
  • Kaggle
Qwen2.5-Coder-7B-Instruct-NL2SH
15.2 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
westenfelder's picture
westenfelder
Updated README.md
25ae364 about 1 year ago
  • .gitattributes
    1.57 kB
    init over 1 year ago
  • README.md
    5.56 kB
    Updated README.md about 1 year ago
  • added_tokens.json
    632 Bytes
    init over 1 year ago
  • config.json
    827 Bytes
    init over 1 year ago
  • generation_config.json
    265 Bytes
    init over 1 year ago
  • merges.txt
    1.67 MB
    init over 1 year ago
  • model-00001-of-00004.safetensors
    4.88 GB
    xet
    init over 1 year ago
  • model-00002-of-00004.safetensors
    4.93 GB
    xet
    init over 1 year ago
  • model-00003-of-00004.safetensors
    4.33 GB
    xet
    init over 1 year ago
  • model-00004-of-00004.safetensors
    1.09 GB
    xet
    init over 1 year ago
  • model.safetensors.index.json
    27.8 kB
    init over 1 year ago
  • special_tokens_map.json
    613 Bytes
    init over 1 year ago
  • tokenizer.json
    11.4 MB
    xet
    init over 1 year ago
  • tokenizer_config.json
    7.51 kB
    init over 1 year ago
  • vocab.json
    2.78 MB
    init over 1 year ago