Instructions to use shiontendon/error_diagnostic_model_80M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shiontendon/error_diagnostic_model_80M with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("shiontendon/error_diagnostic_model_80M") model = AutoModelForSeq2SeqLM.from_pretrained("shiontendon/error_diagnostic_model_80M") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96ad411c52a21108536f0f86a954bbe46b2c8fcad2bce61ebefe95ffc58206b2
|
| 3 |
+
size 321750440
|