lujin commited on
Commit
4a824c5
·
verified ·
1 Parent(s): e5492d3

Training in progress, epoch 1

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:96416577097d4c41fc14f1d43040a8a0e724fa48c41f6ac8287fee7652dbf260
3
  size 5387004
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4633e0f7265c39f0af0d59009d7dd7030d19e65b67e36e97fcc271270d8a8ed3
3
  size 5387004
final/adapter_config.json CHANGED
@@ -32,9 +32,9 @@
32
  "rank_pattern": {},
33
  "revision": null,
34
  "target_modules": [
35
- "dense",
36
- "key",
37
  "value",
 
 
38
  "query"
39
  ],
40
  "target_parameters": null,
 
32
  "rank_pattern": {},
33
  "revision": null,
34
  "target_modules": [
 
 
35
  "value",
36
+ "key",
37
+ "dense",
38
  "query"
39
  ],
40
  "target_parameters": null,
final/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6e4e1c1d14aa5fcce9df3ad6de1a60e7706872557589270aaaba2c5a82ee4af
3
  size 5387004
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7956fbc17bbd28e8815dad60f3a6105b92afe5ce8a6ed4e81d91ac488fe13d80
3
  size 5387004
final/training_config.json CHANGED
@@ -7,13 +7,13 @@
7
  "batch_size": 16,
8
  "num_epochs": 10,
9
  "final_metrics": {
10
- "eval_loss": 0.0005899938987568021,
11
- "eval_precision": 1.0,
12
- "eval_recall": 1.0,
13
- "eval_f1": 1.0,
14
- "eval_runtime": 0.5923,
15
- "eval_samples_per_second": 675.317,
16
- "eval_steps_per_second": 42.207,
17
  "epoch": 7.0
18
  },
19
  "label_list": [
 
7
  "batch_size": 16,
8
  "num_epochs": 10,
9
  "final_metrics": {
10
+ "eval_loss": 0.005412294063717127,
11
+ "eval_precision": 0.997907949790795,
12
+ "eval_recall": 0.997907949790795,
13
+ "eval_f1": 0.997907949790795,
14
+ "eval_runtime": 0.6175,
15
+ "eval_samples_per_second": 323.895,
16
+ "eval_steps_per_second": 21.053,
17
  "epoch": 7.0
18
  },
19
  "label_list": [
logs/20260109-133806/events.out.tfevents.1767937088.r-lujin-train-search-ner-331oo3bz-6c66e-8xn59.536.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e17ee1cdc4784a9a57bf63991ce2e540bf68e8ad6a3bd2e07220adfb02ad02f3
3
- size 11064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:004a63929cb0af33fc1505555346350ad80e1dba4544131e3e1b0c45f79f0b48
3
+ size 12260
logs/20260109-133806/events.out.tfevents.1767937151.r-lujin-train-search-ner-331oo3bz-6c66e-8xn59.536.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c55c09bc8c4c93184cb4bf90086b97bf96290546108353cba2c1466bc774fa3
3
+ size 508
logs/20260109-134833/events.out.tfevents.1767937714.r-lujin-train-search-ner-331oo3bz-6c66e-8xn59.1518.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:338c9dec52aea5dc301bb2978aebccbabb2ff76770b618e26607ad5f72963bfb
3
+ size 8550
search-ner-lora-model/config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "dtype": "float32",
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-TIME",
14
+ "2": "I-TIME",
15
+ "3": "B-LOCATION",
16
+ "4": "I-LOCATION",
17
+ "5": "B-PERSON",
18
+ "6": "I-PERSON",
19
+ "7": "B-ORGANIZATION",
20
+ "8": "I-ORGANIZATION",
21
+ "9": "B-PRODUCT",
22
+ "10": "I-PRODUCT",
23
+ "11": "B-EVENT",
24
+ "12": "I-EVENT",
25
+ "13": "B-TOPIC",
26
+ "14": "I-TOPIC",
27
+ "15": "B-CONCEPT",
28
+ "16": "I-CONCEPT",
29
+ "17": "B-SEARCH_INTENT",
30
+ "18": "I-SEARCH_INTENT"
31
+ },
32
+ "initializer_range": 0.02,
33
+ "intermediate_size": 3072,
34
+ "label2id": {
35
+ "B-CONCEPT": 15,
36
+ "B-EVENT": 11,
37
+ "B-LOCATION": 3,
38
+ "B-ORGANIZATION": 7,
39
+ "B-PERSON": 5,
40
+ "B-PRODUCT": 9,
41
+ "B-SEARCH_INTENT": 17,
42
+ "B-TIME": 1,
43
+ "B-TOPIC": 13,
44
+ "I-CONCEPT": 16,
45
+ "I-EVENT": 12,
46
+ "I-LOCATION": 4,
47
+ "I-ORGANIZATION": 8,
48
+ "I-PERSON": 6,
49
+ "I-PRODUCT": 10,
50
+ "I-SEARCH_INTENT": 18,
51
+ "I-TIME": 2,
52
+ "I-TOPIC": 14,
53
+ "O": 0
54
+ },
55
+ "layer_norm_eps": 1e-12,
56
+ "max_position_embeddings": 512,
57
+ "model_type": "bert",
58
+ "num_attention_heads": 12,
59
+ "num_hidden_layers": 12,
60
+ "pad_token_id": 0,
61
+ "position_embedding_type": "absolute",
62
+ "transformers_version": "4.57.3",
63
+ "type_vocab_size": 2,
64
+ "use_cache": true,
65
+ "vocab_size": 21128
66
+ }
search-ner-lora-model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4abc46418334e01514022ff919d1049819e86dbc8023365813babc7ba1017548
3
+ size 406789980
search-ner-lora-model/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
search-ner-lora-model/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
search-ner-lora-model/tokenizer_config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "max_length": 512,
51
+ "model_max_length": 1000000000000000019884624838656,
52
+ "never_split": null,
53
+ "pad_token": "[PAD]",
54
+ "sep_token": "[SEP]",
55
+ "stride": 0,
56
+ "strip_accents": null,
57
+ "tokenize_chinese_chars": true,
58
+ "tokenizer_class": "BertTokenizer",
59
+ "truncation_side": "right",
60
+ "truncation_strategy": "longest_first",
61
+ "unk_token": "[UNK]"
62
+ }
search-ner-lora-model/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30bb792ac207bda2fa0a184e5a993e2146480d0e5b431fb7a1d24e11e0a7fbd4
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:290380ec95c540f3947f84950f4f0f12d32b4f3b2905886d39f542a10b429ebc
3
  size 5841