teppei727 commited on
Commit
527d359
·
1 Parent(s): fb52b4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -8,6 +8,9 @@ metrics:
8
  - f1
9
  library_name: transformers
10
  ---
 
 
 
11
 
12
  # Descliption
13
 
@@ -16,7 +19,7 @@ This model can classify the relation between the sentence pair of input.
16
  Now we are working on preparing the Model card. Please wait for a few days.
17
 
18
 
19
- The model trained from [bert-large-uncased](https://huggingface.co/bert-large-uncased]) on the dataset published in the paper;[Automatic Prediction of Discourse Connectives](https://arxiv.org/abs/1702.00992).
20
 
21
  The dataset to make this model is based on English Wikipedia data and has 20 labels. However, this model will classify into 14 labels. This is because the 20-class data set was restructured to 14 classes to suit our research objective of "automatic slide generation. This distribution is shown below.
22
 
 
8
  - f1
9
  library_name: transformers
10
  ---
11
+ # bert-large-relation14
12
+
13
+ Finetuned BERT model for 14-class classification. It was introduced in the paper: [Automatic Slide Generation Using Discourse Relations](https://link.springer.com/chapter/10.1007/978-3-031-36336-8_61) and first released in this repository. This model is uncased: it does not make a difference between english and English.
14
 
15
  # Descliption
16
 
 
19
  Now we are working on preparing the Model card. Please wait for a few days.
20
 
21
 
22
+ The model trained from [bert-large-uncased](https://huggingface.co/bert-large-uncased]) on the dataset published in the paper: [Automatic Prediction of Discourse Connectives](https://arxiv.org/abs/1702.00992).
23
 
24
  The dataset to make this model is based on English Wikipedia data and has 20 labels. However, this model will classify into 14 labels. This is because the 20-class data set was restructured to 14 classes to suit our research objective of "automatic slide generation. This distribution is shown below.
25