Itara commited on
Commit
800ade5
1 Parent(s): 7b33587

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  A pretrained BERT model trained exclusively on the ECCO (Eighteenth Century Collections Online) dataset of digitized documents published during the 18th century in the United Kingdom. The model is equivalent in size to [bert-base-cased](https://huggingface.co/bert-base-cased). The model is intended for fine-tuning on various tasks that use the ECCO dataset.
2
 
3
  Documentation in progress...
 
1
+ ---
2
+ language: en
3
+ ---
4
+
5
+ # ECCO-BERT base model (cased)
6
+
7
  A pretrained BERT model trained exclusively on the ECCO (Eighteenth Century Collections Online) dataset of digitized documents published during the 18th century in the United Kingdom. The model is equivalent in size to [bert-base-cased](https://huggingface.co/bert-base-cased). The model is intended for fine-tuning on various tasks that use the ECCO dataset.
8
 
9
  Documentation in progress...