Update README.md
Browse files
README.md
CHANGED
@@ -33,15 +33,12 @@ If you get the error "ValueError: Tokenizer class CodeLlamaTokenizer does not ex
|
|
33 |
- **Demo [optional]:** [More Information Needed]
|
34 |
|
35 |
## Uses
|
36 |
-
|
37 |
-
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
38 |
```python
|
39 |
from transformers import AutoTokenizer
|
40 |
import transformers
|
41 |
import torch
|
42 |
|
43 |
model = "medxiaorudan/CodeLlama_CPP_FineTuned"
|
44 |
-
|
45 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
46 |
pipeline = transformers.pipeline(
|
47 |
"text-generation",
|
|
|
33 |
- **Demo [optional]:** [More Information Needed]
|
34 |
|
35 |
## Uses
|
|
|
|
|
36 |
```python
|
37 |
from transformers import AutoTokenizer
|
38 |
import transformers
|
39 |
import torch
|
40 |
|
41 |
model = "medxiaorudan/CodeLlama_CPP_FineTuned"
|
|
|
42 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
43 |
pipeline = transformers.pipeline(
|
44 |
"text-generation",
|