Training in progress, epoch 1
Browse files- config.json +1 -2
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "google-bert/bert-large-uncased",
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
|
@@ -34,7 +33,7 @@
|
|
| 34 |
"position_embedding_type": "absolute",
|
| 35 |
"problem_type": "single_label_classification",
|
| 36 |
"torch_dtype": "float32",
|
| 37 |
-
"transformers_version": "4.
|
| 38 |
"type_vocab_size": 2,
|
| 39 |
"use_cache": true,
|
| 40 |
"vocab_size": 30522
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"BertForSequenceClassification"
|
| 4 |
],
|
|
|
|
| 33 |
"position_embedding_type": "absolute",
|
| 34 |
"problem_type": "single_label_classification",
|
| 35 |
"torch_dtype": "float32",
|
| 36 |
+
"transformers_version": "4.52.3",
|
| 37 |
"type_vocab_size": 2,
|
| 38 |
"use_cache": true,
|
| 39 |
"vocab_size": 30522
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1340635060
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:978bef1cba972ec46ca29341dbd377dd0bc019ecda15ac3fc2cdf9abe1e1e489
|
| 3 |
size 1340635060
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c4715aa1d5870e21208246292770b62737e139a3e49bb20e62a6875dc908c32
|
| 3 |
size 5304
|