1
0
Fork 2

A small langchain demo project of a QA on movies

attempting first model

model-latest
Rajat Arya 1 year ago
parent d342936885
commit 6f1cf87930
25 changed files (20 MiB → 12 MiB)
  1. 4
      app.py
  2. 3
      data/a_wonder_book_for_girls_and_boys.txt
  3. 3
      data/andersen_fairy_tales.txt
  4. 499
      data/christmas_every_day_and_other_stories.txt
  5. 3
      data/english_fairy_tales.txt
  6. 147
      data/fables.txt
  7. 3
      data/fairy_tales_and_laughter.txt
  8. 39
      data/fresh_prince.txt
  9. 3
      data/japanese_fairy_tales.txt
  10. 3
      data/movies.csv
  11. 456
      data/oscar_wilde.txt
  12. 779
      data/poems.txt
  13. 3
      data/the_best_american_humorous_short_stories.txt
  14. 3
      data/the_blue_fairy_book.txt
  15. 3
      data/the_children's_book_of_thanksgiving_stories.txt
  16. 3
      data/the_wind_in_the_willows.txt
  17. 3
      data/the_worlds_greatest_books.txt
  18. 317
      data/true_stories_of_wonderful_deeds.txt
  19. 3
      requirements.txt
  20. 0
      src/config.py
  21. 4
      src/delete.py
  22. 4
      src/put.py
  23. 4
      src/train.py
  24. 2
      src/utils.py
  25. 4
      tests/model_load_test.py

app.py (2.5 KiB → 2.5 KiB)

data/a_wonder_book_for_girls_and_boys.txt (743 KiB → 0 B)

data/andersen_fairy_tales.txt (295 KiB → 0 B)

data/christmas_every_day_and_other_stories.txt (97 KiB → 0 B)

data/english_fairy_tales.txt (467 KiB → 0 B)

data/fables.txt (17 KiB → 0 B)

data/fairy_tales_and_laughter.txt (12 MiB → 0 B)

data/fresh_prince.txt (1.7 KiB → 0 B)

data/japanese_fairy_tales.txt (480 KiB → 0 B)

data/movies.csv (0 B → 12 MiB)

data/oscar_wilde.txt (86 KiB → 0 B)

data/poems.txt (66 KiB → 0 B)

data/the_best_american_humorous_short_stories.txt (1.1 MiB → 0 B)

data/the_blue_fairy_book.txt (3.2 MiB → 0 B)

data/the_children's_book_of_thanksgiving_stories.txt (440 KiB → 0 B)

data/the_wind_in_the_willows.txt (529 KiB → 0 B)

data/the_worlds_greatest_books.txt (704 KiB → 0 B)

data/true_stories_of_wonderful_deeds.txt (68 KiB → 0 B)

requirements.txt (1.7 KiB → 1.7 KiB)

config.py → src/config.py

src/delete.py (1.6 KiB → 1.6 KiB)

src/put.py (1.7 KiB → 1.7 KiB)

src/train.py (251 B → 258 B)

src/utils.py (9.6 KiB → 9.6 KiB)

tests/model_load_test.py (128 B → 126 B)

Loading…
Cancel
Save