Instructions to use burakkececi/bert-software-engineering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use burakkececi/bert-software-engineering with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="burakkececi/bert-software-engineering")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("burakkececi/bert-software-engineering") model = AutoModelForMaskedLM.from_pretrained("burakkececi/bert-software-engineering") - Notebooks
- Google Colab
- Kaggle
Commit ·
2f2415e
1
Parent(s): 3e523f3
file location changed
Browse files- model/config.json → config.json +0 -0
- model/generation_config.json → generation_config.json +0 -0
- model/model.safetensors → model.safetensors +0 -0
- tokenizer/special_tokens_map.json → special_tokens_map.json +0 -0
- tokenizer/tokenizer.json → tokenizer.json +0 -0
- tokenizer/tokenizer_config.json → tokenizer_config.json +0 -0
- model/training_args.bin → training_args.bin +0 -0
- tokenizer/vocab.txt → vocab.txt +0 -0
model/config.json → config.json
RENAMED
|
File without changes
|
model/generation_config.json → generation_config.json
RENAMED
|
File without changes
|
model/model.safetensors → model.safetensors
RENAMED
|
File without changes
|
tokenizer/special_tokens_map.json → special_tokens_map.json
RENAMED
|
File without changes
|
tokenizer/tokenizer.json → tokenizer.json
RENAMED
|
File without changes
|
tokenizer/tokenizer_config.json → tokenizer_config.json
RENAMED
|
File without changes
|
model/training_args.bin → training_args.bin
RENAMED
|
File without changes
|
tokenizer/vocab.txt → vocab.txt
RENAMED
|
File without changes
|