sanjay-m1 commited on
Commit
0514f36
1 Parent(s): f603842

parrot adequacy backup

Browse files
Files changed (7) hide show
  1. README.md +4 -0
  2. config.json +40 -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,4 @@
 
 
 
 
 
1
+ # Parrot
2
+ THIS IS AN ANCILLARY MODEL FOR PARROT PARAPHRASER
3
+ ## 1. What is Parrot?
4
+ Parrot is a paraphrase based utterance augmentation framework purpose built to accelerate training NLU models. A paraphrase framework is more than just a paraphrasing model. Please refer to the [github page](https://github.com/PrithivirajDamodaran/Parrot) or The model card prithivida/parrot_paraphraser_on_T5
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 3,
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "add_final_layer_norm": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "classif_dropout": 0.0,
9
+ "d_model": 1024,
10
+ "decoder_attention_heads": 16,
11
+ "decoder_ffn_dim": 4096,
12
+ "decoder_layerdrop": 0.0,
13
+ "decoder_layers": 12,
14
+ "dropout": 0.1,
15
+ "encoder_attention_heads": 16,
16
+ "encoder_ffn_dim": 4096,
17
+ "encoder_layerdrop": 0.0,
18
+ "encoder_layers": 12,
19
+ "eos_token_id": 2,
20
+ "id2label": {
21
+ "0": "contradiction",
22
+ "1": "neutral",
23
+ "2": "entailment"
24
+ },
25
+ "init_std": 0.02,
26
+ "is_encoder_decoder": true,
27
+ "label2id": {
28
+ "contradiction": 0,
29
+ "entailment": 2,
30
+ "neutral": 1
31
+ },
32
+ "max_position_embeddings": 1024,
33
+ "model_type": "bart",
34
+ "normalize_before": false,
35
+ "num_hidden_layers": 12,
36
+ "output_past": false,
37
+ "pad_token_id": 1,
38
+ "scale_embedding": false,
39
+ "vocab_size": 50265
40
+ }
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:ce253627f98f9db22af6a86efee6e905f001f7d8dc02dd14a8b4b4710c302b17
3
+ size 1629486723
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model_max_length": 1024}
vocab.json ADDED
The diff for this file is too large to render. See raw diff