tim1900 commited on
Commit
de9ac95
·
verified ·
1 Parent(s): 03b7ba3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
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 [CVX](https://cvxr.com/cvx) docs, codes, and forum conversations.
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(