Ubuntu commited on
Commit
d06765d
1 Parent(s): 5743c97

second upload

Browse files
eval_results.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Output: {
2
+ "acc": 0.8732984293193717
3
+ }
4
+ Output: {
5
+ "acc": 0.8827225130890053
6
+ }
7
+ Output: {
8
+ "acc": 0.8890052356020942
9
+ }
10
+ Output: {
11
+ "acc": 0.8952879581151832
12
+ }
13
+ Output: {
14
+ "acc": 0.8879581151832461
15
+ }
16
+ Output: {
17
+ "acc": 0.8952879581151832
18
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b010fa81a3127cd878994e48974ffa72e1495e038ddf3b373fb6c1e7c2b50121
3
- size 438028566
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a5e3b777b2bf714cdfae54d26a454f91bc0d3ef85849c1c5ba62c53ea927eee
3
+ size 438028546
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:45d29639ff7b5e65a0a07bee113dc5c55466f352944baa12a1e4205939d75c0d
3
- size 815
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8659718a49516d66a78bfdec68935bd3388309cb7e8e2b15358e156e460b478d
3
+ size 879
training_args.json CHANGED
@@ -1 +1 @@
1
- {"model_path": "bert-base-uncased", "output_dir": "finetuned_kaggle/", "data_dir": "./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": 32, "eval_batch_size": 64, "weight_decay": 0.1, "n_gpu": 1, "device": "cuda"}
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"}