DenBur commited on
Commit
c004619
·
verified ·
1 Parent(s): 85804ee

Model save

Browse files
Files changed (2) hide show
  1. README.md +68 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: prajjwal1/bert-small
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ model-index:
11
+ - name: bert-small-url
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
+ # bert-small-url
19
+
20
+ This model is a fine-tuned version of [prajjwal1/bert-small](https://huggingface.co/prajjwal1/bert-small) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.0603
23
+ - Accuracy: 0.9888
24
+ - Precision: 0.9864
25
+ - Recall: 0.9926
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 16
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 4
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall |
56
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|:---------:|:------:|
57
+ | 0.0499 | 1.0 | 32322 | 0.0552 | 0.9845 | 0.9883 | 0.9823 |
58
+ | 0.0453 | 2.0 | 64644 | 0.0563 | 0.9876 | 0.9843 | 0.9924 |
59
+ | 0.0361 | 3.0 | 96966 | 0.0596 | 0.9885 | 0.9884 | 0.9900 |
60
+ | 0.0254 | 4.0 | 129288 | 0.0603 | 0.9888 | 0.9864 | 0.9926 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.40.2
66
+ - Pytorch 2.3.0+cu121
67
+ - Datasets 2.19.1
68
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:265b07321675b12a0c3b167a9623c0295717656fb3c195ebd3325f553c668dc3
3
  size 115067048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64230bbf6a1047534cce73cf8106a84fb9c3d59f1f700a773ade4b3027576616
3
  size 115067048