Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -81,7 +81,9 @@ See coremltools installation guide at https://coremltools.readme.io/v4.0/docs/in
|
|
| 81 |
**How to Run**
|
| 82 |
|
| 83 |
1. Basic chat interface:
|
| 84 |
-
|
|
|
|
|
|
|
| 85 |
|
| 86 |
2. Full conversation mode with history:
|
| 87 |
```bash
|
|
@@ -95,9 +97,9 @@ python chat_full.py --meta ./meta.yaml
|
|
| 95 |
**More Info**
|
| 96 |
Please check following links for later updates:
|
| 97 |
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
|
| 103 |
|
|
|
| 81 |
**How to Run**
|
| 82 |
|
| 83 |
1. Basic chat interface:
|
| 84 |
+
```bash
|
| 85 |
+
python chat.py --meta ./meta.yaml
|
| 86 |
+
```
|
| 87 |
|
| 88 |
2. Full conversation mode with history:
|
| 89 |
```bash
|
|
|
|
| 97 |
**More Info**
|
| 98 |
Please check following links for later updates:
|
| 99 |
|
| 100 |
+
* [GitHub](https://github.com/anemll)
|
| 101 |
+
* [Hugging Face Models](https://huggingface.co/anemll)
|
| 102 |
+
* [Twitter/X](https://x.com/anemll)
|
| 103 |
+
* [Website](https://anemll.com)
|
| 104 |
|
| 105 |