Training in progress epoch 0
Browse files- .gitattributes +2 -0
- README.md +7 -6
- config.json +13 -14
- fingerprint.pb +3 -0
- keras_metadata.pb +3 -0
- saved_model.pb +3 -0
- tf_model.h5 +2 -2
- tokenizer_config.json +1 -3
- variables/variables.data-00000-of-00001 +3 -0
- variables/variables.index +3 -0
- vocab.txt +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
37 |
+
variables/variables.index filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
5 |
model-index:
|
@@ -12,11 +13,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# CYONG/v1
|
14 |
|
15 |
-
This model is a fine-tuned version of [
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss:
|
18 |
-
- Validation Loss:
|
19 |
-
- Train Accuracy: 0.
|
20 |
- Epoch: 0
|
21 |
|
22 |
## Model description
|
@@ -43,7 +44,7 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
46 |
-
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google-bert/bert-base-multilingual-uncased
|
4 |
tags:
|
5 |
- generated_from_keras_callback
|
6 |
model-index:
|
|
|
13 |
|
14 |
# CYONG/v1
|
15 |
|
16 |
+
This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 2.9202
|
19 |
+
- Validation Loss: 2.0632
|
20 |
+
- Train Accuracy: 0.7748
|
21 |
- Epoch: 0
|
22 |
|
23 |
## Model description
|
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
+
| 2.9202 | 2.0632 | 0.7748 | 0 |
|
48 |
|
49 |
|
50 |
### Framework versions
|
config.json
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"_num_labels": 2,
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
"classifier_dropout": null,
|
9 |
-
"
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
-
"hidden_size":
|
13 |
"id2label": {
|
14 |
"0": "quota",
|
15 |
"1": "\uae30\ubd80 \uc694\uccad",
|
@@ -35,7 +34,7 @@
|
|
35 |
"21": "\ubb38\uc790\uc778\uc2dd"
|
36 |
},
|
37 |
"initializer_range": 0.02,
|
38 |
-
"intermediate_size":
|
39 |
"label2id": {
|
40 |
"AI\ubaa8\ub4dc": 11,
|
41 |
"quota": 0,
|
@@ -62,18 +61,18 @@
|
|
62 |
},
|
63 |
"layer_norm_eps": 1e-12,
|
64 |
"max_position_embeddings": 512,
|
65 |
-
"model_type": "
|
66 |
-
"num_attention_heads":
|
67 |
"num_hidden_layers": 12,
|
68 |
-
"output_past": true,
|
69 |
"pad_token_id": 0,
|
|
|
|
|
|
|
|
|
|
|
70 |
"position_embedding_type": "absolute",
|
71 |
-
"summary_activation": "gelu",
|
72 |
-
"summary_last_dropout": 0.1,
|
73 |
-
"summary_type": "first",
|
74 |
-
"summary_use_proj": true,
|
75 |
"transformers_version": "4.31.0",
|
76 |
"type_vocab_size": 2,
|
77 |
"use_cache": true,
|
78 |
-
"vocab_size":
|
79 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google-bert/bert-base-multilingual-uncased",
|
|
|
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 |
"id2label": {
|
13 |
"0": "quota",
|
14 |
"1": "\uae30\ubd80 \uc694\uccad",
|
|
|
34 |
"21": "\ubb38\uc790\uc778\uc2dd"
|
35 |
},
|
36 |
"initializer_range": 0.02,
|
37 |
+
"intermediate_size": 3072,
|
38 |
"label2id": {
|
39 |
"AI\ubaa8\ub4dc": 11,
|
40 |
"quota": 0,
|
|
|
61 |
},
|
62 |
"layer_norm_eps": 1e-12,
|
63 |
"max_position_embeddings": 512,
|
64 |
+
"model_type": "bert",
|
65 |
+
"num_attention_heads": 12,
|
66 |
"num_hidden_layers": 12,
|
|
|
67 |
"pad_token_id": 0,
|
68 |
+
"pooler_fc_size": 768,
|
69 |
+
"pooler_num_attention_heads": 12,
|
70 |
+
"pooler_num_fc_layers": 3,
|
71 |
+
"pooler_size_per_head": 128,
|
72 |
+
"pooler_type": "first_token_transform",
|
73 |
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
|
|
74 |
"transformers_version": "4.31.0",
|
75 |
"type_vocab_size": 2,
|
76 |
"use_cache": true,
|
77 |
+
"vocab_size": 105879
|
78 |
}
|
fingerprint.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eda638924df760b2db8a62cf79ddf2135952f256574edec7b85434188b0db675
|
3 |
+
size 58
|
keras_metadata.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16e76dc41cfef9e8f4a4e74a09586ef5bcc68407b51f1d6bd6c89506f156ee1e
|
3 |
+
size 84588
|
saved_model.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:daedea18b795b49006693b716950ed258a9070f37c504b0dd6228af1da7b350d
|
3 |
+
size 4085763
|
tf_model.h5
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:25df8f021138759f852f6cf2a86e8546a3285f8562eaf23dc1f50346383ef318
|
3 |
+
size 669764024
|
tokenizer_config.json
CHANGED
@@ -2,10 +2,8 @@
|
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"cls_token": "[CLS]",
|
4 |
"do_basic_tokenize": true,
|
5 |
-
"do_lower_case":
|
6 |
-
"from_pt": true,
|
7 |
"mask_token": "[MASK]",
|
8 |
-
"max_len": 512,
|
9 |
"model_max_length": 512,
|
10 |
"never_split": null,
|
11 |
"pad_token": "[PAD]",
|
|
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"cls_token": "[CLS]",
|
4 |
"do_basic_tokenize": true,
|
5 |
+
"do_lower_case": true,
|
|
|
6 |
"mask_token": "[MASK]",
|
|
|
7 |
"model_max_length": 512,
|
8 |
"never_split": null,
|
9 |
"pad_token": "[PAD]",
|
variables/variables.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8df47e9a15c58e02c891fd03c1c9dddfd6171af97464264f8eb881d179c4f3f2
|
3 |
+
size 803761150
|
variables/variables.index
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1aa69f346359a7578e48bd12eecbfce990076f505f65515f649e9431a8f0e59
|
3 |
+
size 18432
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|