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