Update README.md
Browse files
README.md
CHANGED
@@ -5,12 +5,11 @@ license: mit
|
|
5 |
|
6 |
## Introduction
|
7 |
|
8 |
-
cvx-coder aims to improve the CVX code ability and QA ability of LLMs. It is a [phi-3 model](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) finetuned on a dataset of
|
9 |
|
10 |
## Quickstart
|
11 |
Run the following:
|
12 |
```python
|
13 |
-
import torch
|
14 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
15 |
m_path="tim1900/cvx-coder"
|
16 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
5 |
|
6 |
## Introduction
|
7 |
|
8 |
+
cvx-coder aims to improve the matlab [CVX](https://cvxr.com/cvx) code ability and QA ability of LLMs. It is a [phi-3 model](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) finetuned on a dataset of CVX docs, codes, forum conversations.
|
9 |
|
10 |
## Quickstart
|
11 |
Run the following:
|
12 |
```python
|
|
|
13 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
14 |
m_path="tim1900/cvx-coder"
|
15 |
model = AutoModelForCausalLM.from_pretrained(
|