Ubuntu commited on
Commit
0f49bf9
1 Parent(s): d06765d

second upload

Browse files
eval_results.txt CHANGED
@@ -16,3 +16,9 @@ Output: {
16
  Output: {
17
  "acc": 0.8952879581151832
18
  }
 
 
 
 
 
 
 
16
  Output: {
17
  "acc": 0.8952879581151832
18
  }
19
+ Output: {
20
+ "acc": 0.8848167539267016
21
+ }
22
+ Output: {
23
+ "acc": 0.8942408376963351
24
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a5e3b777b2bf714cdfae54d26a454f91bc0d3ef85849c1c5ba62c53ea927eee
3
- size 438028546
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:320c9a4ba868a02a3655b8c779c3ca299f464cec0bf294161c569c0a0a9dee05
3
+ size 438028637
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8659718a49516d66a78bfdec68935bd3388309cb7e8e2b15358e156e460b478d
3
  size 879
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c61bfa39869af640953612c6e458281863f40b0d3b70adff7db73883091b7d9b
3
  size 879
training_args.json CHANGED
@@ -1 +1 @@
1
- {"model_path": "bert-base-uncased", "output_dir": "./finetuned_kaggle/", "data_dir": "./datasets/kaggle/", "max_seq_length": 256, "epoch": 5, "local_rank": -1, "task_name": "kaggle", "overwrite_cache": false, "learning_rate": 5e-05, "adam_epsilon": 1e-08, "train_batch_size": 16, "eval_batch_size": 64, "weight_decay": 0.1, "num_labels": 4, "train": true, "eval": true, "n_gpu": 1, "device": "cuda"}
 
1
+ {"model_path": "bert-base-uncased", "output_dir": "./finetuned_kaggle/", "data_dir": "./datasets/kaggle/", "max_seq_length": 128, "epoch": 5, "local_rank": -1, "task_name": "kaggle", "overwrite_cache": false, "learning_rate": 5e-05, "adam_epsilon": 1e-08, "train_batch_size": 16, "eval_batch_size": 64, "weight_decay": 0.1, "num_labels": 4, "train": true, "eval": true, "n_gpu": 1, "device": "cuda"}