Update README.md
Browse files
README.md
CHANGED
|
@@ -23,11 +23,13 @@ Here is a list of the task-specific Small Language Models developed by Tanaos fo
|
|
| 23 |
|
| 24 |
| Model | Size | Description | Links |
|
| 25 |
|-------|------|-------------|------------|
|
| 26 |
-
|
|
| 27 |
-
|
|
| 28 |
-
|
|
| 29 |
-
|
|
| 30 |
-
|
|
| 31 |
-
|
|
| 32 |
-
|
|
| 33 |
-
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
| Model | Size | Description | Links |
|
| 25 |
|-------|------|-------------|------------|
|
| 26 |
+
| Text Classification | 0.1B params, 470MB | Performs general-purpose text classification based on the user requirements. | [Code Examples](https://docs.tanaos.com/artifex/text-classification/code-examples/)
|
| 27 |
+
| Guardrail | 0.1B params, 500MB | Flags unsafe, harmful, or off-topic messages. | [HF](https://huggingface.co/tanaos/tanaos-guardrail-v1) • [Code Examples](https://docs.tanaos.com/artifex/guardrail/code_examples/)
|
| 28 |
+
| Intent Classification | 0.1B params, 500MB | Classifies user messages into predefined intent categories. | [HF](https://huggingface.co/tanaos/tanaos-intent-classifier-v1) • [Code Examples](https://docs.tanaos.com/artifex/intent-classifier/code_examples/)
|
| 29 |
+
| Reranker | 0.1B params, 470MB | Ranks a list of items or search results based on relevance to a query. | [HF](https://huggingface.co/cross-encoder/mmarco-mMiniLMv2-L12-H384-v1) • [Code Examples](https://docs.tanaos.com/artifex/reranker/code_examples/)
|
| 30 |
+
| Sentiment Analysis | 0.1B params, 470MB | Determines the sentiment (positive, negative, neutral) of a given text. | [HF](https://huggingface.co/tanaos/tanaos-sentiment-analysis-v1) • [Code Examples](https://docs.tanaos.com/artifex/sentiment-analysis/code_examples/)
|
| 31 |
+
| Emotion Detection | 0.1B params, 470MB | Identifies the emotion expressed in a given text. | [HF](https://huggingface.co/tanaos/tanaos-emotion-detection-v1) • [Code Examples](https://docs.tanaos.com/artifex/emotion-detection/code_examples/)
|
| 32 |
+
| Named Entity Recognition (NER) | 0.1B params, 500MB | Detects and classifies named entities in text. | [HF](https://huggingface.co/tanaos/tanaos-NER-v1) • [Code Examples](https://docs.tanaos.com/artifex/named-entity-recognition/code_examples/)
|
| 33 |
+
| Text Anonymization | 0.1B params, 500MB | Removes personally identifiable information (PII) from text. | [HF](https://huggingface.co/tanaos/tanaos-text-anonymizer-v1) • [Code Examples](https://docs.tanaos.com/artifex/text-anonymization/code_examples/)
|
| 34 |
+
| Spam Detection | 0.1B params, 500MB | Identifies whether a message is spam or not. | [HF](https://huggingface.co/tanaos/tanaos-spam-detection-v1) • [Code Examples](https://docs.tanaos.com/artifex/spam-detection/code_examples/)
|
| 35 |
+
| Topic Classification | 0.1B params, 500Mb | Classifies text into predefined topics. | [HF](https://huggingface.co/tanaos/tanaos-topic-classification-v1) • [Code Examples](https://docs.tanaos.com/artifex/topic-classification/code_examples/)
|