6 instantiations of Data
Microsoft.ML.GenAI.Samples (6)
Llama\SFT_Llama_3_2_1B.cs (6)
38new Data("What is <contoso/>", "<contoso/> is a virtual e-shop company that is widely used in Microsoft documentation."), 39new Data("What products does <contoso/> sell?", "<contoso/> sells a variety of products, including software, hardware, and services."), 40new Data("What is the history of <contoso/>?", "<contoso/> was founded in 1984 by John Doe."), 41new Data("What is the mission of <contoso/>?", "<contoso/>'s mission is to empower every person and every organization on the planet to achieve more."), 42new Data("What is the vision of <contoso/>?", "<contoso/>'s vision is to create a world where everyone can achieve more."), 43new Data("What is the culture of <contoso/>?", "<contoso/>'s culture is based on a growth mindset, diversity, and inclusion."),
2 references to Data
Microsoft.ML.GenAI.Samples (2)
Llama\SFT_Llama_3_2_1B.cs (2)
36var dataset = new List<Data> 101public static CausalLMDataset CreateDataset(IEnumerable<Data> dataset, Tokenizer tokenizer, IMEAIChatTemplateBuilder templateBuilder)