Kirill Gelvan commited on
Commit
5127871
1 Parent(s): cfa2bf7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -7,6 +7,37 @@ tags:
7
  inference:
8
  parameters:
9
  no_repeat_ngram_size: 4
10
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
  ### 📝 Description
 
7
  inference:
8
  parameters:
9
  no_repeat_ngram_size: 4
10
+ datasets:
11
+ - samsum
12
+ widget:
13
+ - text: |
14
+ Jeff: Can I train a 🤗 Transformers model on Amazon SageMaker?
15
+ Philipp: Sure you can use the new Hugging Face Deep Learning Container.
16
+ Jeff: ok.
17
+ Jeff: and how can I get started?
18
+ Jeff: where can I find documentation?
19
+ Philipp: ok, ok you can find everything here. https://huggingface.co/blog/the-partnership-amazon-sagemaker-and-hugging-face
20
+ model-index:
21
+ - name: mbart_ruDialogSum
22
+ results:
23
+ - task:
24
+ name: Abstractive Dialogue Summarization
25
+ type: abstractive-text-summarization
26
+ dataset:
27
+ name: "SAMSum Corpus: A Human-annotated Dialogue Dataset for Abstractive Summarization (translated to Russian)"
28
+ type: samsum
29
+ metrics:
30
+ - name: Validation ROGUE-1
31
+ type: rogue-1
32
+ value: 30
33
+ - name: Validation ROGUE-L
34
+ type: rogue-l
35
+ value: 30
36
+ - name: Test ROGUE-1
37
+ type: rogue-1
38
+ value: 31
39
+ - name: Test ROGUE-L
40
+ type: rogue-l
41
+ value: 31
42
  ---
43
  ### 📝 Description