Update README.md
Browse files
README.md
CHANGED
@@ -15,9 +15,6 @@ metrics:
|
|
15 |
pipeline_tag: text-generation
|
16 |
---
|
17 |
|
18 |
-
# Model Trained Using AutoTrain
|
19 |
-
|
20 |
-
This model was trained using AutoTrain. For more information, please visit [AutoTrain](https://hf.co/docs/autotrain).
|
21 |
|
22 |
# Usage
|
23 |
|
@@ -25,7 +22,7 @@ This model was trained using AutoTrain. For more information, please visit [Auto
|
|
25 |
|
26 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
27 |
|
28 |
-
model_path = "
|
29 |
|
30 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
31 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
15 |
pipeline_tag: text-generation
|
16 |
---
|
17 |
|
|
|
|
|
|
|
18 |
|
19 |
# Usage
|
20 |
|
|
|
22 |
|
23 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
24 |
|
25 |
+
model_path = "Artples/LAI-Paca-7b"
|
26 |
|
27 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
28 |
model = AutoModelForCausalLM.from_pretrained(
|