w32zhong commited on
Commit
394c993
1 Parent(s): d02c2c0

added yaml metadata in card

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  ## About
2
  Here we share a pretrained BERT model that is aware of math tokens. The math tokens are treated specially and tokenized using [pya0](https://github.com/approach0/pya0), which adds very limited new tokens for latex markup (total vocabulary is just 31,061).
3
 
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - azbert
5
+ license: mit
6
+ ---
7
+
8
  ## About
9
  Here we share a pretrained BERT model that is aware of math tokens. The math tokens are treated specially and tokenized using [pya0](https://github.com/approach0/pya0), which adds very limited new tokens for latex markup (total vocabulary is just 31,061).
10