antoineds commited on
Commit
2da8f74
·
1 Parent(s): ddcca90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -36
README.md CHANGED
@@ -1,36 +0,0 @@
1
- ---
2
- tags:
3
- - autotrain
4
- - summarization
5
- language:
6
- - unk
7
- widget:
8
- - text: "I love AutoTrain 🤗"
9
- datasets:
10
- - antoineds/autotrain-data-swipev2
11
- co2_eq_emissions:
12
- emissions: 6.136355150477832
13
- ---
14
-
15
- # Model Trained Using AutoTrain
16
-
17
- - Problem type: Summarization
18
- - Model ID: 43113109843
19
- - CO2 Emissions (in grams): 6.1364
20
-
21
- ## Validation Metrics
22
-
23
- - Loss: 0.937
24
- - Rouge1: 61.407
25
- - Rouge2: 39.021
26
- - RougeL: 45.824
27
- - RougeLsum: 56.519
28
- - Gen Len: 122.458
29
-
30
- ## Usage
31
-
32
- You can use cURL to access this model:
33
-
34
- ```
35
- $ curl -X POST -H "Authorization: Bearer YOUR_HUGGINGFACE_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "I love AutoTrain"}' https://api-inference.huggingface.co/antoineds/autotrain-swipev2-43113109843
36
- ```