nkhamm commited on
Commit
a8dd7d0
·
1 Parent(s): 5d36360

Training in progress, step 500

Browse files
config.json CHANGED
@@ -39,12 +39,14 @@
39
  "LABEL_1": 1,
40
  "LABEL_2": 2
41
  },
42
- "max_length": 200,
43
  "max_position_embeddings": 1024,
 
44
  "model_type": "mbart",
 
45
  "normalize_before": true,
46
  "normalize_embedding": true,
47
- "num_beams": 5,
48
  "num_hidden_layers": 12,
49
  "output_past": true,
50
  "pad_token_id": 1,
 
39
  "LABEL_1": 1,
40
  "LABEL_2": 2
41
  },
42
+ "max_length": 300,
43
  "max_position_embeddings": 1024,
44
+ "min_length": 56,
45
  "model_type": "mbart",
46
+ "no_repeat_ngram_size": 3,
47
  "normalize_before": true,
48
  "normalize_embedding": true,
49
+ "num_beams": 4,
50
  "num_hidden_layers": 12,
51
  "output_past": true,
52
  "pad_token_id": 1,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f4c01477ce673e82b9d90ec27d1dbd305fa7bb29db3abce2c05f91b1a511da4
3
  size 1518942685
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6854bfcb058cd9955406b9aa9637943ed9fc68d5c4f31e35567298d1c71751b2
3
  size 1518942685
runs/Jun15_16-32-35_9e246467a59c/events.out.tfevents.1686847154.9e246467a59c.260.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c643b6d955f120f28531aaec6af4a85099ff7c006de9647f7d902ae9f154b6a
3
+ size 44288
runs/Jun15_16-45-07_9e246467a59c/events.out.tfevents.1686847662.9e246467a59c.260.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcd6ef54925f79433a5c52e0a5b226e6644a6f24a45270c832dcb4079ad2b43e
3
+ size 44336
tokenizer.json CHANGED
@@ -1,19 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 300,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": "BatchLongest",
11
- "direction": "Right",
12
- "pad_to_multiple_of": null,
13
- "pad_id": 1,
14
- "pad_type_id": 0,
15
- "pad_token": "<pad>"
16
- },
17
  "added_tokens": [
18
  {
19
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd86a0e99e7b4b84be7da53bfda9c8399e82d991ed494978602dc3c3e4efb7cb
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:027ac09d87457918570261ac674dcc43c368f6754686a895f0f3e5a1772dd080
3
  size 4091