shripadbhat
commited on
Commit
·
3f6a786
1
Parent(s):
930ee8e
Training in progress, step 100
Browse files- config.json +3 -103
- pytorch_model.bin +1 -1
- runs/Dec07_06-21-08_158-101-121-144/events.out.tfevents.1670394091.158-101-121-144.66773.2 +2 -2
- runs/Dec07_08-05-03_158-101-121-144/1670400311.8743129/events.out.tfevents.1670400311.158-101-121-144.446062.1 +3 -0
- runs/Dec07_08-05-03_158-101-121-144/events.out.tfevents.1670400311.158-101-121-144.446062.0 +3 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -23,20 +23,7 @@
|
|
23 |
"encoder_layerdrop": 0.0,
|
24 |
"encoder_layers": 24,
|
25 |
"eos_token_id": 50257,
|
26 |
-
"forced_decoder_ids":
|
27 |
-
[
|
28 |
-
1,
|
29 |
-
50259
|
30 |
-
],
|
31 |
-
[
|
32 |
-
2,
|
33 |
-
50359
|
34 |
-
],
|
35 |
-
[
|
36 |
-
3,
|
37 |
-
50363
|
38 |
-
]
|
39 |
-
],
|
40 |
"init_std": 0.02,
|
41 |
"is_encoder_decoder": true,
|
42 |
"max_length": 448,
|
@@ -47,96 +34,9 @@
|
|
47 |
"num_mel_bins": 80,
|
48 |
"pad_token_id": 50257,
|
49 |
"scale_embedding": false,
|
50 |
-
"suppress_tokens": [
|
51 |
-
1,
|
52 |
-
2,
|
53 |
-
7,
|
54 |
-
8,
|
55 |
-
9,
|
56 |
-
10,
|
57 |
-
14,
|
58 |
-
25,
|
59 |
-
26,
|
60 |
-
27,
|
61 |
-
28,
|
62 |
-
29,
|
63 |
-
31,
|
64 |
-
58,
|
65 |
-
59,
|
66 |
-
60,
|
67 |
-
61,
|
68 |
-
62,
|
69 |
-
63,
|
70 |
-
90,
|
71 |
-
91,
|
72 |
-
92,
|
73 |
-
93,
|
74 |
-
359,
|
75 |
-
503,
|
76 |
-
522,
|
77 |
-
542,
|
78 |
-
873,
|
79 |
-
893,
|
80 |
-
902,
|
81 |
-
918,
|
82 |
-
922,
|
83 |
-
931,
|
84 |
-
1350,
|
85 |
-
1853,
|
86 |
-
1982,
|
87 |
-
2460,
|
88 |
-
2627,
|
89 |
-
3246,
|
90 |
-
3253,
|
91 |
-
3268,
|
92 |
-
3536,
|
93 |
-
3846,
|
94 |
-
3961,
|
95 |
-
4183,
|
96 |
-
4667,
|
97 |
-
6585,
|
98 |
-
6647,
|
99 |
-
7273,
|
100 |
-
9061,
|
101 |
-
9383,
|
102 |
-
10428,
|
103 |
-
10929,
|
104 |
-
11938,
|
105 |
-
12033,
|
106 |
-
12331,
|
107 |
-
12562,
|
108 |
-
13793,
|
109 |
-
14157,
|
110 |
-
14635,
|
111 |
-
15265,
|
112 |
-
15618,
|
113 |
-
16553,
|
114 |
-
16604,
|
115 |
-
18362,
|
116 |
-
18956,
|
117 |
-
20075,
|
118 |
-
21675,
|
119 |
-
22520,
|
120 |
-
26130,
|
121 |
-
26161,
|
122 |
-
26435,
|
123 |
-
28279,
|
124 |
-
29464,
|
125 |
-
31650,
|
126 |
-
32302,
|
127 |
-
32470,
|
128 |
-
36865,
|
129 |
-
42863,
|
130 |
-
47425,
|
131 |
-
49870,
|
132 |
-
50254,
|
133 |
-
50258,
|
134 |
-
50360,
|
135 |
-
50361,
|
136 |
-
50362
|
137 |
-
],
|
138 |
"torch_dtype": "float32",
|
139 |
"transformers_version": "4.26.0.dev0",
|
140 |
-
"use_cache":
|
141 |
"vocab_size": 51865
|
142 |
}
|
|
|
23 |
"encoder_layerdrop": 0.0,
|
24 |
"encoder_layers": 24,
|
25 |
"eos_token_id": 50257,
|
26 |
+
"forced_decoder_ids": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
"init_std": 0.02,
|
28 |
"is_encoder_decoder": true,
|
29 |
"max_length": 448,
|
|
|
34 |
"num_mel_bins": 80,
|
35 |
"pad_token_id": 50257,
|
36 |
"scale_embedding": false,
|
37 |
+
"suppress_tokens": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
"torch_dtype": "float32",
|
39 |
"transformers_version": "4.26.0.dev0",
|
40 |
+
"use_cache": false,
|
41 |
"vocab_size": 51865
|
42 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3055754841
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e83b4990ba0572dc411a12f0de6d7103b46789edbadfa831ef3aa521956c2ca
|
3 |
size 3055754841
|
runs/Dec07_06-21-08_158-101-121-144/events.out.tfevents.1670394091.158-101-121-144.66773.2
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee42ce12777df48270b355bb2cbdba10a9a1c6971c82fdf46d815ed72e69e965
|
3 |
+
size 8632
|
runs/Dec07_08-05-03_158-101-121-144/1670400311.8743129/events.out.tfevents.1670400311.158-101-121-144.446062.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7a15d39bb42b86fced0a323c2ad5fc37b4bf18b51af6aa446bfc27a887f5855
|
3 |
+
size 5756
|
runs/Dec07_08-05-03_158-101-121-144/events.out.tfevents.1670400311.158-101-121-144.446062.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31af8c152cbc79340e75aaa6b2d222e61a87c97a3a6749e4f4cf32ef1e45c8ad
|
3 |
+
size 5178
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3579
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4d9de5842b176767caa8f7c9f8a78f387c0555787d00dd076d10d5d70374eed
|
3 |
size 3579
|