GeneStory commited on
Commit
bbb9edb
1 Parent(s): 9960e80

End of training

Browse files
Files changed (5) hide show
  1. README.md +11 -13
  2. config.json +6 -5
  3. model.safetensors +2 -2
  4. tokenizer_config.json +0 -2
  5. training_args.bin +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: mit
3
- base_model: thenlper/gte-small
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-small](https://huggingface.co/thenlper/gte-small) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.5958
21
- - Accuracy: 0.8929
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: 8
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 1.7205 | 1.0 | 11 | 1.5983 | 0.5 |
53
- | 1.4503 | 2.0 | 22 | 1.2289 | 0.7321 |
54
- | 1.0877 | 3.0 | 33 | 0.9504 | 0.8393 |
55
- | 0.8143 | 4.0 | 44 | 0.7757 | 0.875 |
56
- | 0.6363 | 5.0 | 55 | 0.6700 | 0.8929 |
57
- | 0.5222 | 6.0 | 66 | 0.6382 | 0.8839 |
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-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,7 +18,7 @@
17
  "5": "LABEL_5"
18
  },
19
  "initializer_range": 0.02,
20
- "intermediate_size": 1536,
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": 12,
33
- "num_hidden_layers": 12,
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:2d3d7025b3cd821365598d9f7f2903e4f1a0c9bc77fa26481535c3e2d0c2d9da
3
- size 133472536
 
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:ac1ff87648f960661294a0342d63abccab74c7f61f8f328831f14ad30ea61786
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e525a6f2cf5abc222a232545bacf1ed1e5885b59ccb79591274719284777ff7a
3
  size 4984