HOC will soon (EOY?) launch an API for our DPS solution. The interface will be simple:
-
You give us a set of examples (input/output pairs)
-
We'll give you a (Python?) function that models it
And that's it. It will be an universal function finder.
| // Claude Code is a Beta product per Anthropic's Commercial Terms of Service. | |
| // By using Claude Code, you agree that all code acceptance or rejection decisions you make, | |
| // and the associated conversations in context, constitute Feedback under Anthropic's Commercial Terms, | |
| // and may be used to improve Anthropic's products, including training models. | |
| // You are responsible for reviewing any code suggestions before use. | |
| // (c) Anthropic PBC. All rights reserved. Use is subject to Anthropic's Commercial Terms of Service (https://www.anthropic.com/legal/commercial-terms). | |
| // Version: 0.2.9 |
| base_model: /path/to/Mistral-7B-v0.1 | |
| model_type: AutoModelForCausalLM | |
| tokenizer_type: AutoTokenizer | |
| is_llama_derived_model: true | |
| load_in_8bit: false | |
| load_in_4bit: true | |
| strict: false | |
| datasets: |