alphaveneno commited on
Commit
9afb5af
1 Parent(s): 70eee34

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +8 -0
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
config.json CHANGED
@@ -9,6 +9,11 @@
9
  "MarianMTModel"
10
  ],
11
  "attention_dropout": 0.0,
 
 
 
 
 
12
  "bos_token_id": 0,
13
  "classif_dropout": 0.0,
14
  "classifier_dropout": 0.0,
@@ -25,6 +30,7 @@
25
  "encoder_layerdrop": 0.0,
26
  "encoder_layers": 6,
27
  "eos_token_id": 0,
 
28
  "gradient_checkpointing": false,
29
  "id2label": {
30
  "0": "LABEL_0",
@@ -38,10 +44,12 @@
38
  "LABEL_1": 1,
39
  "LABEL_2": 2
40
  },
 
41
  "max_position_embeddings": 512,
42
  "model_type": "marian",
43
  "normalize_before": false,
44
  "normalize_embedding": false,
 
45
  "num_hidden_layers": 6,
46
  "pad_token_id": 59513,
47
  "scale_embedding": true,
 
9
  "MarianMTModel"
10
  ],
11
  "attention_dropout": 0.0,
12
+ "bad_words_ids": [
13
+ [
14
+ 59513
15
+ ]
16
+ ],
17
  "bos_token_id": 0,
18
  "classif_dropout": 0.0,
19
  "classifier_dropout": 0.0,
 
30
  "encoder_layerdrop": 0.0,
31
  "encoder_layers": 6,
32
  "eos_token_id": 0,
33
+ "forced_eos_token_id": 0,
34
  "gradient_checkpointing": false,
35
  "id2label": {
36
  "0": "LABEL_0",
 
44
  "LABEL_1": 1,
45
  "LABEL_2": 2
46
  },
47
+ "max_length": 512,
48
  "max_position_embeddings": 512,
49
  "model_type": "marian",
50
  "normalize_before": false,
51
  "normalize_embedding": false,
52
+ "num_beams": 4,
53
  "num_hidden_layers": 6,
54
  "pad_token_id": 59513,
55
  "scale_embedding": true,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21b0cab2667476261adba817d7b83cd545d3fb35cc4a732e991c06d0f20c3003
3
  size 298705768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37dba908c250ddfdad4936c406db21bc57ea8f4185cfc43df5b35bfa7af0eaad
3
  size 298705768
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac75c04af9a28a9610273f00c673f19ba4e6a711eabb8d6c83e3b0ce5c08b6c8
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9e55a7125e42c365c3d7f9488cf8e3bdd2434eaecf24d2df79dbbaab171e026
3
  size 5304