Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ language:
|
|
4 |
metrics:
|
5 |
- accuracy
|
6 |
pipeline_tag: text-classification
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Model Training Summary
|
@@ -38,4 +40,4 @@ label_mapping = {'non-severe': 0, 'severe': 1}
|
|
38 |
```
|
39 |
[[ 755 308]
|
40 |
[ 203 2037]]
|
41 |
-
```
|
|
|
4 |
metrics:
|
5 |
- accuracy
|
6 |
pipeline_tag: text-classification
|
7 |
+
datasets:
|
8 |
+
- AliArshad/Bugzilla_Eclipse_Bug_Reports_Dataset
|
9 |
---
|
10 |
|
11 |
# Model Training Summary
|
|
|
40 |
```
|
41 |
[[ 755 308]
|
42 |
[ 203 2037]]
|
43 |
+
```
|