yingchuanong
commited on
Commit
•
2181ff2
1
Parent(s):
f44a5a4
End of training
Browse files- README.md +62 -0
- config.json +27 -0
- model.safetensors +3 -0
- runs/Dec05_06-18-07_cc7fe7d8a82e/events.out.tfevents.1701757089.cc7fe7d8a82e.1746.0 +3 -0
- runs/Dec05_06-18-21_cc7fe7d8a82e/events.out.tfevents.1701757103.cc7fe7d8a82e.1746.1 +3 -0
- runs/Dec05_06-19-02_cc7fe7d8a82e/events.out.tfevents.1701757143.cc7fe7d8a82e.2375.0 +3 -0
- runs/Dec05_06-19-42_cc7fe7d8a82e/events.out.tfevents.1701757187.cc7fe7d8a82e.2375.1 +3 -0
- runs/Dec05_06-20-26_cc7fe7d8a82e/events.out.tfevents.1701757226.cc7fe7d8a82e.2890.0 +3 -0
- runs/Dec05_06-24-11_cc7fe7d8a82e/events.out.tfevents.1701757455.cc7fe7d8a82e.2890.1 +3 -0
- runs/Dec05_06-26-30_cc7fe7d8a82e/events.out.tfevents.1701757591.cc7fe7d8a82e.2890.2 +3 -0
- runs/Dec05_06-28-08_cc7fe7d8a82e/events.out.tfevents.1701757691.cc7fe7d8a82e.2890.3 +3 -0
- runs/Dec05_06-31-32_cc7fe7d8a82e/events.out.tfevents.1701757895.cc7fe7d8a82e.2890.4 +3 -0
- runs/Dec05_06-33-24_cc7fe7d8a82e/events.out.tfevents.1701758006.cc7fe7d8a82e.2890.5 +3 -0
- runs/Dec05_06-35-26_cc7fe7d8a82e/events.out.tfevents.1701758126.cc7fe7d8a82e.2890.6 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: BAAI/bge-base-en-v1.5
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- f1
|
8 |
+
model-index:
|
9 |
+
- name: yingchuanong_582_competition
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# yingchuanong_582_competition
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [BAAI/bge-base-en-v1.5](https://huggingface.co/BAAI/bge-base-en-v1.5) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8328
|
21 |
+
- F1: 0.4938
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 16
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 124
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 3
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
+
| 0.6173 | 1.0 | 80 | 0.6517 | 0.3989 |
|
53 |
+
| 0.5654 | 2.0 | 160 | 0.6721 | 0.4513 |
|
54 |
+
| 0.3649 | 3.0 | 240 | 0.8328 | 0.4938 |
|
55 |
+
|
56 |
+
|
57 |
+
### Framework versions
|
58 |
+
|
59 |
+
- Transformers 4.35.2
|
60 |
+
- Pytorch 2.1.0+cu118
|
61 |
+
- Datasets 2.15.0
|
62 |
+
- Tokenizers 0.15.0
|
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "BAAI/bge-base-en-v1.5",
|
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": 768,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"max_position_embeddings": 512,
|
16 |
+
"model_type": "bert",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"position_embedding_type": "absolute",
|
21 |
+
"problem_type": "single_label_classification",
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.35.2",
|
24 |
+
"type_vocab_size": 2,
|
25 |
+
"use_cache": true,
|
26 |
+
"vocab_size": 30522
|
27 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23d123957a387fc5cf99ffa176b178e9d7c2757f58b8181a738413641823d233
|
3 |
+
size 437958648
|
runs/Dec05_06-18-07_cc7fe7d8a82e/events.out.tfevents.1701757089.cc7fe7d8a82e.1746.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0238c050796edf7792a4197ffd0a77fee629bc0a4454ccd88568c39f473e224
|
3 |
+
size 4184
|
runs/Dec05_06-18-21_cc7fe7d8a82e/events.out.tfevents.1701757103.cc7fe7d8a82e.1746.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d617e9c77d61217266a7e2cdcb10d08a96694883b62fa272a8abffab6009a327
|
3 |
+
size 4184
|
runs/Dec05_06-19-02_cc7fe7d8a82e/events.out.tfevents.1701757143.cc7fe7d8a82e.2375.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f02a006fbfb7de65b7352e5398d396c1d0116e5a828a71d7b4f107245f41be32
|
3 |
+
size 4184
|
runs/Dec05_06-19-42_cc7fe7d8a82e/events.out.tfevents.1701757187.cc7fe7d8a82e.2375.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dcc1de9cb2ecf3f449994abb2d8f4aeb498af7dc7f0ce61a46a9bd3b4e84df1
|
3 |
+
size 4184
|
runs/Dec05_06-20-26_cc7fe7d8a82e/events.out.tfevents.1701757226.cc7fe7d8a82e.2890.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65593f61b52c37efac4b6b6cd98a8a16699fc561b32951615800252964fdb2f9
|
3 |
+
size 6979
|
runs/Dec05_06-24-11_cc7fe7d8a82e/events.out.tfevents.1701757455.cc7fe7d8a82e.2890.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:954760e020d8fd714889bec14551be2fa0c6858f98303734d978767de962dcf4
|
3 |
+
size 5262
|
runs/Dec05_06-26-30_cc7fe7d8a82e/events.out.tfevents.1701757591.cc7fe7d8a82e.2890.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b9004171f0fe28e7520e22109044745570b1d1dd04709df13904822ca3eafb3
|
3 |
+
size 4965
|
runs/Dec05_06-28-08_cc7fe7d8a82e/events.out.tfevents.1701757691.cc7fe7d8a82e.2890.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24b1e2f7757223c5d98bed26f6a35e84ba8e46a74bc71de8c5f4ca6027515550
|
3 |
+
size 5635
|
runs/Dec05_06-31-32_cc7fe7d8a82e/events.out.tfevents.1701757895.cc7fe7d8a82e.2890.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abbaeaa3f9f391d43f84a7d468766aa1a0741f29ac6fa2ec841ea9031f40cf2c
|
3 |
+
size 5272
|
runs/Dec05_06-33-24_cc7fe7d8a82e/events.out.tfevents.1701758006.cc7fe7d8a82e.2890.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28b686c83baaf542e4792d492db67b2125821c056bc3132f669ae959323c6015
|
3 |
+
size 5273
|
runs/Dec05_06-35-26_cc7fe7d8a82e/events.out.tfevents.1701758126.cc7fe7d8a82e.2890.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5900e1765d497a2a9604a93a300abc9ddf27944b999f1f56b86be2b1cc8a26c7
|
3 |
+
size 6032
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f49a0324fbfe1274b35c4dba98af086cee06913aa3619c4c3392d25eabeedf66
|
3 |
+
size 4600
|