Instructions to use unikei/bert-base-smiles with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use unikei/bert-base-smiles with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="unikei/bert-base-smiles")# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("unikei/bert-base-smiles") model = AutoModelForPreTraining.from_pretrained("unikei/bert-base-smiles", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload 3 files
Browse files- config.json +1 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"BertForPreTraining"
|
| 4 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "unikei/bert-base-smiles",
|
| 3 |
"architectures": [
|
| 4 |
"BertForPreTraining"
|
| 5 |
],
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438844120
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fecda7a9f2532534841a09a8192ef4d9031ef478a1509e2308f254ca9bbfc5d4
|
| 3 |
size 438844120
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9b925080b2b16aa78faccfb8befa9907d94ec9005fd27e77385aaafb98b26b5
|
| 3 |
size 4027
|