djsull commited on
Commit
b32bbc0
·
verified ·
1 Parent(s): e6194ce

djsull/ner_insurence_roberta

Browse files
README.md CHANGED
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [klue/roberta-small](https://huggingface.co/klue/roberta-small) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.0151
23
  - Precision: 1.0
24
  - Recall: 1.0
25
  - F1: 1.0
@@ -54,14 +54,14 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
57
- | No log | 1.0 | 9 | 0.0151 | 1.0 | 1.0 | 1.0 | 1.0 |
58
- | No log | 2.0 | 18 | 0.0038 | 1.0 | 1.0 | 1.0 | 1.0 |
59
- | No log | 3.0 | 27 | 0.0018 | 1.0 | 1.0 | 1.0 | 1.0 |
60
- | No log | 4.0 | 36 | 0.0014 | 1.0 | 1.0 | 1.0 | 1.0 |
61
- | No log | 5.0 | 45 | 0.0015 | 1.0 | 1.0 | 1.0 | 1.0 |
62
- | No log | 6.0 | 54 | 0.0017 | 1.0 | 1.0 | 1.0 | 1.0 |
63
- | No log | 7.0 | 63 | 0.0020 | 1.0 | 1.0 | 1.0 | 1.0 |
64
- | No log | 8.0 | 72 | 0.0023 | 1.0 | 1.0 | 1.0 | 1.0 |
65
 
66
 
67
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [klue/roberta-small](https://huggingface.co/klue/roberta-small) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.0159
23
  - Precision: 1.0
24
  - Recall: 1.0
25
  - F1: 1.0
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
57
+ | No log | 1.0 | 9 | 0.0159 | 1.0 | 1.0 | 1.0 | 1.0 |
58
+ | No log | 2.0 | 18 | 0.0030 | 1.0 | 1.0 | 1.0 | 1.0 |
59
+ | No log | 3.0 | 27 | 0.0023 | 1.0 | 1.0 | 1.0 | 1.0 |
60
+ | No log | 4.0 | 36 | 0.0028 | 1.0 | 1.0 | 1.0 | 1.0 |
61
+ | No log | 5.0 | 45 | 0.0018 | 1.0 | 1.0 | 1.0 | 1.0 |
62
+ | No log | 6.0 | 54 | 0.0011 | 1.0 | 1.0 | 1.0 | 1.0 |
63
+ | No log | 7.0 | 63 | 0.0010 | 1.0 | 1.0 | 1.0 | 1.0 |
64
+ | No log | 8.0 | 72 | 0.0010 | 1.0 | 1.0 | 1.0 | 1.0 |
65
 
66
 
67
  ### Framework versions
config.json CHANGED
@@ -11,8 +11,16 @@
11
  "hidden_act": "gelu",
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
 
 
 
 
14
  "initializer_range": 0.02,
15
  "intermediate_size": 3072,
 
 
 
 
16
  "layer_norm_eps": 1e-05,
17
  "max_position_embeddings": 514,
18
  "model_type": "roberta",
 
11
  "hidden_act": "gelu",
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "None",
16
+ "1": "Profile"
17
+ },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
+ "label2id": {
21
+ "None": 0,
22
+ "Profile": 1
23
+ },
24
  "layer_norm_eps": 1e-05,
25
  "max_position_embeddings": 514,
26
  "model_type": "roberta",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c636d05fd68d181ab16685036b9c6f61bc9dca9346f7226dcb8a20a1a390eb6
3
  size 272382200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eb8f00dc2e323e65cc0a4bc3ae84ba8fab918726e1841ac7bcc3ecdc69417f5
3
  size 272382200
runs/May31_08-05-51_129-146-79-76/events.out.tfevents.1717142751.129-146-79-76.3851210.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e92f8bedf58042a21b078ae89a3461bcca3e96ffce6a9d9a8d5a7f480daec8c
3
+ size 9002
runs/May31_08-05-51_129-146-79-76/events.out.tfevents.1717142807.129-146-79-76.3851210.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9140b4727dc0a57262cfae8d73e861ec69c769bfa515231757caf431543f36be
3
+ size 551
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:66f021c0522504bb630bd001fe72fe20e7abf97500240f362c9212088dcd1e3e
3
  size 4603
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6629bc04a316626288dae65b6a1ea26dfef335e52f895119a9c29bde40ac19d
3
  size 4603