Update README.md
Browse files
README.md
CHANGED
@@ -11,41 +11,11 @@ pinned: false
|
|
11 |
|
12 |
Welcome to the official Hugging Face profile of Matellio India Pvt Ltd! We're excited to share our AI and NLP models with the community.
|
13 |
|
14 |
-
![Matellio India Pvt Ltd Logo](https://
|
15 |
|
16 |
## About Us
|
17 |
|
18 |
Matellio India Pvt Ltd is a leading technology company that specializes in delivering innovative software solutions to clients around the world. With a strong focus on AI and NLP, we are committed to exploring new horizons in the field of Natural Language Processing.
|
19 |
|
20 |
- **Website**: [https://www.matellio.com](https://www.matellio.com)
|
21 |
-
- **Email**: [email protected]
|
22 |
|
23 |
-
## Our Contributions
|
24 |
-
|
25 |
-
Here are some of the contributions and projects we have worked on:
|
26 |
-
|
27 |
-
### Project 1: Sentiment Analysis Model
|
28 |
-
|
29 |
-
Description: A sentiment analysis model trained on a large dataset to accurately predict the sentiment of text inputs.
|
30 |
-
|
31 |
-
- **Usage**: `transformers.SentimentAnalysisModel('matellio/sentiment-analysis')`
|
32 |
-
- **Link**: [Sentiment Analysis Model](https://huggingface.co/matellio/sentiment-analysis)
|
33 |
-
|
34 |
-
### Project 2: Named Entity Recognition (NER) Model
|
35 |
-
|
36 |
-
Description: Our NER model is designed to identify and classify entities such as names, dates, and locations in text.
|
37 |
-
|
38 |
-
- **Usage**: `transformers.NERModel('matellio/ner-model')`
|
39 |
-
- **Link**: [NER Model](https://huggingface.co/matellio/ner-model)
|
40 |
-
|
41 |
-
## How to Use
|
42 |
-
|
43 |
-
You can easily integrate our models into your projects using the Hugging Face Transformers library. Here's a quick example of how to use our Sentiment Analysis Model:
|
44 |
-
|
45 |
-
```python
|
46 |
-
from transformers import SentimentAnalysisModel
|
47 |
-
|
48 |
-
model = SentimentAnalysisModel.from_pretrained('matellio/sentiment-analysis')
|
49 |
-
text = "I love using this product! It's amazing."
|
50 |
-
sentiment = model.predict(text)
|
51 |
-
print(sentiment)
|
|
|
11 |
|
12 |
Welcome to the official Hugging Face profile of Matellio India Pvt Ltd! We're excited to share our AI and NLP models with the community.
|
13 |
|
14 |
+
![Matellio India Pvt Ltd Logo](https://d1krbhyfejrtpz.cloudfront.net/assets/images-new-landing/logo.svg)
|
15 |
|
16 |
## About Us
|
17 |
|
18 |
Matellio India Pvt Ltd is a leading technology company that specializes in delivering innovative software solutions to clients around the world. With a strong focus on AI and NLP, we are committed to exploring new horizons in the field of Natural Language Processing.
|
19 |
|
20 |
- **Website**: [https://www.matellio.com](https://www.matellio.com)
|
|
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|