brucewayne0459
commited on
Commit
•
fbabb53
1
Parent(s):
238da76
Update README.md
Browse files
README.md
CHANGED
@@ -49,10 +49,11 @@ This model is trained on dermatology data, which might contain inherent biases.
|
|
49 |
Users (both direct and downstream) should be made aware of the risks, biases, and limitations of the model. More information needed for further recommendations.
|
50 |
## How to Get Started with the Model
|
51 |
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
|
|
56 |
## Training Details
|
57 |
|
58 |
### Training Data
|
|
|
49 |
Users (both direct and downstream) should be made aware of the risks, biases, and limitations of the model. More information needed for further recommendations.
|
50 |
## How to Get Started with the Model
|
51 |
|
52 |
+
``` python
|
53 |
+
from llama_cpp import Llama
|
54 |
+
model_name = "brucewayne0459/OpenBioLLm-Derm-gguf"
|
55 |
+
model_file = "unsloth.Q8_0.gguf"
|
56 |
+
```
|
57 |
## Training Details
|
58 |
|
59 |
### Training Data
|