xgboost-lover commited on
Commit
422c911
·
verified ·
1 Parent(s): a80ce04

Training in progress, step 500

Browse files
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,
@@ -38,19 +43,19 @@
38
  "LABEL_1": 1,
39
  "LABEL_2": 2
40
  },
41
- "max_length": null,
42
  "max_position_embeddings": 512,
43
  "model_type": "marian",
44
  "normalize_before": false,
45
  "normalize_embedding": false,
46
- "num_beams": null,
47
  "num_hidden_layers": 6,
48
  "pad_token_id": 58088,
49
  "scale_embedding": true,
50
  "share_encoder_decoder_embeddings": true,
51
  "static_position_embeddings": true,
52
  "torch_dtype": "float32",
53
- "transformers_version": "4.47.0",
54
  "use_cache": true,
55
  "vocab_size": 58089
56
  }
 
9
  "MarianMTModel"
10
  ],
11
  "attention_dropout": 0.0,
12
+ "bad_words_ids": [
13
+ [
14
+ 58088
15
+ ]
16
+ ],
17
  "bos_token_id": 0,
18
  "classif_dropout": 0.0,
19
  "classifier_dropout": 0.0,
 
43
  "LABEL_1": 1,
44
  "LABEL_2": 2
45
  },
46
+ "max_length": 512,
47
  "max_position_embeddings": 512,
48
  "model_type": "marian",
49
  "normalize_before": false,
50
  "normalize_embedding": false,
51
+ "num_beams": 4,
52
  "num_hidden_layers": 6,
53
  "pad_token_id": 58088,
54
  "scale_embedding": true,
55
  "share_encoder_decoder_embeddings": true,
56
  "static_position_embeddings": true,
57
  "torch_dtype": "float32",
58
+ "transformers_version": "4.44.2",
59
  "use_cache": true,
60
  "vocab_size": 58089
61
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1e8e51667035251ede3b7b0ac74818b5f6c8c3aafae146c0cce98b360cb03621
3
  size 295781668
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ead9888d0328e45b8c58cd18b4a04a0325bc0804bcb73f820b3d8ecbf35a1cd9
3
  size 295781668
runs/Feb16_11-02-46_3e27c6f5ab54/events.out.tfevents.1739703768.3e27c6f5ab54.21.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80d8f604e40ca35d990831bb920e72a2268faf4fac40648fb494fb82d337f4a8
3
+ size 5900
tokenizer_config.json CHANGED
@@ -27,7 +27,6 @@
27
  },
28
  "clean_up_tokenization_spaces": true,
29
  "eos_token": "</s>",
30
- "extra_special_tokens": {},
31
  "model_max_length": 512,
32
  "pad_token": "<pad>",
33
  "separate_vocabs": false,
 
27
  },
28
  "clean_up_tokenization_spaces": true,
29
  "eos_token": "</s>",
 
30
  "model_max_length": 512,
31
  "pad_token": "<pad>",
32
  "separate_vocabs": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a50905dfe1370df7558e0c8ce666a5d383769af9bc2f91eef85a25c1ffe9e4e
3
- size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebf03bcf5899a76b90d1f47f604925cdc9e9cfc1ad0906f7eee9a66197d1d6aa
3
+ size 5368