Training in progress, epoch 1
Browse files- config.json +2 -1
- pytorch_model.bin +1 -1
- tokenizer.json +0 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "albert-base-v2",
|
3 |
"architectures": [
|
4 |
"AlbertForSequenceClassification"
|
5 |
],
|
@@ -9,6 +9,7 @@
|
|
9 |
"down_scale_factor": 1,
|
10 |
"embedding_size": 128,
|
11 |
"eos_token_id": 3,
|
|
|
12 |
"gap_size": 0,
|
13 |
"hidden_act": "gelu_new",
|
14 |
"hidden_dropout_prob": 0,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "textattack/albert-base-v2-imdb",
|
3 |
"architectures": [
|
4 |
"AlbertForSequenceClassification"
|
5 |
],
|
|
|
9 |
"down_scale_factor": 1,
|
10 |
"embedding_size": 128,
|
11 |
"eos_token_id": 3,
|
12 |
+
"finetuning_task": "imdb",
|
13 |
"gap_size": 0,
|
14 |
"hidden_act": "gelu_new",
|
15 |
"hidden_dropout_prob": 0,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 46750207
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db169753c22f7f554cc6c2f08f37aeb0a8269eca7ec79f3b4f325ebf29fbf27f
|
3 |
size 46750207
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5ab6dbccf71e80c98b5620f711a65e602d21e870a9483d96f2ba347b623c4ca
|
3 |
size 4536
|