Training in progress, step 5000
Browse files- README.md +26 -10
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,20 +1,31 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
-
base_model: HuggingFaceTB/SmolLM2-135M
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
-
- name: toxicity-scorer-smollm2-135m-
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
-
# toxicity-scorer-smollm2-135m-
|
16 |
|
17 |
-
This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-135M
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -34,9 +45,13 @@ More information needed
|
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
- learning_rate: 3e-05
|
37 |
-
- train_batch_size:
|
38 |
-
- eval_batch_size:
|
39 |
- seed: 42
|
|
|
|
|
|
|
|
|
40 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
41 |
- lr_scheduler_type: cosine
|
42 |
- lr_scheduler_warmup_ratio: 0.1
|
@@ -44,14 +59,15 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
-
| Training Loss | Epoch
|
48 |
-
|
49 |
-
| No log | 0
|
|
|
50 |
|
51 |
|
52 |
### Framework versions
|
53 |
|
54 |
- Transformers 4.46.3
|
55 |
-
- Pytorch 2.5.1
|
56 |
- Datasets 3.1.0
|
57 |
- Tokenizers 0.20.3
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
base_model: HuggingFaceTB/SmolLM2-135M
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
- accuracy
|
10 |
+
- precision
|
11 |
+
- recall
|
12 |
model-index:
|
13 |
+
- name: toxicity-scorer-smollm2-135m-freeze
|
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. -->
|
19 |
|
20 |
+
# toxicity-scorer-smollm2-135m-freeze
|
21 |
|
22 |
+
This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-135M](https://huggingface.co/HuggingFaceTB/SmolLM2-135M) on an unknown dataset.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.2939
|
25 |
+
- F1: 0.8645
|
26 |
+
- Accuracy: 0.8847
|
27 |
+
- Precision: 0.8636
|
28 |
+
- Recall: 0.8847
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
- learning_rate: 3e-05
|
48 |
+
- train_batch_size: 44
|
49 |
+
- eval_batch_size: 44
|
50 |
- seed: 42
|
51 |
+
- distributed_type: multi-GPU
|
52 |
+
- num_devices: 8
|
53 |
+
- total_train_batch_size: 352
|
54 |
+
- total_eval_batch_size: 352
|
55 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
56 |
- lr_scheduler_type: cosine
|
57 |
- lr_scheduler_warmup_ratio: 0.1
|
|
|
59 |
|
60 |
### Training results
|
61 |
|
62 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | Precision | Recall |
|
63 |
+
|:-------------:|:------:|:----:|:---------------:|:------:|:--------:|:---------:|:------:|
|
64 |
+
| No log | 0 | 0 | 1.5154 | 0.4459 | 0.3797 | 0.8101 | 0.3797 |
|
65 |
+
| 0.3001 | 1.5596 | 5000 | 0.2939 | 0.8645 | 0.8847 | 0.8636 | 0.8847 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
69 |
|
70 |
- Transformers 4.46.3
|
71 |
+
- Pytorch 2.5.1
|
72 |
- Datasets 3.1.0
|
73 |
- Tokenizers 0.20.3
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 269066392
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71d68a8cfdb746cda33b766aadfcc27f5bdff573c21f2b9f5d42222b845d5f79
|
3 |
size 269066392
|
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:95a1a594d33b749b53bb61c2db111cf02d29482bcff90dfbebd6f9e2c919a80e
|
3 |
size 5304
|