mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
105 lines
1.4 KiB
Markdown
105 lines
1.4 KiB
Markdown
|
|
|
|
# Keyword Extractor | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%225p34VAwAa2kWgwFvI2B6w%22%2C%22flow%22%3Atrue%7D%7D)
|
|
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 }}
|
|
```
|
|
|
|
## Welcome Message
|
|
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.
|
|
|
|
## 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.
|
|
|