Commit
·
7e39cfd
1
Parent(s):
ccfc23a
Update README
Browse files
README.md
CHANGED
@@ -10,7 +10,9 @@ license: apache-2.0
|
|
10 |
|
11 |
This is the **ScholarBERT_100** variant of the ScholarBERT model family.
|
12 |
|
13 |
-
The model is pertrained on a large collection of scientific research articles (221B tokens).
|
|
|
|
|
14 |
|
15 |
The model is based on the same architecture as [BERT-large](https://huggingface.co/bert-large-cased) and has a total of 340M parameters.
|
16 |
|
|
|
10 |
|
11 |
This is the **ScholarBERT_100** variant of the ScholarBERT model family.
|
12 |
|
13 |
+
The model is pertrained on a large collection of scientific research articles (**221B tokens**).
|
14 |
+
|
15 |
+
This is a **cased** (case-sensitive) model. The tokenizer will not convert all inputs to lower-case by default.
|
16 |
|
17 |
The model is based on the same architecture as [BERT-large](https://huggingface.co/bert-large-cased) and has a total of 340M parameters.
|
18 |
|