Instructions to use hmarkc/FW-merged with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hmarkc/FW-merged with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hmarkc/FW-merged")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hmarkc/FW-merged", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload roberta/model.safetensors with huggingface_hub
Browse files
roberta/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d543512fd2c0226bc46b73a511b894cde49bee940019e81969ecfac220c0c185
|
| 3 |
+
size 498612824
|