End of training
Browse files- README.md +12 -12
- config.json +3 -4
- model.safetensors +2 -2
- tokenizer.json +1 -6
- tokenizer_config.json +3 -1
- 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 |
|
@@ -37,7 +37,7 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate: 0.
|
41 |
- train_batch_size: 128
|
42 |
- eval_batch_size: 128
|
43 |
- seed: 42
|
@@ -49,13 +49,13 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| 1.
|
53 |
-
| 1.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: thenlper/gte-small
|
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-small](https://huggingface.co/thenlper/gte-small) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.5391
|
21 |
+
- Accuracy: 0.8661
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 0.0002
|
41 |
- train_batch_size: 128
|
42 |
- eval_batch_size: 128
|
43 |
- seed: 42
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 1.6187 | 1.0 | 11 | 1.2743 | 0.6875 |
|
53 |
+
| 1.0031 | 2.0 | 22 | 0.8051 | 0.8482 |
|
54 |
+
| 0.5518 | 3.0 | 33 | 0.5952 | 0.8661 |
|
55 |
+
| 0.3103 | 4.0 | 44 | 0.5251 | 0.8571 |
|
56 |
+
| 0.2119 | 5.0 | 55 | 0.5139 | 0.8661 |
|
57 |
+
| 0.162 | 6.0 | 66 | 0.5225 | 0.8661 |
|
58 |
+
| 0.1419 | 7.0 | 77 | 0.5391 | 0.8661 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
config.json
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "thenlper/gte-
|
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":
|
12 |
"id2label": {
|
13 |
"0": "LABEL_0",
|
14 |
"1": "LABEL_1",
|
@@ -18,7 +17,7 @@
|
|
18 |
"5": "LABEL_5"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
-
"intermediate_size":
|
22 |
"label2id": {
|
23 |
"LABEL_0": 0,
|
24 |
"LABEL_1": 1,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "thenlper/gte-small",
|
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": 384,
|
11 |
"id2label": {
|
12 |
"0": "LABEL_0",
|
13 |
"1": "LABEL_1",
|
|
|
17 |
"5": "LABEL_5"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 1536,
|
21 |
"label2id": {
|
22 |
"LABEL_0": 0,
|
23 |
"LABEL_1": 1,
|
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:6f52ed949fb35f8e9be63cf7349148bc52ed82c95a01a3be1f82448e34a5cece
|
3 |
+
size 133472536
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 512,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": {
|
10 |
"strategy": "BatchLongest",
|
11 |
"direction": "Right",
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": {
|
5 |
"strategy": "BatchLongest",
|
6 |
"direction": "Right",
|
tokenizer_config.json
CHANGED
@@ -43,10 +43,12 @@
|
|
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":
|
|
|
50 |
"pad_to_multiple_of": null,
|
51 |
"pad_token": "[PAD]",
|
52 |
"pad_token_type_id": 0,
|
|
|
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,
|
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:0d7dd1077417b948707a37f9fa3297bf4fa29ec5b1ea08dc6d0b1b5372c48855
|
3 |
size 4984
|