Update README.md
Browse files
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
|