zhengwenzhen commited on
Commit
86911e4
·
verified ·
1 Parent(s): 483bc60

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -48,7 +48,4 @@ model = AutoModelForCausalLM.from_pretrained(model_name, trust_remote_code=True)
48
  inputs = tokenizer("A long time ago in a galaxy far, far away", return_tensors="pt")
49
  outputs = model.generate(**inputs, max_length=100)
50
  print(tokenizer.decode(outputs[0], skip_special_tokens=True))
51
- ```## Part of StepLaw Project
52
-
53
- StepLaw is an initiative to provide thousands of models for optimal hyperparameter research.
54
- Visit [StepLaw Project](https://step-law.github.io/) for more information.
 
48
  inputs = tokenizer("A long time ago in a galaxy far, far away", return_tensors="pt")
49
  outputs = model.generate(**inputs, max_length=100)
50
  print(tokenizer.decode(outputs[0], skip_special_tokens=True))
51
+ ```