LYTinn commited on
Commit
ed13eff
1 Parent(s): 3434667

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - imdb
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ model-index:
10
+ - name: lstm-finetuning-sentiment-model-3000-samples
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: imdb
17
+ type: imdb
18
+ config: plain_text
19
+ split: train
20
+ args: plain_text
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.5
25
+ - name: F1
26
+ type: f1
27
+ value: 0.0
28
+ ---
29
+
30
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
+ should probably proofread and complete it, then remove this comment. -->
32
+
33
+ # lstm-finetuning-sentiment-model-3000-samples
34
+
35
+ This model is a fine-tuned version of [CEBaB/lstm.CEBaB.sa.5-class.exclusive.seed_42](https://huggingface.co/CEBaB/lstm.CEBaB.sa.5-class.exclusive.seed_42) on the imdb dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 0.6928
38
+ - Accuracy: 0.5
39
+ - F1: 0.0
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 2e-05
59
+ - train_batch_size: 16
60
+ - eval_batch_size: 16
61
+ - seed: 42
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - num_epochs: 2
65
+
66
+ ### Training results
67
+
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.23.0
73
+ - Pytorch 1.12.1+cu116
74
+ - Datasets 2.5.2
75
+ - Tokenizers 0.13.1