Instructions to use huggingface/CodeBERTa-small-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use huggingface/CodeBERTa-small-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="huggingface/CodeBERTa-small-v1")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("huggingface/CodeBERTa-small-v1") model = AutoModelForMaskedLM.from_pretrained("huggingface/CodeBERTa-small-v1") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit ·
e54a68e
1
Parent(s): b711e0a
upload flax model
Browse files- flax_model.msgpack +3 -0
flax_model.msgpack
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d9fb3a24f25bf2caa079cb88416ed37c30bb0c4bbb7a13bc4e2515ad346d4d9
|
| 3 |
+
size 334021505
|