Edit model card

This model is a finetuned GPT-2 model on a small corpora of tweets about Paxlovid and Ivermectin. It is designed to be a "hello world" model to be used in conjunction with the "ModelExplorer" App that is part of the GitHub KeywordExplorer repository.

The key feature of this model is that it has been trained to use "Meta Wrapping", which adds additional information to a corpora that the model is then trained on. An example is shown below:

    [[text: RT @Andygetout: Sehr geehrter @Karl_Lauterbach,gestern und heute musste ich mit Schrecken feststellen, wie und warum Paxlovid NICHT bei d… || created: 2022-09-04 07:10:25 || location: Kaiserslautern, Germany || probability: twenty]]
    [[text: RT @axios: There's growing concern about the link between Pfizer's antiviral pill and COVID rebound, in which patients test positive or hav… || created: 2022-09-03 02:40:34 || location: Bendigo, Victoria. Australia || probability: thirty]]

In this case a tweet (everything after "text:"" and before "||") has been embedded in MetaWrapping, which adds information like date, location, and an arbitrary "probability" tag that will be "ten", "twenty", "thirty", or "forty". When generating text, these tags will reflect the meta information as well as the text. For example, a well-trained model will have "probability: ten" close to 10% of the time

Downloads last month
1