Instructions to use mgh6/TCS_MLM_All with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mgh6/TCS_MLM_All with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="mgh6/TCS_MLM_All")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("mgh6/TCS_MLM_All") model = AutoModelForMaskedLM.from_pretrained("mgh6/TCS_MLM_All") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 66000
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 136000488
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f283c553380ee70be41df10a7b693b7fc7b115fe6ba0d41dfce10067a5661a9a
|
| 3 |
size 136000488
|