Instructions to use SergioParra/beto-clasificacion-reclamos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SergioParra/beto-clasificacion-reclamos with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SergioParra/beto-clasificacion-reclamos")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SergioParra/beto-clasificacion-reclamos") model = AutoModelForSequenceClassification.from_pretrained("SergioParra/beto-clasificacion-reclamos", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Modelo BETO Fine-Tuned para Clasificación de Materia Reclamable
- Detalles del modelo
- Usos
- Bias, Risks, and Limitations
- How to Get Started with the Model
- Training Details
- Evaluation
- Model Examination [optional]
- Environmental Impact
- Technical Specifications [optional]
- Citation [optional]
- Glossary [optional]
- More Information [optional]
- Model Card Authors [optional]
- Model Card Contact
Modelo BETO Fine-Tuned para Clasificación de Materia Reclamable
Detalles del modelo
Descripción del modelo
Este modelo corresponde a una versión ajustada de BETO, un modelo basado en arquitectura BERT entrenado para procesamiento de lenguaje natural en español. El modelo ha sido fine-tuned para tareas de clasificación automática de materia reclamable en textos relacionados con reclamos de usuarios.
El objetivo principal es automatizar la categorización de documentos y mensajes asociados a procedimientos de atención al usuario, permitiendo mejorar la eficiencia operativa y reducir tiempos de clasificación manual.
- Desarrollado por: [Sergio Luis Parra Alarcon]
- Tipo de modelo: [Transformer Encoder-Only (BERT) para clasificación de texto]
- Arcquitectura base: [BETO uncased Spanish BERT]
- Idioma (PLN): [Español]
- Licencia: [Apache 2.0]
- Framework: [Transformers de Hugging Face]
- Ajustado a partir de: [dccuchile/bert-base-spanish-wwm-uncased]
Fuentes del modelo
- Repositorio: [Pendiente de publicación oficial]
- Framework: [Hugging Face Transformers]
- Modelo base: [BETO Spanish BERT]
Usos
Uso directo
El modelo está diseñado para:
[More Information Needed]
Downstream Use [optional]
[More Information Needed]
Out-of-Scope Use
[More Information Needed]
Bias, Risks, and Limitations
[More Information Needed]
Recommendations
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
Training Details
Training Data
[More Information Needed]
Training Procedure
Preprocessing [optional]
[More Information Needed]
Training Hyperparameters
- Training regime: [More Information Needed]
Speeds, Sizes, Times [optional]
[More Information Needed]
Evaluation
Testing Data, Factors & Metrics
Testing Data
[More Information Needed]
Factors
[More Information Needed]
Metrics
[More Information Needed]
Results
[More Information Needed]
Summary
Model Examination [optional]
[More Information Needed]
Environmental Impact
Carbon emissions can be estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019).
- Hardware Type: [More Information Needed]
- Hours used: [More Information Needed]
- Cloud Provider: [More Information Needed]
- Compute Region: [More Information Needed]
- Carbon Emitted: [More Information Needed]
Technical Specifications [optional]
Model Architecture and Objective
[More Information Needed]
Compute Infrastructure
[More Information Needed]
Hardware
[More Information Needed]
Software
[More Information Needed]
Citation [optional]
BibTeX:
[More Information Needed]
APA:
[More Information Needed]
Glossary [optional]
[More Information Needed]
More Information [optional]
[More Information Needed]
Model Card Authors [optional]
[More Information Needed]
Model Card Contact
[More Information Needed]
- Downloads last month
- 3
Model tree for SergioParra/beto-clasificacion-reclamos
Base model
dccuchile/bert-base-spanish-wwm-uncased