mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-01 14:33:54 +07:00
Added new GPTs for Black Friday
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
|
||||
[]()
|
||||
# Keyword Extractor
|
||||
This prompt is all about extracting the keywords from the specified content
|
||||
|
||||
# Prompt
|
||||
|
||||
```
|
||||
Extract the keywords with the score in JSON format from the following content
|
||||
|
||||
{{ content }}
|
||||
```
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: Here are the keywords with their scores in JSON format:
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
{
|
||||
|
||||
"GPT models": 1,
|
||||
|
||||
"costly": 1,
|
||||
|
||||
"efficiency": 1,
|
||||
|
||||
"production": 1,
|
||||
|
||||
"DevOps knowledge": 1,
|
||||
|
||||
"GPT-J": 1,
|
||||
|
||||
"local machine": 1,
|
||||
|
||||
"CPU server": 1,
|
||||
|
||||
"GPU": 1,
|
||||
|
||||
"NVIDIA RTX A6000": 1,
|
||||
|
||||
"NVIDIA A40": 1,
|
||||
|
||||
"entity extraction": 1,
|
||||
|
||||
"time": 1,
|
||||
|
||||
"1 second": 1
|
||||
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
Note: The scores assigned to each keyword are not based on any specific algorithm but are set to 1 to indicate their presence in the given content.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user