File size: 525 Bytes
a6f4f2c
 
 
 
 
 
 
 
 
 
83f0f01
 
 
 
 
 
d4003d0
 
83f0f01
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
datasets:
- codeparrot/github-code
- stanfordnlp/imdb
metrics:
- accuracy
base_model:
- distilbert/distilbert-base-uncased
pipeline_tag: text-classification

model-index:
  - name: code_english_model
    results:
      - task:
          type: text-classification
        dataset:
          name: imdb and codeparrot/github
          type: text
        metrics:
          - name: F1
            type: F1
            value: 1.0
          - name: Accuracy
            type: Accuracy
            value: 99.98            
---