Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
|
@@ -219,14 +219,14 @@ with gr.Blocks(title="Article Q&A model") as demo:
|
|
| 219 |
gr.Markdown("# sourcing 350+ articles on change")
|
| 220 |
gr.Markdown(
|
| 221 |
"Qwen3.5-4B DoRA fine-tuned on 350+ articles on change from robertolofaro.com — "
|
| 222 |
-
"experimental on CPU-only, to test embedding methods (takes a few minutes, "
|
| 223 |
"no selection for the category yet) — updated as of 2026-05-05"
|
| 224 |
)
|
| 225 |
gr.Markdown(
|
| 226 |
"**NOTAM:** by querying this model you access the articles and metadata "
|
| 227 |
"available on robertolofaro.com and GitHub. "
|
| 228 |
"Answers reflect the article corpus only — do not treat them as advice, "
|
| 229 |
-
"just expression of a position contained within the articles."
|
| 230 |
)
|
| 231 |
gr.Markdown(
|
| 232 |
"If, after getting an answer, you want something tailored to your context, "
|
|
|
|
| 219 |
gr.Markdown("# sourcing 350+ articles on change")
|
| 220 |
gr.Markdown(
|
| 221 |
"Qwen3.5-4B DoRA fine-tuned on 350+ articles on change from robertolofaro.com — "
|
| 222 |
+
"experimental demo on CPU-only, to test embedding methods (takes a few minutes, "
|
| 223 |
"no selection for the category yet) — updated as of 2026-05-05"
|
| 224 |
)
|
| 225 |
gr.Markdown(
|
| 226 |
"**NOTAM:** by querying this model you access the articles and metadata "
|
| 227 |
"available on robertolofaro.com and GitHub. "
|
| 228 |
"Answers reflect the article corpus only — do not treat them as advice, "
|
| 229 |
+
"just expression of a position derived from material contained within the articles- if you want to read actual positions expressed within articles, you can read the articles (see the model repository for all the links the the available options)."
|
| 230 |
)
|
| 231 |
gr.Markdown(
|
| 232 |
"If, after getting an answer, you want something tailored to your context, "
|