Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ rather than `transformers` native model classes.
|
|
| 26 |
## Quickstart
|
| 27 |
|
| 28 |
```bash
|
| 29 |
-
git clone https://huggingface.co/
|
| 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/
|
|
|
|
| 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`
|