z-dickson commited on
Commit
52a1ddd
1 Parent(s): df3b8ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -9
README.md CHANGED
@@ -4,14 +4,6 @@ tags:
4
  - summarization
5
  - climate change
6
  - political party
7
- ---
8
- ## facebook/bart-large-cnn model fine-tuned on 7k political party press releases from 66 parties and 10 different countries. The model is trained to summarize each press release by providing the primary issue of the press release, the position of the party on the primary issue, and a 1-2 sentence summary.
9
- Training Data primarily consists of GPT-4 responses asking for summaries of the press releases. Small modifications were also made to the summaries from GPT-4 when validating the responses. I also made all the training text summaries lower case by accident (oops!), so outputs are lowercase.
10
- tags:
11
- - politics
12
- - summarization
13
- - climate change
14
- - political party
15
  license: afl-3.0
16
  language:
17
  - en
@@ -22,4 +14,7 @@ language:
22
  - fr
23
  metrics:
24
  - rouge
25
- ---
 
 
 
 
4
  - summarization
5
  - climate change
6
  - political party
 
 
 
 
 
 
 
 
7
  license: afl-3.0
8
  language:
9
  - en
 
14
  - fr
15
  metrics:
16
  - rouge
17
+ ---
18
+
19
+ ## Facebook/bart-large-cnn model fine-tuned on 7k political party press releases from 66 parties and 10 different countries. The model is trained to summarize each press release by providing the primary issue of the press release, the position of the party on the primary issue, and a 1-2 sentence summary.
20
+ Training Data primarily consists of GPT-4 responses asking for summaries of the press releases. Small modifications were also made to the summaries from GPT-4 when validating the responses. I also made all the training text summaries lower case by accident (oops!), so outputs are lowercase.