Dan Semin
commited on
Commit
•
bf98ba5
1
Parent(s):
a9ce864
Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "semindan/xnli_m_bert_only_en_single_gpu",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 711495797
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2e4cd72fbde0e5dc04ee1dd82bf8141eb63b3219be51b5b5b5cf51644f03263
|
3 |
size 711495797
|
tokenizer_config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"do_lower_case": false,
|
4 |
"mask_token": "[MASK]",
|
5 |
"model_max_length": 512,
|
6 |
-
"name_or_path": "
|
7 |
"pad_token": "[PAD]",
|
8 |
"sep_token": "[SEP]",
|
9 |
"special_tokens_map_file": null,
|
|
|
3 |
"do_lower_case": false,
|
4 |
"mask_token": "[MASK]",
|
5 |
"model_max_length": 512,
|
6 |
+
"name_or_path": "semindan/xnli_m_bert_only_en_single_gpu",
|
7 |
"pad_token": "[PAD]",
|
8 |
"sep_token": "[SEP]",
|
9 |
"special_tokens_map_file": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3451
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7123b07762f03c89e78ac96a45dddbecc62f2120afba6aaf89215cf2bd8b647d
|
3 |
size 3451
|