Update README.md
Browse files
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 |
+
---
|