Daksh0505 commited on
Commit
0ce4a69
·
verified ·
1 Parent(s): d3729ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -38,14 +38,6 @@ This Streamlit app compares two sentiment classification models trained on IMDB
38
 
39
  - **Source:** [IMDB Multi-Movie Dataset](https://huggingface.co/datasets/Daksh0505/IMDB-Reviews)
40
 
41
- ```bibtex
42
- @misc{imdb-multimovie-reviews,
43
- title = {IMDb Multi-Movie Review Dataset},
44
- author = {Daksh Bhardwaj},
45
- year = {2025},
46
- url = {https://huggingface.co/datasets/Daksh0505/IMDB-Reviews}
47
- }
48
- ```
49
  ---
50
 
51
  ## 🧠 Models
@@ -100,4 +92,14 @@ with open(tokenizer_path_b, "r") as f:
100
  tokenizer_b = tokenizer_from_json(json.load(f))
101
 
102
  model_b = load_model(model_path_b)
 
 
 
 
 
 
 
 
 
 
103
  ```
 
38
 
39
  - **Source:** [IMDB Multi-Movie Dataset](https://huggingface.co/datasets/Daksh0505/IMDB-Reviews)
40
 
 
 
 
 
 
 
 
 
41
  ---
42
 
43
  ## 🧠 Models
 
92
  tokenizer_b = tokenizer_from_json(json.load(f))
93
 
94
  model_b = load_model(model_path_b)
95
+ ```
96
+ ## Citation (Please add if you use this dataset)
97
+ ```ruby
98
+ @misc{imdb-multimovie-reviews,
99
+ title = {IMDb Multi-Movie Review Dataset},
100
+ author = {Daksh Bhardwaj},
101
+ year = {2025},
102
+ url = {https://huggingface.co/datasets/Daksh0505/IMDB-Reviews
103
+ note = {Accessed: 2025-07-17}
104
+ }
105
  ```