docs: add version control note
Browse files
README.md
CHANGED
@@ -14,4 +14,13 @@ license: openrail
|
|
14 |
- [LLM-QA-Bot](https://github.com/amrrs/LLM-QA-Bot/blob/main/LLM_Q%26A_with_Open_Source_Hugging_Face_Models_with-UI.ipynb)
|
15 |
|
16 |
## Notebook rationale:
|
17 |
-
- Free access to GPUs in Google Colab
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
- [LLM-QA-Bot](https://github.com/amrrs/LLM-QA-Bot/blob/main/LLM_Q%26A_with_Open_Source_Hugging_Face_Models_with-UI.ipynb)
|
15 |
|
16 |
## Notebook rationale:
|
17 |
+
- Free access to GPUs in Google Colab
|
18 |
+
|
19 |
+
## Version Control
|
20 |
+
[Getting Started with Repositories with Hugging Face](https://huggingface.co/docs/hub/repositories-getting-started)
|
21 |
+
|
22 |
+
### Clone
|
23 |
+
```shell
|
24 |
+
git clone https://huggingface.co/spaces/pkiage/text-qa-chatbot-flan-t5-base
|
25 |
+
cd text-qa-chatbot-flan-t5-base
|
26 |
+
```
|