Update README.md
Browse files
README.md
CHANGED
@@ -69,4 +69,7 @@ print(response[0]["generated_text"].split("<s>Bot: ")[-1])
|
|
69 |
```
|
70 |
```python
|
71 |
>>> "Jag tycker om att äta glass på sommaren."
|
72 |
-
```
|
|
|
|
|
|
|
|
69 |
```
|
70 |
```python
|
71 |
>>> "Jag tycker om att äta glass på sommaren."
|
72 |
+
```
|
73 |
+
|
74 |
+
## Training & Data:
|
75 |
+
The training was done on 1 NVIDIA DGX using DeepSpeed ZeRO 3 for three epochs on roughly 4GB of carefully selected translation data.
|