End of training
Browse files- README.md +11 -13
- config.json +6 -5
- model.safetensors +2 -2
- tokenizer_config.json +0 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model: thenlper/gte-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# Classify-model-v1.2
|
17 |
|
18 |
-
This model is a fine-tuned version of [thenlper/gte-
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,20 +43,18 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| 1.
|
53 |
-
|
|
54 |
-
|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.4521 | 7.0 | 77 | 0.6073 | 0.8839 |
|
59 |
-
| 0.4202 | 8.0 | 88 | 0.5958 | 0.8929 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: thenlper/gte-large
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
15 |
|
16 |
# Classify-model-v1.2
|
17 |
|
18 |
+
This model is a fine-tuned version of [thenlper/gte-large](https://huggingface.co/thenlper/gte-large) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3536
|
21 |
+
- Accuracy: 0.9107
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 6
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 1.3025 | 1.0 | 11 | 0.7724 | 0.7411 |
|
53 |
+
| 0.5536 | 2.0 | 22 | 0.4194 | 0.9018 |
|
54 |
+
| 0.2468 | 3.0 | 33 | 0.4068 | 0.875 |
|
55 |
+
| 0.111 | 4.0 | 44 | 0.3455 | 0.8839 |
|
56 |
+
| 0.0531 | 5.0 | 55 | 0.3453 | 0.8929 |
|
57 |
+
| 0.0305 | 6.0 | 66 | 0.3536 | 0.9107 |
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
config.json
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "thenlper/gte-
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
|
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
-
"hidden_size":
|
11 |
"id2label": {
|
12 |
"0": "LABEL_0",
|
13 |
"1": "LABEL_1",
|
@@ -17,7 +18,7 @@
|
|
17 |
"5": "LABEL_5"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
-
"intermediate_size":
|
21 |
"label2id": {
|
22 |
"LABEL_0": 0,
|
23 |
"LABEL_1": 1,
|
@@ -29,8 +30,8 @@
|
|
29 |
"layer_norm_eps": 1e-12,
|
30 |
"max_position_embeddings": 512,
|
31 |
"model_type": "bert",
|
32 |
-
"num_attention_heads":
|
33 |
-
"num_hidden_layers":
|
34 |
"pad_token_id": 0,
|
35 |
"position_embedding_type": "absolute",
|
36 |
"problem_type": "single_label_classification",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "thenlper/gte-large",
|
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,
|
11 |
+
"hidden_size": 1024,
|
12 |
"id2label": {
|
13 |
"0": "LABEL_0",
|
14 |
"1": "LABEL_1",
|
|
|
18 |
"5": "LABEL_5"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
+
"intermediate_size": 4096,
|
22 |
"label2id": {
|
23 |
"LABEL_0": 0,
|
24 |
"LABEL_1": 1,
|
|
|
30 |
"layer_norm_eps": 1e-12,
|
31 |
"max_position_embeddings": 512,
|
32 |
"model_type": "bert",
|
33 |
+
"num_attention_heads": 16,
|
34 |
+
"num_hidden_layers": 24,
|
35 |
"pad_token_id": 0,
|
36 |
"position_embedding_type": "absolute",
|
37 |
"problem_type": "single_label_classification",
|
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:906f698748c591ee0384de3a429b69e97858ed4fa9554310225bf6bf5b17e8a3
|
3 |
+
size 1340639160
|
tokenizer_config.json
CHANGED
@@ -43,12 +43,10 @@
|
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
-
"do_basic_tokenize": true,
|
47 |
"do_lower_case": true,
|
48 |
"mask_token": "[MASK]",
|
49 |
"max_length": 128,
|
50 |
"model_max_length": 1000000000000000019884624838656,
|
51 |
-
"never_split": null,
|
52 |
"pad_to_multiple_of": null,
|
53 |
"pad_token": "[PAD]",
|
54 |
"pad_token_type_id": 0,
|
|
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
|
|
46 |
"do_lower_case": true,
|
47 |
"mask_token": "[MASK]",
|
48 |
"max_length": 128,
|
49 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
50 |
"pad_to_multiple_of": null,
|
51 |
"pad_token": "[PAD]",
|
52 |
"pad_token_type_id": 0,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e525a6f2cf5abc222a232545bacf1ed1e5885b59ccb79591274719284777ff7a
|
3 |
size 4984
|