hofarah commited on
Commit
4427614
1 Parent(s): 6f802c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -8,4 +8,6 @@ pipeline_tag: summarization
8
  <!-- Provide a quick summary of what the model is/does. -->
9
  This project use Longformer's attention mechanism to [alireza7/ARMAN-MSR-persian-base](https://huggingface.co/alireza7/ARMAN-MSR-persian-base) in order to perform abstractive summarization on long documents. so new model can accept 8K tokens (rather than 512 tokens).it should be fine-tuned for summarization tasks.
10
 
 
 
11
 
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
  This project use Longformer's attention mechanism to [alireza7/ARMAN-MSR-persian-base](https://huggingface.co/alireza7/ARMAN-MSR-persian-base) in order to perform abstractive summarization on long documents. so new model can accept 8K tokens (rather than 512 tokens).it should be fine-tuned for summarization tasks.
10
 
11
+ converting code is available in [github repository](https://github.com/ZEDFUM/arman-to-longformer)
12
+
13