Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,21 @@ Nakshatra employs a combination of the following techniques to achieve its remar
|
|
26 |
- **Human-like Conversation Training**: Fine-tuned to imitate natural human conversational patterns.
|
27 |
- **Prototype Optimization**: This version is still in the prototype phase but showcases significant advancements in language coherence, tone, and emotional sensitivity.
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
## Usage Code
|
30 |
```python
|
31 |
import torch
|
|
|
26 |
- **Human-like Conversation Training**: Fine-tuned to imitate natural human conversational patterns.
|
27 |
- **Prototype Optimization**: This version is still in the prototype phase but showcases significant advancements in language coherence, tone, and emotional sensitivity.
|
28 |
|
29 |
+
|
30 |
+
## Limitations
|
31 |
+
|
32 |
+
While Nakshatra represents a significant advancement in conversational AI, it is important to acknowledge its limitations:
|
33 |
+
|
34 |
+
- **Prototype Status**: Nakshatra is currently in the prototype phase, which means it may not be fully optimized for all conversational scenarios. Users should be aware that further refinements and updates are expected.
|
35 |
+
|
36 |
+
- **Factual Accuracy**: The model is designed to mimic human conversational styles and may generate responses that sound plausible but are factually incorrect. Users should verify critical information from reliable sources.
|
37 |
+
|
38 |
+
- **Contextual Limitations**: Although Nakshatra exhibits deep contextual understanding, it may still struggle with complex or nuanced topics, leading to misunderstandings or irrelevant responses.
|
39 |
+
|
40 |
+
- **Bias and Ethical Considerations**: Like all AI models, Nakshatra may inadvertently reflect biases present in the training data. Users should be mindful of this and approach interactions with a critical perspective.
|
41 |
+
|
42 |
+
- **Dependence on Input Quality**: The quality of the model's responses is highly dependent on the clarity and context of the input it receives. Ambiguous or poorly structured queries may result in less coherent outputs.
|
43 |
+
|
44 |
## Usage Code
|
45 |
```python
|
46 |
import torch
|