varun-v-rao commited on
Commit
e765285
1 Parent(s): 13eea38

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "t5-base",
3
  "architectures": [
4
- "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
  "d_ff": 3072,
@@ -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": 12,
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-base",
3
  "architectures": [
4
+ "T5ForSequenceClassification"
5
  ],
6
  "classifier_dropout": 0.0,
7
  "d_ff": 3072,
 
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": 12,
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:cc56092ddadc286b76d80e2f9f28e2489833521c459d543dd67fdb8a860ced05
3
- size 891644712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbede7229ea606a4d437c3c90afa83c2e790d5733d3a6cf0a1f4925e66c17001
3
+ size 894019788
runs/Jan23_15-43-35_gl1527.arc-ts.umich.edu/events.out.tfevents.1706042640.gl1527.arc-ts.umich.edu.153118.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a5e3f3f650a7a185cb7f8fffa25fe2b21c0edc9b10692bbf76b1ccd89cf5a79
3
+ size 6369
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:571880cc40e5ba3114ae6449f0e3d827843672669504bc6917ea10dd687018f2
3
- size 4475
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61aa7d2da8c7121cd866b306b39bacc241764f5d4ad074ae7d86717eac9eafe8
3
+ size 4283