Instructions to use up201806461/bert-java-bfp_single with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use up201806461/bert-java-bfp_single with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="up201806461/bert-java-bfp_single")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("up201806461/bert-java-bfp_single") model = AutoModelForMaskedLM.from_pretrained("up201806461/bert-java-bfp_single") - Notebooks
- Google Colab
- Kaggle
Commit ·
3c60204
1
Parent(s): 2269a4b
Update README.md
Browse files
README.md
CHANGED
|
@@ -113,11 +113,11 @@ The model was evaluated on 59024 Java methods, from the 20% split of the dataset
|
|
| 113 |
|
| 114 |
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 115 |
|
| 116 |
-
|
| 117 |
|
| 118 |
### Results
|
| 119 |
|
| 120 |
-
|
| 121 |
|
| 122 |
#### Summary
|
| 123 |
|
|
|
|
| 113 |
|
| 114 |
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 115 |
|
| 116 |
+
Perplexity
|
| 117 |
|
| 118 |
### Results
|
| 119 |
|
| 120 |
+
1.73
|
| 121 |
|
| 122 |
#### Summary
|
| 123 |
|