Moritz-Pfeifer commited on
Commit
099a442
1 Parent(s): 6f1af19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -36,3 +36,26 @@ audience_classifier = pipeline("text-classification", model="Moritz-Pfeifer/Cent
36
  # Perform audience classification
37
  sentinement_result = audience_classifier("The early effects of our policy tightening are also becoming visible, especially in sectors like manufacturing and construction that are more sensitive to interest rate changes.")
38
  print("Sentiment:", sentinement_result[0]['label'])
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  # Perform audience classification
37
  sentinement_result = audience_classifier("The early effects of our policy tightening are also becoming visible, especially in sectors like manufacturing and construction that are more sensitive to interest rate changes.")
38
  print("Sentiment:", sentinement_result[0]['label'])
39
+ ```
40
+
41
+ <table>
42
+ <tr>
43
+ <td colspan="2" style="border-top: 1px solid #ccc; padding: 5px; text-align: left;">
44
+ Please cite this model as Pfeifer, M. and Marohl, V.P. (2023) "CentralBankRoBERTa: A Fine-Tuned Large Language Model for Central Bank Communications" ADD SOURCE/LINK
45
+ </td>
46
+ </tr>
47
+ <tr>
48
+ <td style="padding: 5px;">
49
+ Moritz Pfeifer<br>
50
+ Institute for Economic Policy, University of Leipzig<br>
51
+ 04109 Leipzig, Germany<br>
52
+ <a href="mailto:pfeifer@wifa.uni-leipzig.de">pfeifer@wifa.uni-leipzig.de</a>
53
+ </td>
54
+ <td style="padding: 5px;">
55
+ Vincent P. Marohl<br>
56
+ Department of Mathematics, Columbia University<br>
57
+ New York NY 10027, USA<br>
58
+ <a href="mailto:vincent.marohl@columbia.edu">vincent.marohl@columbia.edu</a>
59
+ </td>
60
+ </tr>
61
+ </table>