Update README.md
Browse files
README.md
CHANGED
|
@@ -40,3 +40,8 @@ decoded = tokenizer.decode(generated_tokens, skip_special_tokens=True)
|
|
| 40 |
```
|
| 41 |
|
| 42 |
Will of course need adjustment for batch processing, and highly recommend checking for invalid json and additional characters being output.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
```
|
| 41 |
|
| 42 |
Will of course need adjustment for batch processing, and highly recommend checking for invalid json and additional characters being output.
|
| 43 |
+
|
| 44 |
+
Trained on approx 5000 synthetic research project titles and summaries for 2 epochs using an RTX6000 Pro
|
| 45 |
+
* Learning rate: 3e-5
|
| 46 |
+
* Effective batch size: 128
|
| 47 |
+
* Time taken: Under 2 hours
|