tennessejoyce
commited on
Commit
·
2f07d36
1
Parent(s):
3a48d48
Retrained model
Browse files- README.md +2 -2
- config.json +1 -1
- pytorch_model.bin +2 -2
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Titlewave:
|
2 |
|
3 |
This is one of two models used in the Titlewave project. See https://github.com/tennessejoyce/TitleWave for more information.
|
4 |
|
5 |
-
This model was fine-tuned on a dataset of Stack Overflow
|
|
|
1 |
+
# Titlewave: t5-small
|
2 |
|
3 |
This is one of two models used in the Titlewave project. See https://github.com/tennessejoyce/TitleWave for more information.
|
4 |
|
5 |
+
This model was fine-tuned on a dataset of Stack Overflow posts, with a ConditionalGeneration head that summarizes the body of a question in order to suggest a title.
|
config.json
CHANGED
@@ -56,7 +56,7 @@
|
|
56 |
"prefix": "translate English to Romanian: "
|
57 |
}
|
58 |
},
|
59 |
-
"transformers_version": "4.
|
60 |
"use_cache": true,
|
61 |
"vocab_size": 32128
|
62 |
}
|
|
|
56 |
"prefix": "translate English to Romanian: "
|
57 |
}
|
58 |
},
|
59 |
+
"transformers_version": "4.3.2",
|
60 |
"use_cache": true,
|
61 |
"vocab_size": 32128
|
62 |
}
|
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:e344f873d1ac7b1dc0c93665c4f579d5d832fe6964c3674fa51b6e779fb9fc18
|
3 |
+
size 242088059
|