Instructions to use VinsmokeMir/Fine_Tuning_SC_Method_2_Epoch_13B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use VinsmokeMir/Fine_Tuning_SC_Method_2_Epoch_13B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="VinsmokeMir/Fine_Tuning_SC_Method_2_Epoch_13B")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("VinsmokeMir/Fine_Tuning_SC_Method_2_Epoch_13B") model = AutoModelForSequenceClassification.from_pretrained("VinsmokeMir/Fine_Tuning_SC_Method_2_Epoch_13B") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
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:e1cf41fa0367a35f57f1123908e258a61c86d4c3b1c0751a169916a9743ea9a9
|
| 3 |
+
size 83258212
|