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

config.yaml 1.5 KB

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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
  1. # Control which BookCrossing and Amazon data sets are enabled
  2. bx:
  3. # BX is disabled by default since the source site is offline
  4. enabled: false
  5. az2014:
  6. enabled: true
  7. az2018:
  8. enabled: true
  9. # configure the input source. can be "ratings" or "reviews"; "ratings"
  10. # works with publicly-available data, while "reviews" requires the
  11. # review data files available upon request from Julian McAuley.
  12. from: ratings
  13. # Configure the GoodReads data
  14. goodreads:
  15. # Enable or disable GoodReads. Disabling GoodReads removes its use
  16. # entirely, not only for interactions.
  17. enabled: true
  18. # Switch which GoodReads interaction data files are used by default. The
  19. # simple files are the publicly-downloadable CSVs. Full interaction data in
  20. # JSON is available upon request from the UCSD team; if you have a copy,
  21. # change this to `full` to use it.
  22. interactions: simple
  23. # Control whether to incorporate book ratings or just interactions. The
  24. # review files are available upon request from the UCSD team.
  25. reviews: false
  26. # Control whether all interaction data will be assemblied, regardless of the
  27. # default source chosen in 'interactions'.
  28. build_all: false
  29. openlibrary:
  30. # Date of the OpenLibrary to download
  31. # you can find available dumps at https://archive.org/details/ol_exports?sort=-publicdate
  32. date: "2023-10-31"
  33. viaf:
  34. # get a current url from https://viaf.org/viaf/data/
  35. # unlike openlibrary, old links don't work
  36. url: https://viaf.org/viaf/data/viaf-20231107-clusters-marc21.xml.gz
Tip!

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

Comments

Loading...