mikemcrae25 commited on
Commit
764e674
·
verified ·
1 Parent(s): e4144f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -63,7 +63,7 @@ print("AP Article" if prediction == 1 else "Not AP Article")
63
  ```
64
 
65
  ## ⚙️ Recommended Usage Notes
66
- - The models were trained on headlines, authors, and the first 100 characters of articles, as the mention of the newswire often appears in these sections. Using the same format for inference may improve accuracy.
67
 
68
  ## 📜 Licensing & Data Source
69
  - **Training Data:** Historical newspaper articles (1960–1975) from public-domain sources.
@@ -73,7 +73,7 @@ print("AP Article" if prediction == 1 else "Not AP Article")
73
  If you use these models, please cite:
74
  ```
75
  @misc{newswire_classifier,
76
- author = {Your Name},
77
  title = {Newswire Classifier (AP, UPI, NEA) - BERT Transformers},
78
  year = {2025},
79
  publisher = {Hugging Face},
 
63
  ```
64
 
65
  ## ⚙️ Recommended Usage Notes
66
+ - The models were trained on a combination of the first 100 characters of headline + author + the first 100 characters of articles, as the mention of the newswire often appears in these sections. Using the same format for inference may improve accuracy.
67
 
68
  ## 📜 Licensing & Data Source
69
  - **Training Data:** Historical newspaper articles (1960–1975) from public-domain sources.
 
73
  If you use these models, please cite:
74
  ```
75
  @misc{newswire_classifier,
76
+ author = {McRae, Michael},
77
  title = {Newswire Classifier (AP, UPI, NEA) - BERT Transformers},
78
  year = {2025},
79
  publisher = {Hugging Face},