pszemraj commited on
Commit
482bc5e
1 Parent(s): eac2f6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -4
README.md CHANGED
@@ -24,11 +24,19 @@ model-index:
24
  - name: Matthews Correlation
25
  type: matthews_correlation
26
  value: 0.6579677841732349
 
 
 
 
 
 
 
 
 
 
 
27
  ---
28
 
29
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
- should probably proofread and complete it, then remove this comment. -->
31
-
32
  # electra-base-discriminator-CoLA
33
 
34
  This model is a fine-tuned version of [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) on the GLUE COLA dataset.
@@ -38,8 +46,20 @@ It achieves the following results on the evaluation set:
38
 
39
  ## Model description
40
 
41
- More information needed
 
42
 
 
 
 
 
 
 
 
 
 
 
 
43
  ## Intended uses & limitations
44
 
45
  More information needed
 
24
  - name: Matthews Correlation
25
  type: matthews_correlation
26
  value: 0.6579677841732349
27
+ widget:
28
+ - text: The cat sat on the mat.
29
+ example_title: Correct grammatical sentence
30
+ - text: Me and my friend going to the store.
31
+ example_title: Incorrect subject-verb agreement
32
+ - text: I ain't got no money.
33
+ example_title: Incorrect verb conjugation and double negative
34
+ - text: She don't like pizza no more.
35
+ example_title: Incorrect verb conjugation and double negative
36
+ - text: They is arriving tomorrow.
37
+ example_title: Incorrect verb conjugation
38
  ---
39
 
 
 
 
40
  # electra-base-discriminator-CoLA
41
 
42
  This model is a fine-tuned version of [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) on the GLUE COLA dataset.
 
46
 
47
  ## Model description
48
 
49
+ Trying to find a decent optimum between accuracy/quality and inference speed.
50
+
51
 
52
+ ```json
53
+ {
54
+ "epoch": 8.0,
55
+ "eval_loss": 0.3541961908340454,
56
+ "eval_matthews_correlation": 0.6579677841732349,
57
+ "eval_runtime": 1.9552,
58
+ "eval_samples": 1043,
59
+ "eval_samples_per_second": 533.451,
60
+ "eval_steps_per_second": 33.756
61
+ }
62
+ ```
63
  ## Intended uses & limitations
64
 
65
  More information needed