model files
Browse files- .gitattributes +1 -0
- best_model.pt +3 -0
- main.ipynb +0 -8
.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
best_model.pt filter=lfs diff=lfs merge=lfs -text
|
best_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4b52fd161b88612be38b2e9361bca3c0b854c5e8b51f30f8a7033fa933a8c4c
|
| 3 |
+
size 180070260
|
main.ipynb
CHANGED
|
@@ -1220,14 +1220,6 @@
|
|
| 1220 |
" token_str = encoding.decode(token_tensor[0].tolist())\n",
|
| 1221 |
" print(token_str, end='', flush=True)"
|
| 1222 |
]
|
| 1223 |
-
},
|
| 1224 |
-
{
|
| 1225 |
-
"cell_type": "code",
|
| 1226 |
-
"execution_count": null,
|
| 1227 |
-
"id": "cad4d9b2",
|
| 1228 |
-
"metadata": {},
|
| 1229 |
-
"outputs": [],
|
| 1230 |
-
"source": []
|
| 1231 |
}
|
| 1232 |
],
|
| 1233 |
"metadata": {
|
|
|
|
| 1220 |
" token_str = encoding.decode(token_tensor[0].tolist())\n",
|
| 1221 |
" print(token_str, end='', flush=True)"
|
| 1222 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1223 |
}
|
| 1224 |
],
|
| 1225 |
"metadata": {
|