TeamResearch commited on
Commit
6a3fc0a
1 Parent(s): 2d060b7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -15
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
2
  license: mit
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
- - sst2
7
  metrics:
8
  - accuracy
9
  model-index:
@@ -13,13 +14,15 @@ 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.7866666666666666
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -27,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
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.5517
33
- - Accuracy: 0.7867
34
 
35
  ## Model description
36
 
@@ -61,14 +64,14 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
- | 0.5116 | 1.0 | 1500 | 0.4723 | 0.765 |
65
- | 0.3799 | 2.0 | 3000 | 0.5437 | 0.7733 |
66
- | 0.3376 | 3.0 | 4500 | 0.5517 | 0.7867 |
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
 
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
  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
 
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
 
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