TeamResearch commited on
Commit
e35d7ae
1 Parent(s): 053fc68

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -18
README.md CHANGED
@@ -1,10 +1,9 @@
1
  ---
2
  license: mit
3
- base_model: prajjwal1/bert-tiny
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
- - spark
8
  metrics:
9
  - accuracy
10
  model-index:
@@ -14,15 +13,13 @@ model-index:
14
  name: Text Classification
15
  type: text-classification
16
  dataset:
17
- name: spark
18
- type: spark
19
- config: '-904912027'
20
- split: train
21
- args: '-904912027'
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.7883333333333333
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,10 +27,10 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # sentiment-model-saagie
32
 
33
- This model is a fine-tuned version of [prajjwal1/bert-tiny](https://huggingface.co/prajjwal1/bert-tiny) on the spark dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.5440
36
- - Accuracy: 0.7883
37
 
38
  ## Model description
39
 
@@ -64,14 +61,14 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
- | 0.5209 | 1.0 | 1500 | 0.4737 | 0.7917 |
68
- | 0.3807 | 2.0 | 3000 | 0.5037 | 0.7883 |
69
- | 0.3409 | 3.0 | 4500 | 0.5440 | 0.7883 |
70
 
71
 
72
  ### Framework versions
73
 
74
- - Transformers 4.31.0
75
- - Pytorch 2.0.1+cu117
76
- - Datasets 2.14.3
77
- - Tokenizers 0.13.3
 
1
  ---
2
  license: mit
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
+ - sst2
7
  metrics:
8
  - accuracy
9
  model-index:
 
13
  name: Text Classification
14
  type: text-classification
15
  dataset:
16
+ name: sst2
17
+ type: sst2
18
+ args: default
 
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.7833333333333333
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
27
 
28
  # sentiment-model-saagie
29
 
30
+ This model is a fine-tuned version of [prajjwal1/bert-tiny](https://huggingface.co/prajjwal1/bert-tiny) on the sst2 dataset.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 0.5666
33
+ - Accuracy: 0.7833
34
 
35
  ## Model description
36
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
+ | 0.524 | 1.0 | 1500 | 0.4828 | 0.7617 |
65
+ | 0.3834 | 2.0 | 3000 | 0.5569 | 0.7817 |
66
+ | 0.3383 | 3.0 | 4500 | 0.5666 | 0.7833 |
67
 
68
 
69
  ### Framework versions
70
 
71
+ - Transformers 4.18.0
72
+ - Pytorch 1.8.1
73
+ - Datasets 2.12.0
74
+ - Tokenizers 0.12.1