Initial release of the rudygpt Base Model
Browse files- model.py +1 -0
- pytorch_model.bin +2 -2
model.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
import torch
|
| 2 |
import torch.nn as nn
|
| 3 |
from dataclasses import dataclass
|
|
|
|
| 1 |
+
|
| 2 |
import torch
|
| 3 |
import torch.nn as nn
|
| 4 |
from dataclasses import dataclass
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da98f79fec7cef93d7e6edf79d3921adfb507d2abd93a2ff57b4dc7c34d10068
|
| 3 |
+
size 548288227
|