Views
No views yet
saurabhharak/intent-fine-tuned-model-roberta-base repository! This repository contains a fine-tuned natural language processing (NLP) model based on the RoBERTa Base architecture. The model is designed to predict intents from text inputs, making it valuable for various natural language understanding tasks like intent classification, sentiment analysis, and more.1pip install transformers torch
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20---
21license: unknown
22---