Update README.md
Browse files
README.md
CHANGED
@@ -95,18 +95,20 @@ what's your favorite pokemon<|im_end|>
|
|
95 |
Garchomp<|im_end|>
|
96 |
```
|
97 |
|
98 |
-
##
|
99 |
|
100 |
-
|
101 |
-
from transformers import pipeline
|
102 |
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
))
|
108 |
```
|
109 |
|
|
|
|
|
|
|
|
|
110 |
## License
|
111 |
|
112 |
See the [Meta LLaMA 3 Community License](https://ai.meta.com/llama/license/) for details.
|
|
|
95 |
Garchomp<|im_end|>
|
96 |
```
|
97 |
|
98 |
+
## Inferfacing
|
99 |
|
100 |
+
Python script for interfacing is avalible at [https://github.com/mookiezi/interface](https://github.com/mookiezi/interface).
|
|
|
101 |
|
102 |
+
To use this model run:
|
103 |
+
|
104 |
+
```
|
105 |
+
python interface.py -m mookiezi/Discord-Micae-Hermes-3-3B
|
|
|
106 |
```
|
107 |
|
108 |
+

|
109 |
+
|
110 |
+
---
|
111 |
+
|
112 |
## License
|
113 |
|
114 |
See the [Meta LLaMA 3 Community License](https://ai.meta.com/llama/license/) for details.
|