anemll commited on
Commit
7c75720
·
verified ·
1 Parent(s): d1e13c6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -5
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
- who
 
 
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
- https://huggingface.co/anemll
99
- https://x.com/anemll
100
- https://github.com/anemll
101
- https://anemll.com
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