m-newhauser commited on
Commit
99fea15
·
verified ·
1 Parent(s): 7bb3ae6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. model.py +2 -2
model.py CHANGED
@@ -17,8 +17,8 @@ MOCK = os.environ.get("GLINER_MOCK", "1") == "1"
17
  MODEL_ID = os.environ.get("MODEL_ID", "fastino/gliner2.5-multi-v1")
18
 
19
  DEMO = {
20
- "title": "Sentiment and role, <em>per span</em>",
21
- "subtitle": "Document classification labels the whole review. GLiNER 2.5 attaches <strong>attributes to every entity</strong> it extracts.",
22
  "model_name": "GLiNER 2.5",
23
  "model_variant": "0.3B parameters, f32, CPU",
24
  "examples": [
 
17
  MODEL_ID = os.environ.get("MODEL_ID", "fastino/gliner2.5-multi-v1")
18
 
19
  DEMO = {
20
+ "title": "Span attribute extraction",
21
+ "subtitle": "Extract descriptive labels alongside spans for richer context.",
22
  "model_name": "GLiNER 2.5",
23
  "model_variant": "0.3B parameters, f32, CPU",
24
  "examples": [