Instructions to use Mozat/how-affect-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mozat/how-affect-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Mozat/how-affect-v1")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Mozat/how-affect-v1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
add metrics
Browse files- metrics.json +1 -0
metrics.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"best_auc": 0.6783, "n_train": 23881, "n_test": 5971, "baseline_frozen_probe": 0.637, "baseline_circular_177": 0.557}
|