smith-coding

Results 26 issues of smith-coding

How to apply prompt tuning to Codegen?

Can you please provide any pointers about how to apply this technique to GPT-3?

I see you have an input field with a callback `process_input`: ``` st.text_input("Message", key="user_input", disabled=not is_openai_api_key_set(), on_change=process_input) ``` This callback `process_input` is: ``` def process_input(): if st.session_state["user_input"] and len(st.session_state["user_input"].strip()) >...

### Describe the bug Does Spoon support to do static program slicing for inter-procedural program analysis. I see there are many many tools out there. But none of them support...

bug

Does it use Tree Sitter AST? https://github.com/tree-sitter/tree-sitter

question

Firstly, thanks for sharing this artefact. I've been browsing through the repository and I've found your implementation and documentation to be quite valuable. However, there seems to be a missing...