dabboud commited on
Commit
a26d522
·
verified ·
1 Parent(s): 8f2def9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -17,6 +17,8 @@ This repo contains **only the model weights** and a **detailed implementation re
17
  📄 Full report and documentation:
18
  [https://github.com/DavidA00/Commgpt-final-year-project](https://github.com/DavidA00/Commgpt-final-year-project)
19
 
 
 
20
  ## Usage
21
  ```python
22
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
 
17
  📄 Full report and documentation:
18
  [https://github.com/DavidA00/Commgpt-final-year-project](https://github.com/DavidA00/Commgpt-final-year-project)
19
 
20
+ This work was part of a final year project conducted during Sept 2024 - May 2025.
21
+
22
  ## Usage
23
  ```python
24
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline