Instructions to use nicoler229/p2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nicoler229/p2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nicoler229/p2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
7580678
1
Parent(s): 3556caf
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"features": ["interferencia", "ancho_de_banda", "snr", "latencia", "distancia", "puntuacion"], "targets": ["puntuacion"], "model_type": "xgboost", "target_mapping": {}}
|
|
|
|
| 1 |
+
{"features": ["interferencia", "ancho_de_banda", "snr", "latencia", "distancia", "freq_central", "puntuacion"], "targets": ["puntuacion"], "model_type": "xgboost", "target_mapping": {}}
|