dvijay commited on
Commit
bf651ba
1 Parent(s): 832b985

Training in progress, epoch 0

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. adapter_model.bin +1 -1
  3. tokenizer.json +6 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ The following hyperparameters were used during training:
39
  - total_train_batch_size: 16
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 1
43
 
44
  ### Training results
45
 
 
39
  - total_train_batch_size: 16
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - training_steps: 10
43
 
44
  ### Training results
45
 
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:beef7ea94c4473acf1cb7295f6e1639f4d5fc405e8a1161d3b83fbe6235a04e4
3
  size 134264202
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a1b1626c8fb94bbc0f991cd4be5ae37fa232b270274ee00c3bca112e4a01f30
3
  size 134264202
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:17ec61f8f381ea283d935157a642d5539014232211281bb91731896454a0d4a3
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8ae95d805c07fec69eee0bc8e269259ae3d983d7cfee3c3bfed2c813a9d0a77
3
  size 4536