jayvinay commited on
Commit
0452cf3
1 Parent(s): fec1c17

Training in progress, step 45

Browse files
config.json CHANGED
@@ -1,24 +1,62 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
- "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForQuestionAnswering"
6
  ],
7
- "attention_dropout": 0.1,
8
- "dim": 768,
9
- "dropout": 0.1,
10
- "hidden_dim": 3072,
11
- "initializer_range": 0.02,
12
- "max_position_embeddings": 512,
13
- "model_type": "distilbert",
14
- "n_heads": 12,
15
- "n_layers": 6,
 
 
 
 
 
 
 
 
 
 
16
  "pad_token_id": 0,
17
- "qa_dropout": 0.1,
18
- "seq_classif_dropout": 0.2,
19
- "sinusoidal_pos_embds": false,
20
- "tie_weights_": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  "torch_dtype": "float32",
22
  "transformers_version": "4.44.0.dev0",
23
- "vocab_size": 30522
 
24
  }
 
1
  {
2
+ "_name_or_path": "research-backup/t5-small-tweetqa-qag-np",
3
+ "add_prefix": false,
4
  "architectures": [
5
+ "T5ForConditionalGeneration"
6
  ],
7
+ "classifier_dropout": 0.0,
8
+ "d_ff": 2048,
9
+ "d_kv": 64,
10
+ "d_model": 512,
11
+ "decoder_start_token_id": 0,
12
+ "dense_act_fn": "relu",
13
+ "dropout_rate": 0.1,
14
+ "eos_token_id": 1,
15
+ "feed_forward_proj": "relu",
16
+ "initializer_factor": 1.0,
17
+ "is_encoder_decoder": true,
18
+ "is_gated_act": false,
19
+ "layer_norm_epsilon": 1e-06,
20
+ "model_type": "t5",
21
+ "n_positions": 512,
22
+ "num_decoder_layers": 6,
23
+ "num_heads": 8,
24
+ "num_layers": 6,
25
+ "output_past": true,
26
  "pad_token_id": 0,
27
+ "relative_attention_max_distance": 128,
28
+ "relative_attention_num_buckets": 32,
29
+ "task_specific_params": {
30
+ "summarization": {
31
+ "early_stopping": true,
32
+ "length_penalty": 2.0,
33
+ "max_length": 200,
34
+ "min_length": 30,
35
+ "no_repeat_ngram_size": 3,
36
+ "num_beams": 4,
37
+ "prefix": "summarize: "
38
+ },
39
+ "translation_en_to_de": {
40
+ "early_stopping": true,
41
+ "max_length": 300,
42
+ "num_beams": 4,
43
+ "prefix": "translate English to German: "
44
+ },
45
+ "translation_en_to_fr": {
46
+ "early_stopping": true,
47
+ "max_length": 300,
48
+ "num_beams": 4,
49
+ "prefix": "translate English to French: "
50
+ },
51
+ "translation_en_to_ro": {
52
+ "early_stopping": true,
53
+ "max_length": 300,
54
+ "num_beams": 4,
55
+ "prefix": "translate English to Romanian: "
56
+ }
57
+ },
58
  "torch_dtype": "float32",
59
  "transformers_version": "4.44.0.dev0",
60
+ "use_cache": true,
61
+ "vocab_size": 32101
62
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:940876f211e1aa7225f65edc91d0d4c47525518b47f8ab72b33a0570c00cc17f
3
- size 265470032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4be3dde061179dd663cd7b58f51a9934a3e2c344b065402b43c3bf2d1809a45f
3
+ size 241986600
runs/Jul25_15-49-00_5ce261332ea8/events.out.tfevents.1721922543.5ce261332ea8.1254.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f25c4aadd6caf6848599ee6b67d382cecfe087d4305fc83d43ec84793aec509a
3
+ size 6973
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc197820c86b244c14b1072e9c168c9bd0ea4184a1f18c20423128903292c5c2
3
- size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8b9c7a34efad9655456f16c348eeb00b98d08c54f366d2e863673c6f09e498d
3
+ size 5240