chkla commited on
Commit
0c581d2
Β·
1 Parent(s): d0a1aa1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,19 +1,19 @@
1
  Welcome to **RoBERTArg**!
2
 
3
- πŸ€– ** Training **: Model (RoBERTA_base_) fine-tuned on a heterogeneous argument corpus (~40K sentences, Stab et al. (2018) πŸ“š) corpus of several controversial topics (abortion etc.).
4
 
5
- 🏷 Using ** NON-ARGUMENT ** (0) and ** ARGUMENT ** (1) as labels.
6
 
7
- πŸ“Š ** Performance **
8
  | Model | Acc | F1 | R arg | R non | P arg | P non |
9
  |----|----|----|----|----|----|----|
10
  | robertArg | 0.80577 | 0.78407| 0.8147 | 0.7989 | 0.7557 | 0.8496 |
11
 
12
- ** Confusion Matrix **
13
- | | ** 1 ** | ** 0 ** |
14
  |----|----|----|
15
- | ** 1 ** | 2214 | 557 |
16
- | ** 0 ** | 392 | 1723 |
17
 
18
  πŸ‘‰πŸΎ Check out _chkla/argument-analyzer/_ for more details.
19
 
 
1
  Welcome to **RoBERTArg**!
2
 
3
+ πŸ€– **Training**: Model (RoBERTA_base_) fine-tuned on a heterogeneous argument corpus (~40K sentences, Stab et al. (2018) πŸ“š) corpus of several controversial topics (abortion etc.).
4
 
5
+ 🏷 Using **NON-ARGUMENT** (0) and **ARGUMENT** (1) as labels.
6
 
7
+ πŸ“Š **Performance**
8
  | Model | Acc | F1 | R arg | R non | P arg | P non |
9
  |----|----|----|----|----|----|----|
10
  | robertArg | 0.80577 | 0.78407| 0.8147 | 0.7989 | 0.7557 | 0.8496 |
11
 
12
+ **Confusion Matrix**
13
+ | | **1** | **0** |
14
  |----|----|----|
15
+ | **1** | 2214 | 557 |
16
+ | **0** | 392 | 1723 |
17
 
18
  πŸ‘‰πŸΎ Check out _chkla/argument-analyzer/_ for more details.
19