philippelaban
commited on
Commit
•
e3c0396
1
Parent(s):
a4cecb9
Update README.md
Browse filesAdding some of the meta-data to the model card
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Try out in the Hosted inference API
|
2 |
|
3 |
In the right panel, you can try to the model (although it only handles a short sequence length).
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- summarization
|
6 |
+
license: apache-2.0
|
7 |
+
datasets:
|
8 |
+
- cnn_dailymail
|
9 |
+
metrics:
|
10 |
+
- rouge
|
11 |
+
widget:
|
12 |
+
- text: "Bouncing Boulders Point to Quakes on Mars. A preponderance of boulder tracks on the red planet may be evidence of recent seismic activity. If a rock falls on Mars, and no one is there to see it, does it leave a trace? Yes, and it's a beautiful herringbone-like pattern, new research reveals. Scientists have now spotted thousands of tracks on the red planet created by tumbling boulders. Delicate chevron-shaped piles of Martian dust and sand frame the tracks, the team showed, and most fade over the course of a few years."
|
13 |
+
example_title:
|
14 |
+
---
|
15 |
+
|
16 |
# Try out in the Hosted inference API
|
17 |
|
18 |
In the right panel, you can try to the model (although it only handles a short sequence length).
|