Commit ·
ef75f20
1
Parent(s): 2791859
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,48 @@
|
|
| 1 |
---
|
| 2 |
license: unknown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: unknown
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pipeline_tag: text-classification
|
| 6 |
+
tags:
|
| 7 |
+
- code
|
| 8 |
---
|
| 9 |
+
# Intent Fine-Tuned Model based on RoBERTa Base
|
| 10 |
+
|
| 11 |
+
## Overview
|
| 12 |
+
|
| 13 |
+
Welcome to the `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.
|
| 14 |
+
|
| 15 |
+
## Model Details
|
| 16 |
+
|
| 17 |
+
- **Model Architecture**: RoBERTa Base
|
| 18 |
+
- **Repository Owner**: Saurabh Harak
|
| 19 |
+
- **Model Name**: saurabhharak/intent-fine-tuned-model-roberta-base
|
| 20 |
+
- **Task**: Intent Classification
|
| 21 |
+
|
| 22 |
+
## Installation
|
| 23 |
+
|
| 24 |
+
To use this fine-tuned model, you can install the necessary packages and load the model using the provided code:
|
| 25 |
+
|
| 26 |
+
```bash
|
| 27 |
+
pip install transformers torch
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
---
|
| 47 |
+
license: unknown
|
| 48 |
+
---
|