Skip to content

Commit 84cf1cb

Browse files
chore: initial pipeline is reay
1 parent f11f142 commit 84cf1cb

11 files changed

Lines changed: 2281 additions & 0 deletions

models/best_models/eng/best.pt

12 MB
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"epoch": 1,
3+
"train_loss": 6.571187973022461,
4+
"validation_loss": 6.362093925476074,
5+
"train_exact_match": null,
6+
"validation_exact_match": null
7+
}
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"language": "eng",
3+
"format": "onnx-seq2seq-distribution",
4+
"modelFile": "model.onnx",
5+
"tokenizerModelFile": "tokenizer.model",
6+
"tokenizerVocabFile": "tokenizer.vocab",
7+
"metricsFile": "metrics.json",
8+
"inputNames": [
9+
"input_ids",
10+
"attention_mask",
11+
"decoder_input_ids"
12+
],
13+
"outputNames": [
14+
"logits"
15+
],
16+
"tokenIds": {
17+
"bos": 1,
18+
"eos": 2,
19+
"pad": 665
20+
},
21+
"limits": {
22+
"maxInputLength": 329,
23+
"maxDecoderLength": 1329
24+
},
25+
"model": {
26+
"vocabSize": 665,
27+
"dModel": 128,
28+
"numHeads": 4,
29+
"numEncoderLayers": 2,
30+
"numDecoderLayers": 2,
31+
"ffnDim": 256,
32+
"opsetVersion": 18
33+
},
34+
"validation": {
35+
"dummy_input_shape": {
36+
"input_ids": [
37+
1,
38+
16
39+
],
40+
"attention_mask": [
41+
1,
42+
16
43+
],
44+
"decoder_input_ids": [
45+
1,
46+
8
47+
]
48+
},
49+
"output_shape": [
50+
1,
51+
8,
52+
665
53+
],
54+
"max_abs_diff": 9.5367431640625e-07
55+
}
56+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"epoch": 1,
3+
"train_loss": 6.571187973022461,
4+
"validation_loss": 6.362093925476074,
5+
"train_exact_match": null,
6+
"validation_exact_match": null
7+
}
4.21 MB
Binary file not shown.
243 KB
Binary file not shown.

0 commit comments

Comments
 (0)