dhavalkadia-fda
commited on
Commit
•
811c2af
1
Parent(s):
d04dfa5
Update README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ Developed by: Harsha Marupudi, M.Eng., Joseph Manus B.S., Bahaa Ghammraoui, Ph.D
|
|
19 |
For more information please contact: **[Bahaa.Ghammraoui@fda.hhs.gov](mailto:Bahaa.Ghammraoui@fda.hhs.gov) or [Dhaval.Kadia@fda.hhs.gov](mailto:Dhaval.Kadia@fda.hhs.gov)** (for issues with the toolbox).
|
20 |
|
21 |
## Downloading the Files
|
22 |
-
To resolve any issues while cloning HuggingFace repository, you can follow the instructions on [https://huggingface.co/docs/hub/en/repositories-getting-started
|
23 |
```
|
24 |
git clone https://huggingface.co/didsr/PyBDC-Container
|
25 |
```
|
26 |
-
Or use [https://huggingface.co/docs/hub/en/security-tokens
|
27 |
```
|
28 |
git clone https://{HUGGINGFACE_USERNAME}:{USER_ACCESS_TOKEN}@huggingface.co/didsr/PyBDC-Container
|
29 |
```
|
|
|
19 |
For more information please contact: **[Bahaa.Ghammraoui@fda.hhs.gov](mailto:Bahaa.Ghammraoui@fda.hhs.gov) or [Dhaval.Kadia@fda.hhs.gov](mailto:Dhaval.Kadia@fda.hhs.gov)** (for issues with the toolbox).
|
20 |
|
21 |
## Downloading the Files
|
22 |
+
To resolve any issues while cloning HuggingFace repository, you can follow the instructions on [Getting Started with Repositories](https://huggingface.co/docs/hub/en/repositories-getting-started) and install [Git LFS](https://git-lfs.com/). Then, you can clone it:
|
23 |
```
|
24 |
git clone https://huggingface.co/didsr/PyBDC-Container
|
25 |
```
|
26 |
+
Or use [User Access Tokens](https://huggingface.co/docs/hub/en/security-tokens) (Read permission) and clone the respository with:
|
27 |
```
|
28 |
git clone https://{HUGGINGFACE_USERNAME}:{USER_ACCESS_TOKEN}@huggingface.co/didsr/PyBDC-Container
|
29 |
```
|