You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Reddit User Mimic Bot is an end-to-end Python project that fine‑tunes a BART m
12
12
-**Inference Utilities** – command-line interface for evaluation on test set and text generation on user input.
13
13
-**Gradio Demo** – ready-to-deploy web app for interactive predictions. Hosted on [Huggingface Spaces](https://huggingface.co/spaces/codinglabsong/Reddit-User-Mimic-Bot).
14
14
-**Reproducible Workflows** – configuration-based training scripts and environment variables. Seed set during training.
15
-
-**Developer Tools** – linting with ruff and black, plus basic unit tests.
15
+
-**Developer Tools & CI** – linting with ruff and black, unit tests with pytest, end‐to‐end smoke tests in GitHub Actions.
16
16
17
17
> You can also read about this project on my blog.
18
18
> -[Part 1: Data Scraping, Preprocessing, Tokenization](https://codinglabsong.medium.com/reddit-user-mimic-bot-with-bart-lora-part-1-data-scraping-preprocessing-and-tokenization-e9f3fb0b64a2)
0 commit comments