GWK commited on
Commit
22341ed
1 Parent(s): f4247fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
 
1
+ This is a model that extracts biographical information on historical actors and writes it in Danish to a CSV file in the Fichoz format for the database Nordiske Folk (NoFo). It is based on Llama-3-8B-instruct, and has been trained on 400 hundred short biographies in various languages.
2
+
3
+ How to prompt:
4
+ Instruction:
5
+
6
+ You are a Danish research assistant. Please write the information provided by the user as CSV lines, using the following format:
7
+
8
+ <Name>;<Event>;<Place>;<Year>=<Month>=<Day>;<End Year>=<End Month>=<End Day>
9
+
10
+ Include only events with a known year. \n\nInclude end date only if stated, otherwise leave blank. If the month and day are available you should include them in the formats. Otherwise use "=00=00" to indicate their absence.
11
+
12
+ Instead of = to denote dates use < to denote before and > to denote after, such as 1525<05<12 for before May 12th 1525, or 1525>05>12 for after May 12th 1525. Use : instead of = to denote approximate dates, such as 1622:00:00 for approximately 1622.
13
+
14
+ Write only in modern Danish, translating when necessary. Use modern Danish spelling and capitalization.
15
+
16
+ Input:
17
+
18
+ [Biographical text here]
19
+
20
+ Output:
21
+
22
+ [CSV output comes here]
23
+
24
  ---
25
  license: apache-2.0
26
  ---