Update README.md
Browse files
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.
|