Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

schema.yaml 196 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  1. COLUMNS:
  2. text: Object
  3. label: Object
  4. # the splitter in the data - delimeter
  5. DELIMITER: ;
  6. TARGET_COLUMN:
  7. name: label
  8. TARGET_OUT:
  9. - sadness
  10. - anger
  11. - love
  12. - surprise
  13. - fear
  14. - joy
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...