stefan-it commited on
Commit
3e7ff2b
1 Parent(s): cdbf55a

readme: mention smaller models

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -26,16 +26,16 @@ Our Historic Language Models Zoo contains support for the following languages -
26
  | Finnish | [Europeana](http://www.europeana-newspapers.eu/) | 1.2GB
27
  | Swedish | [Europeana](http://www.europeana-newspapers.eu/) | 1.1GB
28
 
29
- ## Models
30
 
31
- At the moment, the following models are available on the model hub:
32
 
33
- | Model identifier | Model Hub link
34
- | --------------------------------------------- | --------------------------------------------------------------------------
35
- | `dbmdz/bert-base-historic-multilingual-cased` | [here](https://huggingface.co/dbmdz/bert-base-historic-multilingual-cased)
36
- | `dbmdz/bert-base-historic-english-cased` | [here](https://huggingface.co/dbmdz/bert-base-historic-english-cased)
37
- | `dbmdz/bert-base-finnish-europeana-cased` | [here](https://huggingface.co/dbmdz/bert-base-finnish-europeana-cased)
38
- | `dbmdz/bert-base-swedish-europeana-cased` | [here](https://huggingface.co/dbmdz/bert-base-swedish-europeana-cased)
39
 
40
  # Corpora Stats
41
 
26
  | Finnish | [Europeana](http://www.europeana-newspapers.eu/) | 1.2GB
27
  | Swedish | [Europeana](http://www.europeana-newspapers.eu/) | 1.1GB
28
 
29
+ ## Smaller Models
30
 
31
+ We have also released smaller models for the multilingual model:
32
 
33
+ | Model identifier | Model Hub link
34
+ | ----------------------------------------------- | ---------------------------------------------------------------------------
35
+ | `dbmdz/bert-tiny-historic-multilingual-cased` | [here](https://huggingface.co/dbmdz/bert-tiny-historic-multilingual-cased)
36
+ | `dbmdz/bert-mini-historic-multilingual-cased` | [here](https://huggingface.co/dbmdz/bert-mini-historic-multilingual-cased)
37
+ | `dbmdz/bert-small-historic-multilingual-cased` | [here](https://huggingface.co/dbmdz/bert-small-historic-multilingual-cased)
38
+ | `dbmdz/bert-medium-historic-multilingual-cased` | [here](https://huggingface.co/dbmdz/bert-base-historic-multilingual-cased)
39
 
40
  # Corpora Stats
41