Instructions to use goodarzilab/encodon-620M-euk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use goodarzilab/encodon-620M-euk with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="goodarzilab/encodon-620M-euk", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("goodarzilab/encodon-620M-euk", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload EnCodon
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "/
|
| 3 |
"architectures": [
|
| 4 |
"EnCodon"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/large_storage/goodarzilab/userspace/mohsen/biofm/saved_models/EnCodon/CodonBERT_L2048_l12_a16_b16_r1e-05_mlm0.2_wd0.01_g2_euk_adapt-w8cn6xy0/checkpoint-150000",
|
| 3 |
"architectures": [
|
| 4 |
"EnCodon"
|
| 5 |
],
|