Skip to content

Instantly share code, notes, and snippets.

@danielduckworth
Last active June 6, 2023 17:03
Show Gist options
  • Save danielduckworth/505ea3bcb3ec7bae6943d4d1d942622a to your computer and use it in GitHub Desktop.
Save danielduckworth/505ea3bcb3ec7bae6943d4d1d942622a to your computer and use it in GitHub Desktop.
Sample ludwig taml model
input_features:
- name: genres
type: set
preprocessing:
tokenizer: comma
- name: content_rating
type: category
- name: top_critic
type: binary
- name: runtime
type: number
- name: review_content
type: text
encoder:
type: embed
output_features:
- name: recommended
type: binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment