doberst commited on
Commit
abc4c8c
1 Parent(s): dada146

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ inference: false
9
 
10
  **slim-tags-3b** is a small, specialized function-calling model fine-tuned to extract and generate meaningful tags from a chunk of text.
11
 
12
- Tags generally correspond with a 'wide' interpretation of named entities, but will also include key objects, entities and phrases that contribute meaningfully to the semantic meaning of the text.
13
 
14
  The model is invoked as a specialized 'tags' classifier function that outputs a python dictionary in the form of:
15
 
 
9
 
10
  **slim-tags-3b** is a small, specialized function-calling model fine-tuned to extract and generate meaningful tags from a chunk of text.
11
 
12
+ Tags generally correspond to named entities, but will also include key objects, entities and phrases that contribute meaningfully to the semantic meaning of the text.
13
 
14
  The model is invoked as a specialized 'tags' classifier function that outputs a python dictionary in the form of:
15