BaoTNguyen
commited on
Commit
•
d2a785e
1
Parent(s):
1f6e24a
baotnguyen/ncis
Browse files- README.md +4 -19
- training_args.bin +1 -1
README.md
CHANGED
@@ -2,8 +2,6 @@
|
|
2 |
base_model: mistralai/Mistral-7B-v0.1
|
3 |
library_name: peft
|
4 |
license: apache-2.0
|
5 |
-
metrics:
|
6 |
-
- accuracy
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
model-index:
|
@@ -16,10 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# ncis
|
18 |
|
19 |
-
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on
|
20 |
-
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.1850
|
22 |
-
- Accuracy: 0.9192
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,23 +33,13 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- learning_rate:
|
42 |
-
- train_batch_size:
|
43 |
- eval_batch_size: 16
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
-
|
49 |
-
### Training results
|
50 |
-
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
-
| 0.4941 | 1.0 | 37 | 0.1850 | 0.9192 |
|
54 |
-
| 1.0952 | 2.0 | 74 | 0.4716 | 0.8737 |
|
55 |
-
| 0.221 | 3.0 | 111 | 0.3881 | 0.8636 |
|
56 |
-
| 0.3177 | 4.0 | 148 | 0.1900 | 0.9596 |
|
57 |
-
|
58 |
|
59 |
### Framework versions
|
60 |
|
|
|
2 |
base_model: mistralai/Mistral-7B-v0.1
|
3 |
library_name: peft
|
4 |
license: apache-2.0
|
|
|
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
|
|
14 |
|
15 |
# ncis
|
16 |
|
17 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
33 |
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 5e-05
|
37 |
+
- train_batch_size: 8
|
38 |
- eval_batch_size: 16
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
### Framework versions
|
45 |
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37c8423dd35e8f82f1dd516b30c7e19092ef258fe3ab6676e5668d5268f668d1
|
3 |
size 5176
|