Skip to content

issues Search Results · repo:salesforce/CodeGen language:Python

Filter by

76 results
 (90 ms)

76 results

insalesforce/CodeGen (press backspace or delete to remove)

The end of the license text is: APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields ...
  • schneems
  • Opened 
    on Nov 18, 2024
  • #95

The code from https://huggingface.co/Salesforce/codegen25-7b-multi_P#causal-sampling-code-autocompletion and https://github.com/salesforce/CodeGen/tree/main/codegen25#sampling does not work currently. ...
  • AlEscher
  • 6
  • Opened 
    on Nov 16, 2024
  • #94

The output is comments, not code import torch from transformers import AutoTokenizer, AutoModelForCausalLM model_path= /home/ubuntu/model_test/THUDM/codegen tokenizer = AutoTokenizer.from_pretrained(model_path, ...
  • starplatinum3
  • Opened 
    on May 10, 2024
  • #93

  • davidbourrel
  • Opened 
    on Apr 30, 2024
  • #92

Version: - python=3.10.9 - torch==2.0.1 - tokenizers==0.15.2 transformers==4.39.1 - sentence_transformers==2.3.1 Traceback File /userhome/cs2/clarachi/HKU-DASC7606-A2/eval_fewshot.py , line ...
  • chixnran
  • 2
  • Opened 
    on Mar 23, 2024
  • #91

I have checked the CodeGen2.5 technical report and the CodeGen2 paper, but I cannot find a clue. Can you kindly provide some information about the details? Thank you ~
  • iCSawyer
  • Opened 
    on Jan 15, 2024
  • #89

Hi! I am using python==3.10, torch==1.13.0+cpu, transformers==4.35.0. I am trying to (cpu)benchmark the transformer models in pytorch framework using the command: python run_benchmark.py --models kakaobrain/align-base ...
  • PriyaBSavithiri
  • 1
  • Opened 
    on Nov 8, 2023
  • #86

I wanted to check if Codegen2.5 uses the same vocabulary as Codegen2 (a question to the authors: does it?), and noticed that calling .get_vocab() on tokenizer produces an error. How to reproduce: from ...
  • ShushanArakelyan
  • 1
  • Opened 
    on Oct 23, 2023
  • #85

Can codeGen detect an error in a code?
  • ssk1216
  • Opened 
    on Oct 18, 2023
  • #84

What is the context window for Codegen2?
  • ramsey-coding
  • 1
  • Opened 
    on Oct 4, 2023
  • #83
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub