krotima1 commited on
Commit
6091a5d
1 Parent(s): dbcbd62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -35,6 +35,7 @@ This model is a fine-tuned checkpoint of [facebook/m2m100_418M](https://huggingf
35
  ## Task
36
  The model deals with a multi-sentence summary in eight different languages. With the idea of adding other foreign language documents, and by having a considerable amount of Czech documents, we aimed to improve model summarization in the Czech language. Supported languages: ''cs', 'en', 'de', 'es', 'fr', 'ru', 'tu', 'zh'
37
 
 
38
  Assume that you are using the provided MultilingualSummarizer.ipynb file and included files from git repository.
39
 
40
  ```python
 
35
  ## Task
36
  The model deals with a multi-sentence summary in eight different languages. With the idea of adding other foreign language documents, and by having a considerable amount of Czech documents, we aimed to improve model summarization in the Czech language. Supported languages: ''cs', 'en', 'de', 'es', 'fr', 'ru', 'tu', 'zh'
37
 
38
+ #Usage
39
  Assume that you are using the provided MultilingualSummarizer.ipynb file and included files from git repository.
40
 
41
  ```python