minhleduc commited on
Commit
2973aeb
1 Parent(s): 820ff0c

End of training

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: albert/albert-base-v1
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - accuracy
10
+ model-index:
11
+ - name: toxigen-albert-binary-clsf
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/octoopt/huggingface/runs/39ugf5uc)
19
+ # toxigen-albert-binary-clsf
20
+
21
+ This model is a fine-tuned version of [albert/albert-base-v1](https://huggingface.co/albert/albert-base-v1) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.0000
24
+ - Precision: 1.0000
25
+ - Recall: 1.0000
26
+ - Accuracy: 1.0000
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 64
47
+ - eval_batch_size: 64
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 2
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:--------:|
57
+ | 0.0 | 1.0 | 3137 | 0.0000 | 1.0000 | 1.0000 | 1.0000 |
58
+ | 0.0001 | 2.0 | 6274 | 0.0000 | 1.0000 | 1.0000 | 1.0000 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.42.3
64
+ - Pytorch 2.1.2
65
+ - Datasets 2.20.0
66
+ - Tokenizers 0.19.1