claudios commited on
Commit
e5a172d
1 Parent(s): 98009f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -5,6 +5,7 @@ license: apache-2.0
5
  widget:
6
  - text: public [MASK] isOdd(Integer num) {if (num % 2 == 0) {return "even";} else
7
  {return "odd";}}
 
8
  ---
9
 
10
  This is an *unofficial* reupload of [CAUKiel/JavaBERT](https://huggingface.co/CAUKiel/JavaBERT) in the `SafeTensors` format using `transformers` `4.40.1`. The goal of this reupload is to prevent older models that are still relevant baselines from becoming stale as a result of changes in HuggingFace. Additionally, I may include minor corrections, such as model max length configuration.
 
5
  widget:
6
  - text: public [MASK] isOdd(Integer num) {if (num % 2 == 0) {return "even";} else
7
  {return "odd";}}
8
+ arxiv: 2110.10404
9
  ---
10
 
11
  This is an *unofficial* reupload of [CAUKiel/JavaBERT](https://huggingface.co/CAUKiel/JavaBERT) in the `SafeTensors` format using `transformers` `4.40.1`. The goal of this reupload is to prevent older models that are still relevant baselines from becoming stale as a result of changes in HuggingFace. Additionally, I may include minor corrections, such as model max length configuration.