Last active
June 6, 2023 17:03
-
-
Save danielduckworth/505ea3bcb3ec7bae6943d4d1d942622a to your computer and use it in GitHub Desktop.
Sample ludwig taml model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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