Skip to content

Instantly share code, notes, and snippets.

@Adolfi
Last active June 24, 2024 11:59
Show Gist options
  • Save Adolfi/0fb1f6ccc7b05a2084bc910975a0757b to your computer and use it in GitHub Desktop.
Save Adolfi/0fb1f6ccc7b05a2084bc910975a0757b to your computer and use it in GitHub Desktop.
using Microsoft.ML;
using Microsoft.ML.Data;
public class FAQModel
{
[ColumnName("Question")]
public string Question {get;set;}
[ColumnName("Answer")]
public string Answer {get;set;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment