Bahushruth commited on
Commit
436b285
1 Parent(s): bcb461b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -33
README.md CHANGED
@@ -4,22 +4,9 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - clinc_oos
7
- metrics:
8
- - accuracy
9
  model-index:
10
  - name: distilbert-base-uncased-distilled-clinc
11
- results:
12
- - task:
13
- name: Text Classification
14
- type: text-classification
15
- dataset:
16
- name: clinc_oos
17
- type: clinc_oos
18
- args: plus
19
- metrics:
20
- - name: Accuracy
21
- type: accuracy
22
- value: 0.9474193548387096
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -28,9 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
28
  # distilbert-base-uncased-distilled-clinc
29
 
30
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
31
- It achieves the following results on the evaluation set:
32
- - Loss: 0.2556
33
- - Accuracy: 0.9474
34
 
35
  ## Model description
36
 
@@ -57,22 +41,6 @@ The following hyperparameters were used during training:
57
  - lr_scheduler_type: linear
58
  - num_epochs: 10
59
 
60
- ### Training results
61
-
62
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
- | 3.0222 | 1.0 | 318 | 2.2511 | 0.7577 |
65
- | 1.7418 | 2.0 | 636 | 1.1658 | 0.8719 |
66
- | 0.909 | 3.0 | 954 | 0.6454 | 0.9158 |
67
- | 0.5128 | 4.0 | 1272 | 0.4271 | 0.9368 |
68
- | 0.3329 | 5.0 | 1590 | 0.3408 | 0.9435 |
69
- | 0.2437 | 6.0 | 1908 | 0.2985 | 0.9445 |
70
- | 0.1958 | 7.0 | 2226 | 0.2752 | 0.9461 |
71
- | 0.1688 | 8.0 | 2544 | 0.2650 | 0.9452 |
72
- | 0.1561 | 9.0 | 2862 | 0.2592 | 0.9471 |
73
- | 0.1481 | 10.0 | 3180 | 0.2556 | 0.9474 |
74
-
75
-
76
  ### Framework versions
77
 
78
  - Transformers 4.11.3
 
4
  - generated_from_trainer
5
  datasets:
6
  - clinc_oos
 
 
7
  model-index:
8
  - name: distilbert-base-uncased-distilled-clinc
9
+ results: []
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
  # distilbert-base-uncased-distilled-clinc
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
 
 
 
18
 
19
  ## Model description
20
 
 
41
  - lr_scheduler_type: linear
42
  - num_epochs: 10
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.11.3