robertolofaro commited on
Commit
c957284
·
verified ·
1 Parent(s): bc5d932

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -7
README.md CHANGED
@@ -176,12 +176,6 @@ print(response["choices"][0]["message"]["content"])
176
 
177
  ---
178
 
179
- ### Sample Execution Output
180
-
181
- `samples_hf/` also contains a pre-run **execution results example** showing expected model output for a representative set of queries, useful for calibrating expectations before running inference locally.
182
-
183
- ---
184
-
185
  ## Companion Space
186
 
187
  A Gradio-based interactive demo is available at:
@@ -196,8 +190,8 @@ The Space runs the **Q4\_K\_M** quantisation on CPU hardware (no GPU required).
196
 
197
  - The model is designed to support a system of arguments outlining and guided brainstorming using the articles within the training corpus.
198
  - Recommendations are bounded by the 350+ article in the corpus; the model will not recommend external works.
199
- - Already tested application variants enabling integration with e.g. an AI-generated [MorningNews](https://github.com/robertolofaro/supportmaterial/tree/master/MorningNewsAgentTest) and websearch with DuckDuckGo
200
  - The model does not have live internet access; content reflects the corpus as indexed at build time; if you want access, you have to build the application.
 
201
  - CPU inference with Q4\_K\_M typically yields response times of 15–60 seconds depending on hardware; within the huggingface space, could take few minutes.
202
 
203
  ---
 
176
 
177
  ---
178
 
 
 
 
 
 
 
179
  ## Companion Space
180
 
181
  A Gradio-based interactive demo is available at:
 
190
 
191
  - The model is designed to support a system of arguments outlining and guided brainstorming using the articles within the training corpus.
192
  - Recommendations are bounded by the 350+ article in the corpus; the model will not recommend external works.
 
193
  - The model does not have live internet access; content reflects the corpus as indexed at build time; if you want access, you have to build the application.
194
+ - Already tested application variants enabling integration with e.g. an AI-generated [MorningNews](https://github.com/robertolofaro/supportmaterial/tree/master/MorningNewsAgentTest) and websearch with DuckDuckGo
195
  - CPU inference with Q4\_K\_M typically yields response times of 15–60 seconds depending on hardware; within the huggingface space, could take few minutes.
196
 
197
  ---