igorktech commited on
Commit
4c00a22
1 Parent(s): 73acf19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,6 +4,7 @@ pipeline_tag: fill-mask
4
  language: en
5
  datasets:
6
  - OpenSubtitles
 
7
  ---
8
  ## Model description
9
  This model is based on [An Exploration of Hierarchical Attention Transformers for Efficient Long Document Classification](https://arxiv.org/abs/2210.05529). Ilias Chalkidis, Xiang Dai, Manos Fergadiotis, Prodromos Malakasiotis, and Desmond Elliott. 2022. arXiv:2210.05529 (Preprint).
@@ -11,4 +12,4 @@ This model is based on [An Exploration of Hierarchical Attention Transformers fo
11
  Initial weights were taken from [google/bert_uncased_L-8_H-256_A-4](https://huggingface.co/google/bert_uncased_L-8_H-256_A-4).
12
  Model was additionally pretrained for 20_000 steps on 5m lines of text from english version of [OpenSubtitles](http://www.opensubtitles.org/) dataset.
13
 
14
- Maximum input length is 512 tokens that is enoungh to encode dialog with few previous utterances (average sentence length per utterance in SWDA, MAPTASK, MRDA, BT_OASIS, FRAMES, AMI, DSTC3 is less than 11 tokens).
 
4
  language: en
5
  datasets:
6
  - OpenSubtitles
7
+ library_name: transformers
8
  ---
9
  ## Model description
10
  This model is based on [An Exploration of Hierarchical Attention Transformers for Efficient Long Document Classification](https://arxiv.org/abs/2210.05529). Ilias Chalkidis, Xiang Dai, Manos Fergadiotis, Prodromos Malakasiotis, and Desmond Elliott. 2022. arXiv:2210.05529 (Preprint).
 
12
  Initial weights were taken from [google/bert_uncased_L-8_H-256_A-4](https://huggingface.co/google/bert_uncased_L-8_H-256_A-4).
13
  Model was additionally pretrained for 20_000 steps on 5m lines of text from english version of [OpenSubtitles](http://www.opensubtitles.org/) dataset.
14
 
15
+ Maximum input length is 512 tokens that is enoungh to encode dialog with few previous utterances (average sentence length per utterance in SWDA, MAPTASK, MRDA, BT_OASIS, FRAMES, AMI, DSTC3 is less than 11 tokens).