anatal commited on
Commit
83f0f01
1 Parent(s): a6f4f2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -7,5 +7,20 @@ metrics:
7
  base_model:
8
  - distilbert/distilbert-base-uncased
9
  pipeline_tag: text-classification
10
- ---
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  base_model:
8
  - distilbert/distilbert-base-uncased
9
  pipeline_tag: text-classification
 
10
 
11
+ model-index:
12
+ - name: code_english_model
13
+ results:
14
+ - task:
15
+ type: text-classification
16
+ dataset:
17
+ name: imdb
18
+ type: codeparrot/github
19
+ metrics:
20
+ - name: F1
21
+ type: F1
22
+ value: 1.0
23
+ - name: Accuracy
24
+ type: Accuracy
25
+ value: 99.98
26
+ ---