End of training
Browse files- README.md +17 -17
- adapter_config.json +1 -1
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# RoBERTa-ext-large-lora-chinese-finetuned-ner
|
20 |
|
21 |
-
This model is a fine-tuned version of [hfl/chinese-roberta-wwm-ext-large](https://huggingface.co/hfl/chinese-roberta-wwm-ext-large) on
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -44,7 +44,7 @@ More information needed
|
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
- learning_rate: 0.001
|
47 |
-
- train_batch_size:
|
48 |
- eval_batch_size: 8
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
@@ -55,16 +55,16 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
18 |
|
19 |
# RoBERTa-ext-large-lora-chinese-finetuned-ner
|
20 |
|
21 |
+
This model is a fine-tuned version of [hfl/chinese-roberta-wwm-ext-large](https://huggingface.co/hfl/chinese-roberta-wwm-ext-large) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.3762
|
24 |
+
- Precision: 0.6284
|
25 |
+
- Recall: 0.7311
|
26 |
+
- F1: 0.6759
|
27 |
+
- Accuracy: 0.9107
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
- learning_rate: 0.001
|
47 |
+
- train_batch_size: 8
|
48 |
- eval_batch_size: 8
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.5112 | 1.0 | 252 | 0.3440 | 0.5005 | 0.6105 | 0.5501 | 0.8940 |
|
59 |
+
| 0.283 | 2.0 | 504 | 0.3198 | 0.5363 | 0.6715 | 0.5963 | 0.9017 |
|
60 |
+
| 0.2373 | 3.0 | 756 | 0.3104 | 0.5506 | 0.7216 | 0.6246 | 0.9054 |
|
61 |
+
| 0.1995 | 4.0 | 1008 | 0.3210 | 0.5804 | 0.7236 | 0.6441 | 0.9092 |
|
62 |
+
| 0.1678 | 5.0 | 1260 | 0.3300 | 0.5828 | 0.7140 | 0.6418 | 0.9077 |
|
63 |
+
| 0.1435 | 6.0 | 1512 | 0.3274 | 0.5912 | 0.7173 | 0.6482 | 0.9104 |
|
64 |
+
| 0.1206 | 7.0 | 1764 | 0.3566 | 0.5964 | 0.7351 | 0.6585 | 0.9079 |
|
65 |
+
| 0.105 | 8.0 | 2016 | 0.3579 | 0.6065 | 0.7281 | 0.6618 | 0.9112 |
|
66 |
+
| 0.0925 | 9.0 | 2268 | 0.3645 | 0.6148 | 0.7382 | 0.6709 | 0.9103 |
|
67 |
+
| 0.0835 | 10.0 | 2520 | 0.3762 | 0.6284 | 0.7311 | 0.6759 | 0.9107 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
-
"r":
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
15 |
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
+
"r": 4,
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffa3b146a3741354be49d9099633c44f148c1d20b98e0ae79a88d1fbd1b56527
|
3 |
+
size 1705460
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e4e412ff8e49031517fc5259b320a25814644421ae5afcc22ed00b6239a3410
|
3 |
size 4600
|