yuchenlin commited on
Commit
2234fd7
1 Parent(s): b1fe9c6

bart-base t0pp 5e-5 8000

Browse files
Files changed (7) hide show
  1. README.md +52 -0
  2. config.json +73 -0
  3. merges.txt +0 -0
  4. pytorch_model.bin +3 -0
  5. tokenizer.json +0 -0
  6. tokenizer_config.json +1 -0
  7. vocab.json +0 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - bigscience/P3
4
+ language: en
5
+ license: apache-2.0
6
+ widget:
7
+ - text: "A is the son's of B's uncle. What is the family relationship between A and B?"
8
+ - text: "Reorder the words in this sentence: justin and name bieber years is my am I 27 old."
9
+ - text: "Task: copy but say the opposite.\n
10
+ PSG won its match against Barca."
11
+ - text: "Is this review positive or negative? Review: Best cast iron skillet you will every buy."
12
+ example_title: "Sentiment analysis"
13
+ - text: "Question A: How is air traffic controlled?
14
+ \nQuestion B: How do you become an air traffic controller?\nPick one: these questions are duplicates or not duplicates."
15
+ - text: "Barack Obama nominated Hilary Clinton as his secretary of state on Monday. He chose her because she had foreign affairs experience as a former First Lady.
16
+ \nIn the previous sentence, decide who 'her' is referring to."
17
+ example_title: "Coreference resolution"
18
+ - text: "Last week I upgraded my iOS version and ever since then my phone has been overheating whenever I use your app.\n
19
+ Select the category for the above sentence from: mobile, website, billing, account access."
20
+ - text: "Sentence 1: Gyorgy Heizler, head of the local disaster unit, said the coach was carrying 38 passengers.\n
21
+ Sentence 2: The head of the local disaster unit, Gyorgy Heizler, said the bus was full except for 38 empty seats.\n\n
22
+ Do sentences 1 and 2 have the same meaning?"
23
+ example_title: "Paraphrase identification"
24
+ - text: "Here's the beginning of an article, choose a tag that best describes the topic of the article: business, cinema, politics, health, travel, sports.\n\n
25
+ The best and worst fo 007 as 'No time to die' marks Daniel Craig's exit.\n
26
+ (CNN) Some 007 math: 60 years, 25 movies (with a small asterisk) and six James Bonds. For a Cold War creation, Ian Fleming's suave spy has certainly gotten around, but despite different guises in the tuxedo and occasional scuba gear, when it comes to Bond ratings, there really shouldn't be much argument about who wore it best."
27
+ - text: "Max: Know any good websites to buy clothes from?\n
28
+ Payton: Sure :) LINK 1, LINK 2, LINK 3\n
29
+ Max: That's a lot of them!\n
30
+ Payton: Yeah, but they have different things so I usually buy things from 2 or 3 of them.\n
31
+ Max: I'll check them out. Thanks.\n\n
32
+ Who or what are Payton and Max referring to when they say 'them'?"
33
+ - text: "Is the word 'table' used in the same meaning in the two following sentences?\n\n
34
+ Sentence A: you can leave the books on the table over there.\n
35
+ Sentence B: the tables in this book are very hard to read."
36
+ - text: "On a shelf, there are five books: a gray book, a red book, a purple book, a blue book, and a black book.\n
37
+ The red book is to the right of the gray book. The black book is to the left of the blue book. The blue book is to the left of the gray book. The purple book is the second from the right.\n\n
38
+ Which book is the leftmost book?"
39
+ example_title: "Logic puzzles"
40
+ - text: "The two men running to become New York City's next mayor will face off in their first debate Wednesday night.\n\n
41
+ Democrat Eric Adams, the Brooklyn Borough president and a former New York City police captain, is widely expected to win the Nov. 2 election against Republican Curtis Sliwa, the founder of the 1970s-era Guardian Angels anti-crime patril.\n\n
42
+ Who are the men running for mayor?"
43
+ example_title: "Reading comprehension"
44
+ - text: "The word 'binne' means any animal that is furry and has four legs, and the word 'bam' means a simple sort of dwelling.\n\n
45
+ Which of the following best characterizes binne bams?\n
46
+ - Sentence 1: Binne bams are for pets.\n
47
+ - Sentence 2: Binne bams are typically furnished with sofas and televisions.\n
48
+ - Sentence 3: Binne bams are luxurious apartments.\n
49
+ - Sentence 4: Binne bams are places where people live."
50
+ ---
51
+
52
+ TBA
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/bart-large",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "gelu",
5
+ "add_bias_logits": false,
6
+ "add_final_layer_norm": false,
7
+ "architectures": [
8
+ "BartForConditionalGeneration"
9
+ ],
10
+ "attention_dropout": 0.1,
11
+ "bos_token_id": 0,
12
+ "classif_dropout": 0.1,
13
+ "classifier_dropout": 0.0,
14
+ "d_model": 1024,
15
+ "decoder_attention_heads": 16,
16
+ "decoder_ffn_dim": 4096,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 12,
19
+ "decoder_start_token_id": 2,
20
+ "dropout": 0.1,
21
+ "early_stopping": true,
22
+ "encoder_attention_heads": 16,
23
+ "encoder_ffn_dim": 4096,
24
+ "encoder_layerdrop": 0.0,
25
+ "encoder_layers": 12,
26
+ "eos_token_id": 2,
27
+ "forced_eos_token_id": 2,
28
+ "gradient_checkpointing": false,
29
+ "id2label": {
30
+ "0": "LABEL_0",
31
+ "1": "LABEL_1",
32
+ "2": "LABEL_2"
33
+ },
34
+ "init_std": 0.02,
35
+ "is_encoder_decoder": true,
36
+ "label2id": {
37
+ "LABEL_0": 0,
38
+ "LABEL_1": 1,
39
+ "LABEL_2": 2
40
+ },
41
+ "max_position_embeddings": 1024,
42
+ "model_type": "bart",
43
+ "no_repeat_ngram_size": 3,
44
+ "normalize_before": false,
45
+ "num_beams": 4,
46
+ "num_hidden_layers": 12,
47
+ "pad_token_id": 1,
48
+ "scale_embedding": false,
49
+ "task_specific_params": {
50
+ "summarization": {
51
+ "length_penalty": 1.0,
52
+ "max_length": 128,
53
+ "min_length": 12,
54
+ "num_beams": 4
55
+ },
56
+ "summarization_cnn": {
57
+ "length_penalty": 2.0,
58
+ "max_length": 142,
59
+ "min_length": 56,
60
+ "num_beams": 4
61
+ },
62
+ "summarization_xsum": {
63
+ "length_penalty": 1.0,
64
+ "max_length": 62,
65
+ "min_length": 11,
66
+ "num_beams": 6
67
+ }
68
+ },
69
+ "torch_dtype": "float32",
70
+ "transformers_version": "4.12.5",
71
+ "use_cache": true,
72
+ "vocab_size": 50265
73
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f62ee503eeff02d9e37d95ec1edcf5b0935c988c878c9c5b1784806bb191ec59
3
+ size 557979193
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "<unk>", "bos_token": "<s>", "eos_token": "</s>", "add_prefix_space": false, "errors": "replace", "sep_token": "</s>", "cls_token": "<s>", "pad_token": "<pad>", "mask_token": "<mask>", "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "facebook/bart-large", "tokenizer_class": "BartTokenizer"}
vocab.json ADDED
The diff for this file is too large to render. See raw diff