xap commited on
Commit
9ae5aba
1 Parent(s): 463a2c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 using the following code:
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