Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ This is the model card of a Meta-Llama3-8B-Instruct-assessment model that has be
|
|
25 |
|
26 |
## How to Get Started with the Model
|
27 |
|
28 |
-
The dataset or input for this model should be in the alpaca format. If the model is loaded without using `PeftModel,`it will only load the base pre-trained weights without the LoRA fine-tuning. To use the model for inference
|
29 |
|
30 |
```python
|
31 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
|
25 |
|
26 |
## How to Get Started with the Model
|
27 |
|
28 |
+
The dataset or input for this model should be in the alpaca format. If the model is loaded without using `PeftModel,`it will only load the base pre-trained weights without the LoRA fine-tuning. To use the model for inference use the following code:
|
29 |
|
30 |
```python
|
31 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|