AnonymousCS
commited on
Commit
•
e15adee
1
Parent(s):
a8a9b57
Training in progress, epoch 1
Browse files- config.json +6 -7
- model.safetensors +2 -2
- runs/Nov26_02-35-46_6921bf48f74f/events.out.tfevents.1732588550.6921bf48f74f.11032.4 +3 -0
- tokenizer.json +0 -0
- training_args.bin +1 -1
- vocab.txt +0 -0
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:003f69bf9ec079a1bb0a6f6690428078be85bf86b471d53cf47b8c53eb4c0ac0
|
3 |
+
size 711443456
|
runs/Nov26_02-35-46_6921bf48f74f/events.out.tfevents.1732588550.6921bf48f74f.11032.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1b8e460d35534ecfc56d29b63f45786246c6ecfaf4702bd819e84168cccfdb7
|
3 |
+
size 5621
|
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:dc98a85f3616ccbc5204ffac4fca3957274f3a4c7713d42d91a100bc95ea0659
|
3 |
size 5304
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|