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

  • Log In
  • Sign Up

likithyadavv
/
codementor-7b

Question Answering
Transformers
Safetensors
English
qwen2
text-generation
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use likithyadavv/codementor-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use likithyadavv/codementor-7b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="likithyadavv/codementor-7b")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("likithyadavv/codementor-7b")
    model = AutoModelForCausalLM.from_pretrained("likithyadavv/codementor-7b")
  • Notebooks
  • Google Colab
  • Kaggle
codementor-7b
15.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
likithyadavv's picture
likithyadavv
Upload model
3acbbc5 verified 7 days ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 10 days ago
  • README.md
    4.28 kB
    Update README.md 9 days ago
  • adapter_config.json
    1.06 kB
    Upload model 7 days ago
  • adapter_model.safetensors
    40.4 MB
    xet
    Upload model 7 days ago
  • chat_template.jinja
    2.51 kB
    Upload tokenizer 10 days ago
  • config.json
    1.37 kB
    Upload Qwen2ForCausalLM 10 days ago
  • generation_config.json
    241 Bytes
    Upload Qwen2ForCausalLM 10 days ago
  • model.safetensors
    15.2 GB
    xet
    Upload Qwen2ForCausalLM 9 days ago
  • tokenizer.json
    11.4 MB
    xet
    Upload tokenizer 10 days ago
  • tokenizer_config.json
    690 Bytes
    Upload tokenizer 10 days ago