AnReu commited on
Commit
2760cb5
1 Parent(s): afceb1a

Added link to our BERT model to README

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -28,6 +28,10 @@ We plan on also publishing the other fine-tuned models as well as the base model
28
  | base | ALBERT | MathSE (1) | no | |
29
  | Khan_SE | ALBERT | MathSE (1) mixed with Khan | no | |
30
 
 
 
 
 
31
  # Usage
32
 
33
  ```python
 
28
  | base | ALBERT | MathSE (1) | no | |
29
  | Khan_SE | ALBERT | MathSE (1) mixed with Khan | no | |
30
 
31
+ ### Update
32
+
33
+ We have also further pre-trained a BERT-base-cased model in the same way as our ALBERT model. You can find it here: [AnReu/math_pretrained_bert](https://huggingface.co/AnReu/math_pretrained_bert).
34
+
35
  # Usage
36
 
37
  ```python