LiManshu commited on
Commit
109b0d3
·
verified ·
1 Parent(s): bf6be45

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,7 +26,7 @@ rather than `transformers` native model classes.
26
  ## Quickstart
27
 
28
  ```bash
29
- git clone https://huggingface.co/<your-username>/nextShakespeare
30
  cd nextShakespeare
31
  pip install -r requirements.txt
32
  python inference.py --prompt "First Citizen:\n" --max_length 200 --temperature 0.8
@@ -37,4 +37,4 @@ python inference.py --prompt "First Citizen:\n" --max_length 200 --temperature 0
37
  - This is a custom-code checkpoint. It is not directly loadable via
38
  `AutoModel.from_pretrained()` yet.
39
  - For a web demo, see the companion Space:
40
- `https://huggingface.co/spaces/<your-username>/manshu-init`
 
26
  ## Quickstart
27
 
28
  ```bash
29
+ git clone https://huggingface.co/LiManshu/nextShakespeare
30
  cd nextShakespeare
31
  pip install -r requirements.txt
32
  python inference.py --prompt "First Citizen:\n" --max_length 200 --temperature 0.8
 
37
  - This is a custom-code checkpoint. It is not directly loadable via
38
  `AutoModel.from_pretrained()` yet.
39
  - For a web demo, see the companion Space:
40
+ `https://huggingface.co/spaces/LiManshu/manshu-init`