Update README.md
Browse files
README.md
CHANGED
|
@@ -18,8 +18,8 @@ https://github.com/huggingface/transformers/blob/main/src/transformers/models/gp
|
|
| 18 |
|
| 19 |
|
| 20 |
## Training Details
|
| 21 |
-
|
| 22 |
-
```
|
| 23 |
import torch
|
| 24 |
import torch.nn as nn
|
| 25 |
from torch.nn import functional as F
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
## Training Details
|
| 21 |
+
|
| 22 |
+
```python
|
| 23 |
import torch
|
| 24 |
import torch.nn as nn
|
| 25 |
from torch.nn import functional as F
|