dadashzadeh
commited on
Commit
•
72afb15
1
Parent(s):
92784dd
End of training
Browse files- README.md +7 -7
- config.json +5 -14
- model.safetensors +2 -2
- runs/Dec15_09-39-13_40f3a3b152a2/events.out.tfevents.1702633154.40f3a3b152a2.566.4 +3 -0
- runs/Dec15_09-39-13_40f3a3b152a2/events.out.tfevents.1702633474.40f3a3b152a2.566.5 +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +2 -4
- training_args.bin +1 -1
- vocab.txt +0 -0
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# bert-base-Classification-news-or-informational-nft
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,9 +49,9 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: bert-base-cased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
15 |
|
16 |
# bert-base-Classification-news-or-informational-nft
|
17 |
|
18 |
+
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0004
|
21 |
+
- Accuracy: 0.9999
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 0.079 | 1.0 | 999 | 0.0113 | 0.9969 |
|
53 |
+
| 0.0114 | 2.0 | 1998 | 0.0011 | 0.9996 |
|
54 |
+
| 0.0013 | 3.0 | 2997 | 0.0004 | 0.9999 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
config.json
CHANGED
@@ -1,18 +1,10 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
-
"attention_probs_dropout_prob": 0.
|
7 |
-
"auto_map": {
|
8 |
-
"AutoConfig": "jinaai/jina-bert-implementation--configuration_bert.JinaBertConfig",
|
9 |
-
"AutoModel": "jinaai/jina-bert-implementation--modeling_bert.JinaBertModel",
|
10 |
-
"AutoModelForMaskedLM": "jinaai/jina-bert-implementation--modeling_bert.JinaBertForMaskedLM",
|
11 |
-
"AutoModelForSequenceClassification": "jinaai/jina-bert-implementation--modeling_bert.JinaBertForSequenceClassification"
|
12 |
-
},
|
13 |
"classifier_dropout": null,
|
14 |
-
"emb_pooler": "mean",
|
15 |
-
"feed_forward_type": "geglu",
|
16 |
"gradient_checkpointing": false,
|
17 |
"hidden_act": "gelu",
|
18 |
"hidden_dropout_prob": 0.1,
|
@@ -28,17 +20,16 @@
|
|
28 |
"news": 0
|
29 |
},
|
30 |
"layer_norm_eps": 1e-12,
|
31 |
-
"max_position_embeddings":
|
32 |
-
"model_max_length": 8192,
|
33 |
"model_type": "bert",
|
34 |
"num_attention_heads": 12,
|
35 |
"num_hidden_layers": 12,
|
36 |
"pad_token_id": 0,
|
37 |
-
"position_embedding_type": "
|
38 |
"problem_type": "single_label_classification",
|
39 |
"torch_dtype": "float32",
|
40 |
"transformers_version": "4.35.2",
|
41 |
"type_vocab_size": 2,
|
42 |
"use_cache": true,
|
43 |
-
"vocab_size":
|
44 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bert-base-cased",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"classifier_dropout": null,
|
|
|
|
|
8 |
"gradient_checkpointing": false,
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
|
|
20 |
"news": 0
|
21 |
},
|
22 |
"layer_norm_eps": 1e-12,
|
23 |
+
"max_position_embeddings": 512,
|
|
|
24 |
"model_type": "bert",
|
25 |
"num_attention_heads": 12,
|
26 |
"num_hidden_layers": 12,
|
27 |
"pad_token_id": 0,
|
28 |
+
"position_embedding_type": "absolute",
|
29 |
"problem_type": "single_label_classification",
|
30 |
"torch_dtype": "float32",
|
31 |
"transformers_version": "4.35.2",
|
32 |
"type_vocab_size": 2,
|
33 |
"use_cache": true,
|
34 |
+
"vocab_size": 28996
|
35 |
}
|
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:f56daacd42d67971c1dc327fa4fb701d12de9e44459ef1cf99e5e9c5d86a1d9d
|
3 |
+
size 433270768
|
runs/Dec15_09-39-13_40f3a3b152a2/events.out.tfevents.1702633154.40f3a3b152a2.566.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a884361f74304b32c71aa099bfe0a0fad45da1f6d15f14c270ed53a1a0bd3530
|
3 |
+
size 6534
|
runs/Dec15_09-39-13_40f3a3b152a2/events.out.tfevents.1702633474.40f3a3b152a2.566.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cd2337a7501d32786b10238c05dfcf303166439318e966f941a012f6d98816b
|
3 |
+
size 411
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -43,11 +43,9 @@
|
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
-
"
|
47 |
-
"do_lower_case": true,
|
48 |
"mask_token": "[MASK]",
|
49 |
-
"model_max_length":
|
50 |
-
"never_split": null,
|
51 |
"pad_token": "[PAD]",
|
52 |
"sep_token": "[SEP]",
|
53 |
"strip_accents": null,
|
|
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
+
"do_lower_case": false,
|
|
|
47 |
"mask_token": "[MASK]",
|
48 |
+
"model_max_length": 512,
|
|
|
49 |
"pad_token": "[PAD]",
|
50 |
"sep_token": "[SEP]",
|
51 |
"strip_accents": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df3ececd1257395053323d556ff8d29daab1c50b5fc027bdd763368e1482ce9a
|
3 |
size 4664
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|