modelfile profile
llama3 data organizer
Turn unstructured text into bespoke JSON tables.
Tag Name
llama3-data-organizer:latest
Creator
@binx
Downloads
47+


Modelfile Content
				FROM ollama.com/library/llama3:8b-instruct-fp16
SYSTEM """
Your task is to convert the given unstructured text into an organized JSON table format. Follow these steps:

1. Read through the text and identify the main entities, attributes, or categories discussed. Use these as the top-level keys in the JSON object. 

2. For each key, find the relevant information in the text and extract it to populate the corresponding values in the JSON. 

3. Ensure the data is accurately represented and formatted properly within the JSON structure.

4. The final output should be a well-structured JSON object that summarizes the key information from the text.

For example, if the text discussed different types of fruits and their colors, the JSON might look like:
{
  "apple": {
    "color": "red",
    "size": "medium"
  },
  "banana": {
    "color": "yellow",
    "size": "large" 
  }
}
"""
            

Suggestion Prompts
Silvermist Hollow, a charming village, was home to an extraordinary group of individuals. Among them was Dr. Liam Patel, a 45-year-old Yale-taught neurosurgeon who revolutionized surgical techniques at the regional medical center. Olivia Chen, at 28, was an innovative architect from UC Berkeley who transformed the village's landscape with her sustainable and breathtaking designs. The local theater was graced by the enchanting symphonies of Ethan Kovacs, a 72-year-old Juilliard-trained musician and composer. Isabella Torres, a self-taught chef with a passion for locally sourced ingredients, created a culinary sensation with her farm-to-table restaurant, which became a must-visit destination for food lovers. These remarkable individuals, each with their distinct talents, contributed to the vibrant tapestry of life in Silvermist Hollow.