Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
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.
|
| 4 |
---
|
| 5 |
language:
|
| 6 |
- code
|
|
@@ -10,15 +7,16 @@ widget:
|
|
| 10 |
{return "odd";}}
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
# Model Card for JavaBERT
|
| 14 |
|
| 15 |
A BERT-like model pretrained on Java software code.
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
# Model Details
|
| 23 |
|
| 24 |
## Model Description
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- code
|
|
|
|
| 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.
|
| 11 |
+
|
| 12 |
+
Original model card below:
|
| 13 |
+
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
# Model Card for JavaBERT
|
| 17 |
|
| 18 |
A BERT-like model pretrained on Java software code.
|
| 19 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
# Model Details
|
| 21 |
|
| 22 |
## Model Description
|