ameya772 commited on
Commit
b1cccc5
1 Parent(s): 1a1e4c3

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +80 -0
  2. my_model.pt +3 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 32128,
3
+ "d_model": 768,
4
+ "d_kv": 64,
5
+ "d_ff": 3072,
6
+ "num_layers": 12,
7
+ "num_decoder_layers": 12,
8
+ "num_heads": 12,
9
+ "relative_attention_num_buckets": 32,
10
+ "relative_attention_max_distance": 128,
11
+ "dropout_rate": 0.1,
12
+ "layer_norm_epsilon": 1e-06,
13
+ "initializer_factor": 1.0,
14
+ "feed_forward_proj": "relu",
15
+ "use_cache": true,
16
+ "dense_act_fn": "relu",
17
+ "is_gated_act": false,
18
+ "return_dict": true,
19
+ "output_hidden_states": false,
20
+ "output_attentions": false,
21
+ "torchscript": false,
22
+ "torch_dtype": null,
23
+ "use_bfloat16": false,
24
+ "tf_legacy_loss": false,
25
+ "pruned_heads": {},
26
+ "tie_word_embeddings": true,
27
+ "is_encoder_decoder": true,
28
+ "is_decoder": false,
29
+ "cross_attention_hidden_size": null,
30
+ "add_cross_attention": false,
31
+ "tie_encoder_decoder": false,
32
+ "max_length": 20,
33
+ "min_length": 0,
34
+ "do_sample": false,
35
+ "early_stopping": false,
36
+ "num_beams": 1,
37
+ "num_beam_groups": 1,
38
+ "diversity_penalty": 0.0,
39
+ "temperature": 1.0,
40
+ "top_k": 50,
41
+ "top_p": 1.0,
42
+ "typical_p": 1.0,
43
+ "repetition_penalty": 1.0,
44
+ "length_penalty": 1.0,
45
+ "no_repeat_ngram_size": 0,
46
+ "encoder_no_repeat_ngram_size": 0,
47
+ "bad_words_ids": null,
48
+ "num_return_sequences": 1,
49
+ "chunk_size_feed_forward": 0,
50
+ "output_scores": false,
51
+ "return_dict_in_generate": false,
52
+ "forced_bos_token_id": null,
53
+ "forced_eos_token_id": null,
54
+ "remove_invalid_values": false,
55
+ "exponential_decay_length_penalty": null,
56
+ "suppress_tokens": null,
57
+ "begin_suppress_tokens": null,
58
+ "architectures": null,
59
+ "finetuning_task": null,
60
+ "id2label": {
61
+ "0": "LABEL_0",
62
+ "1": "LABEL_1"
63
+ },
64
+ "label2id": {
65
+ "LABEL_0": 0,
66
+ "LABEL_1": 1
67
+ },
68
+ "tokenizer_class": null,
69
+ "prefix": null,
70
+ "bos_token_id": null,
71
+ "pad_token_id": 0,
72
+ "eos_token_id": 1,
73
+ "sep_token_id": null,
74
+ "decoder_start_token_id": null,
75
+ "task_specific_params": null,
76
+ "problem_type": null,
77
+ "_name_or_path": "ameya772/sentence-t5-base-atis-fine-tuned",
78
+ "transformers_version": "4.27.4",
79
+ "model_type": "t5"
80
+ }
my_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d4207fc99ccea8a6b30dfb89ddd8613e42094a283cdceb399827db8712a338a
3
+ size 891729666
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:475d9ef302f48daf4712a7fc0142888248ddbc3275a17165901a975a026e46a9
3
+ size 891730961