End of training
Browse files- README.md +78 -0
- adapter_model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
base_model: mistralai/Mistral-7B-v0.1
|
6 |
+
datasets:
|
7 |
+
- conll2003
|
8 |
+
metrics:
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
- f1
|
12 |
+
- accuracy
|
13 |
+
model-index:
|
14 |
+
- name: billm-mistral-7b-conll03-ner-maxlen-256
|
15 |
+
results: []
|
16 |
+
---
|
17 |
+
|
18 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
19 |
+
should probably proofread and complete it, then remove this comment. -->
|
20 |
+
|
21 |
+
# billm-mistral-7b-conll03-ner-maxlen-256
|
22 |
+
|
23 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the conll2003 dataset.
|
24 |
+
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 0.2232
|
26 |
+
- Precision: 0.9277
|
27 |
+
- Recall: 0.9363
|
28 |
+
- F1: 0.9320
|
29 |
+
- Accuracy: 0.9863
|
30 |
+
|
31 |
+
## Model description
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Intended uses & limitations
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training and evaluation data
|
40 |
+
|
41 |
+
More information needed
|
42 |
+
|
43 |
+
## Training procedure
|
44 |
+
|
45 |
+
### Training hyperparameters
|
46 |
+
|
47 |
+
The following hyperparameters were used during training:
|
48 |
+
- learning_rate: 0.0001
|
49 |
+
- train_batch_size: 2
|
50 |
+
- eval_batch_size: 2
|
51 |
+
- seed: 42
|
52 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
+
- lr_scheduler_type: linear
|
54 |
+
- num_epochs: 10
|
55 |
+
|
56 |
+
### Training results
|
57 |
+
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
59 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
60 |
+
| 0.0329 | 1.0 | 7021 | 0.1599 | 0.9256 | 0.9357 | 0.9306 | 0.9856 |
|
61 |
+
| 0.0145 | 2.0 | 14042 | 0.1789 | 0.9312 | 0.9340 | 0.9326 | 0.9860 |
|
62 |
+
| 0.0106 | 3.0 | 21063 | 0.1931 | 0.9288 | 0.9359 | 0.9324 | 0.9864 |
|
63 |
+
| 0.0065 | 4.0 | 28084 | 0.2161 | 0.9277 | 0.9361 | 0.9319 | 0.9863 |
|
64 |
+
| 0.0043 | 5.0 | 35105 | 0.2168 | 0.9276 | 0.9363 | 0.9319 | 0.9864 |
|
65 |
+
| 0.002 | 6.0 | 42126 | 0.2250 | 0.9274 | 0.9359 | 0.9316 | 0.9863 |
|
66 |
+
| 0.0027 | 7.0 | 49147 | 0.2246 | 0.9269 | 0.9356 | 0.9312 | 0.9862 |
|
67 |
+
| 0.0023 | 8.0 | 56168 | 0.2235 | 0.9277 | 0.9364 | 0.9321 | 0.9863 |
|
68 |
+
| 0.0024 | 9.0 | 63189 | 0.2232 | 0.9276 | 0.9364 | 0.9320 | 0.9863 |
|
69 |
+
| 0.0016 | 10.0 | 70210 | 0.2232 | 0.9277 | 0.9363 | 0.9320 | 0.9863 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- PEFT 0.10.0
|
75 |
+
- Transformers 4.41.2
|
76 |
+
- Pytorch 2.3.0+cu121
|
77 |
+
- Datasets 2.19.1
|
78 |
+
- Tokenizers 0.19.1
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 27354210
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b09f248af9970e22f5a056792bfb5d6319298cd440a3b7797d7c0efcbd8d5d4
|
3 |
size 27354210
|