anubhavmaity
commited on
Commit
·
0efdd32
1
Parent(s):
f9b78c3
Training in progress, epoch 1
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
- vocab.txt +0 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "bert-base-
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -47,5 +47,5 @@
|
|
47 |
"transformers_version": "4.33.1",
|
48 |
"type_vocab_size": 2,
|
49 |
"use_cache": true,
|
50 |
-
"vocab_size":
|
51 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bert-base-uncased",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
47 |
"transformers_version": "4.33.1",
|
48 |
"type_vocab_size": 2,
|
49 |
"use_cache": true,
|
50 |
+
"vocab_size": 30522
|
51 |
}
|
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:da7259764845580dc4cb6f023528e6dd735aa9e399431a718699e9d11ffce7c4
|
3 |
+
size 438028081
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"cls_token": "[CLS]",
|
4 |
-
"do_lower_case":
|
5 |
"mask_token": "[MASK]",
|
6 |
"model_max_length": 512,
|
7 |
"pad_token": "[PAD]",
|
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"cls_token": "[CLS]",
|
4 |
+
"do_lower_case": true,
|
5 |
"mask_token": "[MASK]",
|
6 |
"model_max_length": 512,
|
7 |
"pad_token": "[PAD]",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1aebdf3bbc4b7eb5fa139897bb8e97cc404efbf683948070518a7c29e49bfb3d
|
3 |
size 4027
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|