updated README.md
Browse files
README.md
CHANGED
@@ -48,10 +48,8 @@ Run the following command in the terminal/jupyter_notebook:
|
|
48 |
>>> from transformers import AutoTokenizer, AutoModelForCausalLM
|
49 |
>>> import torch
|
50 |
|
51 |
-
>>> # Load model and
|
52 |
>>> model_id = "screevoai/llama3-70b-4bit"
|
53 |
-
|
54 |
-
>>> # Load tokenizer and model
|
55 |
>>> tokenizer = AutoTokenizer.from_pretrained(model_id)
|
56 |
|
57 |
>>> model = AutoModelForCausalLM.from_pretrained(
|
|
|
48 |
>>> from transformers import AutoTokenizer, AutoModelForCausalLM
|
49 |
>>> import torch
|
50 |
|
51 |
+
>>> # Load model and tokenizer
|
52 |
>>> model_id = "screevoai/llama3-70b-4bit"
|
|
|
|
|
53 |
>>> tokenizer = AutoTokenizer.from_pretrained(model_id)
|
54 |
|
55 |
>>> model = AutoModelForCausalLM.from_pretrained(
|