OmarHaroon01 commited on
Commit
7ba5071
1 Parent(s): 4e3ba16

Training in progress, step 2195

Browse files
Files changed (3) hide show
  1. config.json +41 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "OmarHaroon01/cse499Kaggle",
3
+ "architectures": [
4
+ "T5ForSequenceClassification"
5
+ ],
6
+ "classifier_dropout": 0.0,
7
+ "d_ff": 1024,
8
+ "d_kv": 64,
9
+ "d_model": 512,
10
+ "decoder_start_token_id": 0,
11
+ "dense_act_fn": "gelu_new",
12
+ "dropout_rate": 0.1,
13
+ "eos_token_id": 1,
14
+ "feed_forward_proj": "gated-gelu",
15
+ "id2label": {
16
+ "0": "neg",
17
+ "1": "pos"
18
+ },
19
+ "initializer_factor": 1.0,
20
+ "is_encoder_decoder": true,
21
+ "is_gated_act": true,
22
+ "label2id": {
23
+ "neg": "0",
24
+ "pos": "1"
25
+ },
26
+ "layer_norm_epsilon": 1e-06,
27
+ "model_type": "t5",
28
+ "num_decoder_layers": 8,
29
+ "num_heads": 6,
30
+ "num_layers": 8,
31
+ "output_past": true,
32
+ "pad_token_id": 0,
33
+ "problem_type": "single_label_classification",
34
+ "relative_attention_max_distance": 128,
35
+ "relative_attention_num_buckets": 32,
36
+ "tie_word_embeddings": false,
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.35.2",
39
+ "use_cache": true,
40
+ "vocab_size": 384
41
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1162cbe211d03e691bb9a23c5c0882c2a05a640ef3a1dde7cf1cd623a5c545b
3
+ size 178114488
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb2bcc9d982b14d60ac58df1832f9a6343d452644bfbc5bfd2c161d98b6254be
3
+ size 4536