kaushik-harsh-99 commited on
Commit
cf1471f
·
verified ·
1 Parent(s): bc56b51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -24
README.md CHANGED
@@ -21,30 +21,31 @@ metrics:
21
  - recall
22
  - f1
23
  model-index:
24
- - name: SGD Logistic Regression
25
- results:
26
- - task:
27
- type: text-classification
28
- name: Programming Language Classification
29
- dataset:
30
- type: custom
31
- name: Code Language Classification Dataset
32
- metrics:
33
- - type: accuracy
34
- value: 91.1
35
- name: Test Accuracy
36
- - name: FastText
37
- results:
38
- - task:
39
- type: text-classification
40
- name: Programming Language Classification
41
- dataset:
42
- type: custom
43
- name: Code Language Classification Dataset
44
- metrics:
45
- - type: accuracy
46
- value: 95.5
47
- name: Test Accuracy
 
48
  datasets:
49
  - kaushik-harsh-99/Code-Language-Classification
50
  base_model:
 
21
  - recall
22
  - f1
23
  model-index:
24
+ - name: SGD Logistic Regression
25
+ results:
26
+ - task:
27
+ type: text-classification
28
+ name: Programming Language Classification
29
+ dataset:
30
+ type: custom
31
+ name: Code Language Classification Dataset
32
+ metrics:
33
+ - type: accuracy
34
+ value: 91.1
35
+ name: SGD Test Accuracy
36
+
37
+ - name: FastText
38
+ results:
39
+ - task:
40
+ type: text-classification
41
+ name: Programming Language Classification
42
+ dataset:
43
+ type: custom
44
+ name: Code Language Classification Dataset
45
+ metrics:
46
+ - type: accuracy
47
+ value: 95.5
48
+ name: FastText Test Accuracy
49
  datasets:
50
  - kaushik-harsh-99/Code-Language-Classification
51
  base_model: