Hoglet-33 commited on
Commit
84859a2
·
verified ·
1 Parent(s): c6f07f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -84,7 +84,7 @@ Here is a simple Python script to load the model and generate text interactively
84
  import torch
85
  from transformers import AutoModelForCausalLM, AutoTokenizer
86
 
87
- MODEL_ID = "Hoglet-33/Pebble-10M-Base"
88
 
89
  def main():
90
  print("Loading Pebble 10M...")
 
84
  import torch
85
  from transformers import AutoModelForCausalLM, AutoTokenizer
86
 
87
+ MODEL_ID = "basically-ai/Pebble-10M-Base"
88
 
89
  def main():
90
  print("Loading Pebble 10M...")