Training in progress, epoch 1
Browse files
config.json
CHANGED
|
@@ -1,22 +1,21 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "google-bert/bert-
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"classifier_dropout": null,
|
| 8 |
"directionality": "bidi",
|
| 9 |
-
"gradient_checkpointing": false,
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
-
"hidden_size":
|
| 13 |
"initializer_range": 0.02,
|
| 14 |
-
"intermediate_size":
|
| 15 |
"layer_norm_eps": 1e-12,
|
| 16 |
"max_position_embeddings": 512,
|
| 17 |
"model_type": "bert",
|
| 18 |
-
"num_attention_heads":
|
| 19 |
-
"num_hidden_layers":
|
| 20 |
"pad_token_id": 0,
|
| 21 |
"pooler_fc_size": 768,
|
| 22 |
"pooler_num_attention_heads": 12,
|
|
@@ -29,5 +28,5 @@
|
|
| 29 |
"transformers_version": "4.46.2",
|
| 30 |
"type_vocab_size": 2,
|
| 31 |
"use_cache": true,
|
| 32 |
-
"vocab_size":
|
| 33 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "google-bert/bert-base-multilingual-cased",
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"classifier_dropout": null,
|
| 8 |
"directionality": "bidi",
|
|
|
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 3072,
|
| 14 |
"layer_norm_eps": 1e-12,
|
| 15 |
"max_position_embeddings": 512,
|
| 16 |
"model_type": "bert",
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
"pad_token_id": 0,
|
| 20 |
"pooler_fc_size": 768,
|
| 21 |
"pooler_num_attention_heads": 12,
|
|
|
|
| 28 |
"transformers_version": "4.46.2",
|
| 29 |
"type_vocab_size": 2,
|
| 30 |
"use_cache": true,
|
| 31 |
+
"vocab_size": 119547
|
| 32 |
}
|
model.safetensors
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:3e573660d723641833d4b5725a404e20e4877c522b33603457f55ba5de36a811
|
| 3 |
+
size 711443456
|
runs/Nov26_01-37-15_6921bf48f74f/events.out.tfevents.1732585038.6921bf48f74f.1996.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:512b05ea30fcee191b5f826a66916189ee2d988f8cbf55e655dff389a5db0bb5
|
| 3 |
+
size 7089
|
runs/Nov26_01-43-32_6921bf48f74f/events.out.tfevents.1732585417.6921bf48f74f.11032.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c5cbb96a112f08f3b8b272ac098ec3d7120626eff0817250ec4080cc5d1c3d4
|
| 3 |
+
size 7089
|
tokenizer.json
CHANGED
|
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 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee111fd96b4ae24e84fc984b687f62e5aee8aa473bd3c795f91685cca7a2db23
|
| 3 |
size 5304
|
vocab.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|