varun-v-rao commited on
Commit
1537bef
1 Parent(s): 5d0a6c1

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "t5-large",
3
  "architectures": [
4
- "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
  "d_ff": 4096,
@@ -12,9 +12,19 @@
12
  "dropout_rate": 0.1,
13
  "eos_token_id": 1,
14
  "feed_forward_proj": "relu",
 
 
 
 
 
15
  "initializer_factor": 1.0,
16
  "is_encoder_decoder": true,
17
  "is_gated_act": false,
 
 
 
 
 
18
  "layer_norm_epsilon": 1e-06,
19
  "model_type": "t5",
20
  "n_positions": 512,
@@ -23,6 +33,7 @@
23
  "num_layers": 24,
24
  "output_past": true,
25
  "pad_token_id": 0,
 
26
  "relative_attention_max_distance": 128,
27
  "relative_attention_num_buckets": 32,
28
  "task_specific_params": {
 
1
  {
2
  "_name_or_path": "t5-large",
3
  "architectures": [
4
+ "T5ForSequenceClassification"
5
  ],
6
  "classifier_dropout": 0.0,
7
  "d_ff": 4096,
 
12
  "dropout_rate": 0.1,
13
  "eos_token_id": 1,
14
  "feed_forward_proj": "relu",
15
+ "id2label": {
16
+ "0": "LABEL_0",
17
+ "1": "LABEL_1",
18
+ "2": "LABEL_2"
19
+ },
20
  "initializer_factor": 1.0,
21
  "is_encoder_decoder": true,
22
  "is_gated_act": false,
23
+ "label2id": {
24
+ "LABEL_0": 0,
25
+ "LABEL_1": 1,
26
+ "LABEL_2": 2
27
+ },
28
  "layer_norm_epsilon": 1e-06,
29
  "model_type": "t5",
30
  "n_positions": 512,
 
33
  "num_layers": 24,
34
  "output_past": true,
35
  "pad_token_id": 0,
36
+ "problem_type": "single_label_classification",
37
  "relative_attention_max_distance": 128,
38
  "relative_attention_num_buckets": 32,
39
  "task_specific_params": {
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7f274b758c7a78c6a96682c007b436cc0e1cef9a1d56441544a766a2271edd9
3
- size 2950734544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2edf2cdb33aa30140ad63cb2a41fe6d733d116077e5f8804410921664164408
3
+ size 2954951748
runs/Jan23_17-36-41_gl1527.arc-ts.umich.edu/events.out.tfevents.1706049473.gl1527.arc-ts.umich.edu.214358.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:959835f4c56c08329dff25d1d92cad8186a9ea66ba9db0ab155345123a4c29ea
3
+ size 5424
runs/Jan23_17-38-51_gl1527.arc-ts.umich.edu/events.out.tfevents.1706049542.gl1527.arc-ts.umich.edu.214889.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a555d0dda55acfe483077898153eca8daff5270ace45927bf07306df2c306014
3
+ size 6052
runs/Jan23_19-47-14_gl1527.arc-ts.umich.edu/events.out.tfevents.1706057316.gl1527.arc-ts.umich.edu.286564.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1317e373b3009f80043912473bba489a077f5299570df2835fa723643747497
3
+ size 6209
runs/Jan23_23-07-53_gl1500.arc-ts.umich.edu/events.out.tfevents.1706069398.gl1500.arc-ts.umich.edu.640824.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf11990881fa75d86f980d1bb7d697fbeb837732bd6dc1036cd2d1b131846fc1
3
+ size 7003
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:25a8b6023575c7f79a9fc0777618753b6a3a52b429f0da67e7cdaeec12ec94de
3
- size 4475
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03630853e4f7ef7475e07e3751720862fe0f9823b20c63cb22d4b841f972fba4
3
+ size 4283