CuATR-falcon7b-v1
Browse files- README.md +9 -6
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
- Accuracy: 0.5652
|
23 |
- F1: 0.7222
|
24 |
|
@@ -47,17 +47,20 @@ The following hyperparameters were used during training:
|
|
47 |
- total_train_batch_size: 4
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
-
- num_epochs:
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
|
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4351
|
22 |
- Accuracy: 0.5652
|
23 |
- F1: 0.7222
|
24 |
|
|
|
47 |
- total_train_batch_size: 4
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 7
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
57 |
+
| 1.4522 | 1.0 | 23 | 0.8684 | 0.5652 | 0.7222 |
|
58 |
+
| 0.9683 | 2.0 | 46 | 0.7938 | 0.5652 | 0.7222 |
|
59 |
+
| 1.5347 | 3.0 | 69 | 0.7187 | 0.5652 | 0.7222 |
|
60 |
+
| 0.6854 | 4.0 | 92 | 0.6314 | 0.5652 | 0.7222 |
|
61 |
+
| 0.5356 | 5.0 | 115 | 0.5313 | 0.5652 | 0.7222 |
|
62 |
+
| 0.2435 | 6.0 | 138 | 0.4704 | 0.5652 | 0.7222 |
|
63 |
+
| 0.3844 | 7.0 | 161 | 0.4351 | 0.5652 | 0.7222 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9446600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5147c2fbff4bc779c5a17a3dce5524c9956b032602a02fd4788dbe4d41e7115f
|
3 |
size 9446600
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6e2aae9be6e1012d4eec5df978cc37ace5ffbe30e4a60e3795f7fe596e70883
|
3 |
size 4536
|