hyoo14 commited on
Commit
f5563a6
·
verified ·
1 Parent(s): 4070eed

hyoo14/DNABERT2_AMR_2

Browse files
README.md CHANGED
@@ -1,8 +1,7 @@
1
  ---
2
- library_name: peft
3
  tags:
4
  - generated_from_trainer
5
- base_model: hyoo14/TAPT_NT-0.5b_epoch2
6
  model-index:
7
  - name: content
8
  results: []
@@ -13,10 +12,10 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # content
15
 
16
- This model is a fine-tuned version of [hyoo14/TAPT_NT-0.5b_epoch2](https://huggingface.co/hyoo14/TAPT_NT-0.5b_epoch2) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 1.0274
19
- - F1 Macro: 0.4602
20
 
21
  ## Model description
22
 
@@ -47,22 +46,21 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | F1 Macro |
49
  |:-------------:|:------:|:----:|:---------------:|:--------:|
50
- | 1.6008 | 0.2703 | 100 | 1.6101 | 0.0814 |
51
- | 1.5715 | 0.5405 | 200 | 1.3419 | 0.0814 |
52
- | 1.244 | 0.8108 | 300 | 1.3716 | 0.2625 |
53
- | 1.1669 | 1.0811 | 400 | 1.3375 | 0.1271 |
54
- | 1.2026 | 1.3514 | 500 | 1.2672 | 0.2935 |
55
- | 1.0356 | 1.6216 | 600 | 1.2010 | 0.3436 |
56
- | 1.0447 | 1.8919 | 700 | 1.1363 | 0.3799 |
57
- | 0.9538 | 2.1622 | 800 | 1.0896 | 0.5178 |
58
- | 0.8704 | 2.4324 | 900 | 1.0606 | 0.4418 |
59
- | 0.8611 | 2.7027 | 1000 | 1.0274 | 0.4602 |
60
 
61
 
62
  ### Framework versions
63
 
64
- - PEFT 0.11.1
65
  - Transformers 4.41.0
66
- - Pytorch 2.3.0+cu121
67
  - Datasets 2.19.1
68
- - Tokenizers 0.19.1
 
1
  ---
2
+ base_model: zhihan1996/DNABERT-2-117M
3
  tags:
4
  - generated_from_trainer
 
5
  model-index:
6
  - name: content
7
  results: []
 
12
 
13
  # content
14
 
15
+ This model is a fine-tuned version of [zhihan1996/DNABERT-2-117M](https://huggingface.co/zhihan1996/DNABERT-2-117M) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 1.2180
18
+ - F1 Macro: 0.3388
19
 
20
  ## Model description
21
 
 
46
 
47
  | Training Loss | Epoch | Step | Validation Loss | F1 Macro |
48
  |:-------------:|:------:|:----:|:---------------:|:--------:|
49
+ | 1.4189 | 0.2703 | 100 | 1.5083 | 0.0814 |
50
+ | 1.4284 | 0.5405 | 200 | 1.3513 | 0.1275 |
51
+ | 1.2829 | 0.8108 | 300 | 1.3179 | 0.1390 |
52
+ | 1.2192 | 1.0811 | 400 | 1.3522 | 0.2334 |
53
+ | 1.3097 | 1.3514 | 500 | 1.2843 | 0.2224 |
54
+ | 1.1668 | 1.6216 | 600 | 1.2668 | 0.2025 |
55
+ | 1.1595 | 1.8919 | 700 | 1.2268 | 0.2690 |
56
+ | 1.1336 | 2.1622 | 800 | 1.2596 | 0.2985 |
57
+ | 1.063 | 2.4324 | 900 | 1.2370 | 0.2709 |
58
+ | 1.0497 | 2.7027 | 1000 | 1.2180 | 0.3388 |
59
 
60
 
61
  ### Framework versions
62
 
 
63
  - Transformers 4.41.0
64
+ - Pytorch 1.13.1+cu117
65
  - Datasets 2.19.1
66
+ - Tokenizers 0.19.1
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ab14e76a41386428528aa77da95e82d4bc06d12f45ec216aaee1863169f64e4
3
+ size 356986064
runs/May22_02-31-20_96a6440dcc05/events.out.tfevents.1716345080.96a6440dcc05.216.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:533f1fe4a5266b9cc0d4d21f12355b8f1f50f746d5e2ddcbdc41c0c45d76102b
3
+ size 11241
special_tokens_map.json CHANGED
@@ -1,6 +1,37 @@
1
  {
2
- "cls_token": "<cls>",
3
- "mask_token": "<mask>",
4
- "pad_token": "<pad>",
5
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  }
 
1
  {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
  }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
- "content": "<unk>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
@@ -9,7 +9,7 @@
9
  "special": true
10
  },
11
  "1": {
12
- "content": "<pad>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
@@ -17,7 +17,7 @@
17
  "special": true
18
  },
19
  "2": {
20
- "content": "<mask>",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
@@ -25,7 +25,15 @@
25
  "special": true
26
  },
27
  "3": {
28
- "content": "<cls>",
 
 
 
 
 
 
 
 
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
@@ -34,11 +42,11 @@
34
  }
35
  },
36
  "clean_up_tokenization_spaces": true,
37
- "cls_token": "<cls>",
38
- "eos_token": null,
39
- "mask_token": "<mask>",
40
- "model_max_length": 1000,
41
- "pad_token": "<pad>",
42
- "tokenizer_class": "EsmTokenizer",
43
- "unk_token": "<unk>"
44
  }
 
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "[UNK]",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
 
9
  "special": true
10
  },
11
  "1": {
12
+ "content": "[CLS]",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
 
17
  "special": true
18
  },
19
  "2": {
20
+ "content": "[SEP]",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
 
25
  "special": true
26
  },
27
  "3": {
28
+ "content": "[PAD]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
39
  "rstrip": false,
 
42
  }
43
  },
44
  "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "mask_token": "[MASK]",
47
+ "model_max_length": 512,
48
+ "pad_token": "[PAD]",
49
+ "sep_token": "[SEP]",
50
+ "tokenizer_class": "PreTrainedTokenizerFast",
51
+ "unk_token": "[UNK]"
52
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3977fa17074a262de701dc03e6c8760e263643a27739d2abd6f0489b16424c77
3
- size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c18434cd27cc43c8b484968dec2e4b2d10d0d05cc89f908f0f837c74c24aa33
3
+ size 4667