tennessejoyce commited on
Commit
2f07d36
1 Parent(s): 3a48d48

Retrained model

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. config.json +1 -1
  3. pytorch_model.bin +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
- # Titlewave: bert-base-uncased
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 post titles, with a classification head that predicts whether each question will be answered or not.
 
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.2.2",
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:7bc809de573260b5204274d476f448ada1848b47981f1e4d153cb5e27702ae98
3
- size 242088058
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e344f873d1ac7b1dc0c93665c4f579d5d832fe6964c3674fa51b6e779fb9fc18
3
+ size 242088059