ojasviyadav
commited on
Commit
•
7f6f9f7
1
Parent(s):
dadc5b8
Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "t5-small",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"d_ff": 2048,
|
7 |
"d_kv": 64,
|
|
|
1 |
{
|
2 |
"_name_or_path": "t5-small",
|
3 |
"architectures": [
|
4 |
+
"CustomT5Model"
|
5 |
],
|
6 |
"d_ff": 2048,
|
7 |
"d_kv": 64,
|
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:19bf43bd44237fd0acf25b152448924e7e6241579ac4b340c7b58ed366000b38
|
3 |
+
size 242069785
|
training_args.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:f82ea8545b2c8749ed5fb33de77311c3ed98cc602d78abbd57438b28eced27ff
|
3 |
+
size 3835
|