Anthonyg5005
commited on
Commit
•
42cf2bf
1
Parent(s):
2ba93b9
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: unlicense
|
|
|
|
|
3 |
---
|
4 |
# scripts
|
5 |
|
@@ -16,7 +18,7 @@ Feel free to send in pull requests or use this code however you'd like.\
|
|
16 |
|
17 |
## work in progress/not tested ([unfinished](https://huggingface.co/Anthonyg5005/hf-scripts/tree/unfinished) branch)
|
18 |
|
19 |
-
- Manage branches (securing token)
|
20 |
- Push to hf hub
|
21 |
|
22 |
## other recommended scripts
|
@@ -29,4 +31,4 @@ Feel free to send in pull requests or use this code however you'd like.\
|
|
29 |
- Run script and follow prompts. You will be required to be logged in to HF Hub. If you are not logged in, you will need a WRITE token. You can get one in your [HuggingFace settings](https://huggingface.co/settings/tokens). May get some updates in the future for handling more situations. All active updates will be on the [unfinished](https://huggingface.co/Anthonyg5005/hf-scripts/tree/unfinished) branch.
|
30 |
|
31 |
- Download models
|
32 |
-
- Make sure you have [requests](https://pypi.org/project/requests/) and [tqdm](https://pypi.org/project/tqdm/) installed. You can install them with "`pip install requests tqdm`". To use the script, open a terminal and run "`python download-model.py USER/MODEL:BRANCH`". There's also a "`--help`" flag to show the available arguments. To download from private repositories, HF_TOKEN variable needs to be set to at least a READ token ([Dev](https://github.com/oobabooga/text-generation-webui/blob/dev/download-model.py) branch can use cli login).
|
|
|
1 |
---
|
2 |
license: unlicense
|
3 |
+
language:
|
4 |
+
- en
|
5 |
---
|
6 |
# scripts
|
7 |
|
|
|
18 |
|
19 |
## work in progress/not tested ([unfinished](https://huggingface.co/Anthonyg5005/hf-scripts/tree/unfinished) branch)
|
20 |
|
21 |
+
- Manage branches (securing token, confirmation)
|
22 |
- Push to hf hub
|
23 |
|
24 |
## other recommended scripts
|
|
|
31 |
- Run script and follow prompts. You will be required to be logged in to HF Hub. If you are not logged in, you will need a WRITE token. You can get one in your [HuggingFace settings](https://huggingface.co/settings/tokens). May get some updates in the future for handling more situations. All active updates will be on the [unfinished](https://huggingface.co/Anthonyg5005/hf-scripts/tree/unfinished) branch.
|
32 |
|
33 |
- Download models
|
34 |
+
- Make sure you have [requests](https://pypi.org/project/requests/) and [tqdm](https://pypi.org/project/tqdm/) installed. You can install them with "`pip install requests tqdm`". To use the script, open a terminal and run "`python download-model.py USER/MODEL:BRANCH`". There's also a "`--help`" flag to show the available arguments. To download from private repositories, HF_TOKEN variable needs to be set to at least a READ token ([Dev](https://github.com/oobabooga/text-generation-webui/blob/dev/download-model.py) branch can use cli login).
|