pszemraj commited on
Commit
ac47d8a
•
1 Parent(s): ecfe0ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -11
README.md CHANGED
@@ -20,12 +20,22 @@ model-index:
20
  - name: Rouge1
21
  type: rouge
22
  value: 61.7209
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
- should probably proofread and complete it, then remove this comment. -->
27
 
28
- # bart-base-fleece2instructions-r1
29
 
30
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the pszemraj/fleece2instructions dataset.
31
  It achieves the following results on the evaluation set:
@@ -46,7 +56,8 @@ More information needed
46
 
47
  ## Training and evaluation data
48
 
49
- More information needed
 
50
 
51
  ## Training procedure
52
 
@@ -72,10 +83,3 @@ The following hyperparameters were used during training:
72
  | 1.2723 | 1.0 | 362 | 1.0325 | 61.6206 | 45.1199 | 59.6467 | 59.7534 | 14.0443 |
73
  | 1.0157 | 2.0 | 724 | 1.0034 | 62.4433 | 46.0114 | 60.5355 | 60.6392 | 14.1807 |
74
 
75
-
76
- ### Framework versions
77
-
78
- - Transformers 4.28.0.dev0
79
- - Pytorch 2.0.0.dev20230212+cu118
80
- - Datasets 2.9.0
81
- - Tokenizers 0.13.2
 
20
  - name: Rouge1
21
  type: rouge
22
  value: 61.7209
23
+ widget:
24
+ - text: "To be fair, you have to have a very high IQ to understand Rick and Morty. The humour is extremely subtle, and without a solid grasp of theoretical physics most of the jokes will go over a typical viewer's head. There's also Rick's nihilistic outlook, which is deftly woven into his characterisation- his personal philosophy draws heavily from Narodnaya Volya literature, for instance. The fans understand this stuff; they have the intellectual capacity to truly appreciate the depths of these jokes, to realise that they're not just funny- they say something deep about LIFE. As a consequence people who dislike Rick & Morty truly ARE idiots- of course they wouldn't appreciate, for instance, the humour in Rick's existential catchphrase \"Wubba Lubba Dub Dub,\" which itself is a cryptic reference to Turgenev's Russian epic Fathers and Sons. I'm smirking right now just imagining one of those addlepated simpletons scratching their heads in confusion as Dan Harmon's genius wit unfolds itself on their television screens. What fools.. how I pity them. 😂 And yes, by the way, i DO have a Rick & Morty tattoo. And no, you cannot see it. It's for the ladies' eyes only- and even then they have to demonstrate that they're within 5 IQ points of my own (preferably lower) beforehand. Nothin personnel kid 😎"
25
+ example_title: "Sentiment analysis"
26
+ - text: "Barack Obama nominated Hilary Clinton as his secretary of state on Monday. He chose her because she had ..."
27
+ example_title: "Coreference resolution"
28
+ - text: "On a shelf, there are five books: a gray book, a red book, a purple book, a blue book, and a black book. The gray book is to the left of the red book. The purple book is to the right of the blue book. The black book is to the right of the gray book. What is the order of the books from left to right?"
29
+ example_title: "Logic puzzles"
30
+ - text: "The two men running to become New York City's next mayor will face off in their first debate Wednesday night. Eric Adams and Andrew Yang, the leading contenders in the crowded Democratic primary, are scheduled to appear together in a live televised forum. The event, which is being hosted by WABC-TV, will be moderated by Eyewitness News anchor Bill Ritter and political reporter Dave Evans. Adams, the Brooklyn borough president, and Yang, the entrepreneur and former presidential candidate, have been vying for the top spot in recent polls, with the election just weeks away."
31
+ example_title: "Reading comprehension"
32
+ - text: "A customer orders a pizza with pepperoni, mushrooms, and extra cheese. The pizza maker prepares the pizza by placing a layer of tomato sauce on the crust, followed by the pepperoni, mushrooms, and cheese. The pizza is then baked in the oven until the cheese is melted and bubbly. When the pizza is ready, it is sliced into 8 equal pieces and served to the customer."
33
+ example_title: "Sequence to sequence"
34
+ - text: "Scientists at the Massachusetts Institute of Technology have developed a new way of detecting brain activity using lasers. The technique involves shining a laser onto the scalp and detecting the scattered light that bounces back from the brain. This allows researchers to measure changes in blood flow and oxygen levels, which are indicators of brain activity. The new method is non-invasive and could be used to study a wide range of neurological conditions, including Alzheimer's disease, stroke, and others"
35
  ---
36
 
 
 
37
 
38
+ # bart-base-instructiongen
39
 
40
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the pszemraj/fleece2instructions dataset.
41
  It achieves the following results on the evaluation set:
 
56
 
57
  ## Training and evaluation data
58
 
59
+ See the linked dataset `pszemraj/fleece2instructions` - it is a filtered/formatted version of `tatsu-lab/alpaca` to generate instructions for arbitrary text.
60
+
61
 
62
  ## Training procedure
63
 
 
83
  | 1.2723 | 1.0 | 362 | 1.0325 | 61.6206 | 45.1199 | 59.6467 | 59.7534 | 14.0443 |
84
  | 1.0157 | 2.0 | 724 | 1.0034 | 62.4433 | 46.0114 | 60.5355 | 60.6392 | 14.1807 |
85