ankush-003 commited on
Commit
445c303
1 Parent(s): 23140b5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: textattack/albert-base-v2-imdb
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: nosql-identifier-albert
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
+ # nosql-identifier-albert
16
+
17
+ This model is a fine-tuned version of [textattack/albert-base-v2-imdb](https://huggingface.co/textattack/albert-base-v2-imdb) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.4351
20
+ - Accuracy: 0.9
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 15
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 40 | 0.4383 | 0.8 |
52
+ | No log | 2.0 | 80 | 0.3771 | 0.875 |
53
+ | No log | 3.0 | 120 | 0.2954 | 0.9 |
54
+ | No log | 4.0 | 160 | 0.3746 | 0.85 |
55
+ | No log | 5.0 | 200 | 0.4419 | 0.875 |
56
+ | No log | 6.0 | 240 | 0.4913 | 0.825 |
57
+ | No log | 7.0 | 280 | 0.4602 | 0.875 |
58
+ | No log | 8.0 | 320 | 0.4185 | 0.925 |
59
+ | No log | 9.0 | 360 | 0.5439 | 0.875 |
60
+ | No log | 10.0 | 400 | 0.4071 | 0.9 |
61
+ | No log | 11.0 | 440 | 0.5948 | 0.85 |
62
+ | No log | 12.0 | 480 | 0.5412 | 0.875 |
63
+ | 0.2697 | 13.0 | 520 | 0.5105 | 0.9 |
64
+ | 0.2697 | 14.0 | 560 | 0.4590 | 0.9 |
65
+ | 0.2697 | 15.0 | 600 | 0.4351 | 0.9 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.31.0
71
+ - Pytorch 1.12.1+cu113
72
+ - Datasets 2.13.1
73
+ - Tokenizers 0.11.0