rishavranaut
commited on
Training in progress, step 2500
Browse files- config.json +42 -0
- model.safetensors +3 -0
- runs/Oct13_14-15-57_user/events.out.tfevents.1728809161.user +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/flan-t5-large",
|
3 |
+
"architectures": [
|
4 |
+
"T5ForSequenceClassification"
|
5 |
+
],
|
6 |
+
"classifier_dropout": 0.0,
|
7 |
+
"d_ff": 2816,
|
8 |
+
"d_kv": 64,
|
9 |
+
"d_model": 1024,
|
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": "0",
|
17 |
+
"1": "1"
|
18 |
+
},
|
19 |
+
"initializer_factor": 1.0,
|
20 |
+
"is_encoder_decoder": true,
|
21 |
+
"is_gated_act": true,
|
22 |
+
"label2id": {
|
23 |
+
"0": 0,
|
24 |
+
"1": 1
|
25 |
+
},
|
26 |
+
"layer_norm_epsilon": 1e-06,
|
27 |
+
"model_type": "t5",
|
28 |
+
"n_positions": 512,
|
29 |
+
"num_decoder_layers": 24,
|
30 |
+
"num_heads": 16,
|
31 |
+
"num_layers": 24,
|
32 |
+
"output_past": true,
|
33 |
+
"pad_token_id": 0,
|
34 |
+
"problem_type": "single_label_classification",
|
35 |
+
"relative_attention_max_distance": 128,
|
36 |
+
"relative_attention_num_buckets": 32,
|
37 |
+
"tie_word_embeddings": false,
|
38 |
+
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.44.2",
|
40 |
+
"use_cache": true,
|
41 |
+
"vocab_size": 32128
|
42 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8d25dd2ca11d34810e1cd0b62d592911d2b6879905ad238e646f4cbccf2c373
|
3 |
+
size 3005286112
|
runs/Oct13_14-15-57_user/events.out.tfevents.1728809161.user
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e546ef20486400bc281d66012c2e1cd166cfc02a68fa8824cdcc70db969834c2
|
3 |
+
size 5357
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dee2aac00f46211f26e67ed6e581f38553a85142e3fe76f09aaa7f3f3a54ae3a
|
3 |
+
size 5240
|