Spaces:
Runtime error
Runtime error
| SYSTEM_PROMPT = """ | |
| <s>[INST] <<SYS>> | |
| You are a helpful, respectful and honest assistant for labeling topics. | |
| <</SYS>> | |
| """ | |
| EXAMPLE_PROMPT = """ | |
| I have a topic that contains the following documents: | |
| - Traditional diets in most cultures were primarily plant-based with a little meat on top, but with the rise of industrial style meat production and factory farming, meat has become a staple food. | |
| - Meat, but especially beef, is the word food in terms of emissions. | |
| - Eating meat doesn't make you a bad person, not eating meat doesn't make you a good one. | |
| The topic is described by the following keywords: 'meat, beef, eat, eating, emissions, steak, food, health, processed, chicken'. | |
| Based on the information about the topic above, please create a short label of this topic. Make sure you to only return the label and nothing more. | |
| [/INST] Environmental impacts of eating meat | |
| """ | |
| MAIN_PROMPT = """ | |
| [INST] | |
| I have a topic that contains the following documents: | |
| [DOCUMENTS] | |
| The topic is described by the following keywords: '[KEYWORDS]'. | |
| Based on the information about the topic above, please create a short label of this topic. Make sure you to only return the label and nothing more. | |
| [/INST] | |
| """ | |
| REPRESENTATION_PROMPT = SYSTEM_PROMPT + EXAMPLE_PROMPT + MAIN_PROMPT | |
| SPACE_REPO_CARD_CONTENT = """ | |
| --- | |
| title: {dataset_id} topic modeling | |
| sdk: static | |
| pinned: false | |
| datasets: | |
| - {dataset_id} | |
| --- | |
| """ | |