Ubuntu
commited on
Commit
•
0f49bf9
1
Parent(s):
d06765d
second upload
Browse files- eval_results.txt +6 -0
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
- training_args.json +1 -1
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:
|
3 |
-
size
|
|
|
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:
|
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":
|
|
|
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"}
|