Llama-3.2-1B-binary-citation-classifier
Browse files- README.md +27 -24
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
-
---
|
2 |
-
library_name: peft
|
3 |
-
license: llama3.2
|
4 |
-
base_model: meta-llama/Llama-3.2-1B
|
5 |
-
tags:
|
6 |
-
- generated_from_trainer
|
7 |
-
metrics:
|
8 |
-
- accuracy
|
9 |
-
- f1
|
10 |
-
- precision
|
11 |
-
- recall
|
12 |
-
model-index:
|
13 |
-
- name: Llama-3.2-1B-binary-citation-classifier
|
14 |
-
results: []
|
15 |
-
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
18 |
should probably proofread and complete it, then remove this comment. -->
|
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Precision: 0.
|
28 |
-
- Recall: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -52,16 +52,19 @@ The following hyperparameters were used during training:
|
|
52 |
- total_train_batch_size: 32
|
53 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
54 |
- lr_scheduler_type: linear
|
55 |
-
- num_epochs:
|
56 |
- mixed_precision_training: Native AMP
|
57 |
|
58 |
### Training results
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
61 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
|
|
|
|
|
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: llama3.2
|
4 |
+
base_model: meta-llama/Llama-3.2-1B
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
- f1
|
10 |
+
- precision
|
11 |
+
- recall
|
12 |
+
model-index:
|
13 |
+
- name: Llama-3.2-1B-binary-citation-classifier
|
14 |
+
results: []
|
15 |
+
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
18 |
should probably proofread and complete it, then remove this comment. -->
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.5450
|
25 |
+
- Accuracy: 0.746
|
26 |
+
- F1: 0.7460
|
27 |
+
- Precision: 0.7460
|
28 |
+
- Recall: 0.746
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
52 |
- total_train_batch_size: 32
|
53 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
54 |
- lr_scheduler_type: linear
|
55 |
+
- num_epochs: 6
|
56 |
- mixed_precision_training: Native AMP
|
57 |
|
58 |
### Training results
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
61 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
62 |
+
| 0.6249 | 1.0 | 500 | 0.5853 | 0.716 | 0.7160 | 0.7161 | 0.716 |
|
63 |
+
| 0.5585 | 2.0 | 1000 | 0.5523 | 0.748 | 0.7478 | 0.7487 | 0.748 |
|
64 |
+
| 0.6066 | 3.0 | 1500 | 0.5303 | 0.7535 | 0.7535 | 0.7535 | 0.7535 |
|
65 |
+
| 0.5447 | 4.0 | 2000 | 0.5202 | 0.761 | 0.7609 | 0.7615 | 0.761 |
|
66 |
+
| 0.4709 | 5.0 | 2500 | 0.5168 | 0.7645 | 0.7645 | 0.7645 | 0.7645 |
|
67 |
+
| 0.5002 | 6.0 | 3000 | 0.5137 | 0.7695 | 0.7695 | 0.7696 | 0.7695 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd5d0c5f7f5df9e64299322be4021424aef70153ac712c58db18e41ca030e619
|
3 |
size 5304
|