mookiezi commited on
Commit
c6da413
·
verified ·
1 Parent(s): 8936ff0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -95,18 +95,20 @@ what's your favorite pokemon<|im_end|>
95
  Garchomp<|im_end|>
96
  ```
97
 
98
- ## Generation
99
 
100
- ```python
101
- from transformers import pipeline
102
 
103
- gen = pipeline("text-generation", model="mookiezi/Discord-Micae-Hermes-3-3B")
104
- print(gen(
105
- "<|im_start|>user\nwhat do you do?<|im_end|>\n<|im_start|>assistant\n",
106
- max_new_tokens=100
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
+ ![Interface Screenshot](interface-screenshot.png)
109
+
110
+ ---
111
+
112
  ## License
113
 
114
  See the [Meta LLaMA 3 Community License](https://ai.meta.com/llama/license/) for details.