silpakanneganti commited on
Commit
41ff8a7
1 Parent(s): c056c43

End of training

Browse files
README.md CHANGED
@@ -33,8 +33,8 @@ More information needed
33
 
34
  The following hyperparameters were used during training:
35
  - learning_rate: 0.001
36
- - train_batch_size: 128
37
- - eval_batch_size: 128
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
 
33
 
34
  The following hyperparameters were used during training:
35
  - learning_rate: 0.001
36
+ - train_batch_size: 16
37
+ - eval_batch_size: 16
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
logs/events.out.tfevents.1695790193.u116734.1341192.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:015ee917eefe50c176f0235d3119c34e76afd770a1e9c8cd1a2bf49408cf26f1
3
- size 5774
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6282d6169607a5ab4a2a788b980371ce1d566d7d91376a15c55e46e44d6cb03c
3
+ size 6285
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3549b6d8f70b90e070158d7ab303a20e2d81d34f11901af1f4a587f4b461221f
3
  size 990408885
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a435d5109c4befabf2c513059ecab18a0896bf9f8cd1aa21c774bd15a092af9f
3
  size 990408885
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 4,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 4
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 10,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 10
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,