jacobshein commited on
Commit
e34ad23
1 Parent(s): fcd0264

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: da
3
+ tags:
4
+ - danish
5
+ - bert
6
+ - question answering
7
+ - squad
8
+ - machine translation
9
+ - botxo
10
+ license: cc-by-4.0
11
+ datasets:
12
+ - common_crawl
13
+ - wikipedia
14
+ - dindebat.dk
15
+ - hestenettet.dk
16
+ - danish OpenSubtitles
17
+ widget:
18
+ - text: "Hvem siger hej?"
19
+ ---
20
+
21
+ # Danish BERT (version 2, uncased) by [BotXO](https://github.com/botxo/nordic_bert) fine-tuned for Question Answering (QA) on the [machine-translated SQuAD-da dataset](https://github.com/ccasimiro88/TranslateAlignRetrieve/tree/multilingual/squads-tar/da)
22
+
23
+
24
+
25
+ ```python
26
+ from transformers import AutoTokenizer, AutoModelForQuestionAnswering
27
+
28
+ tokenizer = AutoTokenizer.from_pretrained("jacobshein/danish-bert-botxo-qa-squad")
29
+ model = AutoModelForQuestionAnswering.from_pretrained("jacobshein/danish-bert-botxo-qa-squad")
30
+
31
+ ```
32
+
33
+ #### Contact
34
+
35
+ For further information on usage or fine-tuning procedure, please reach out by email through [jacobhein.com](https://jacobhein.com/#contact).