screevoai commited on
Commit
1c97ab5
1 Parent(s): b1558dc

updated README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
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 processor
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(