Readme.md
Browse files# Daniel-AI
Daniel-AI is a conversational artificial intelligence model designed for learning, problem-solving, and creativity.
It can chat naturally, explain concepts, and assist with tasks like education, coding, and general knowledge.
## Features
- Human-like conversation
- Can explain concepts in simple terms
- Supports question answering and text generation
- Useful for students, developers, and researchers
## Getting Started
### Install requirements
```bash
pip install transformers torch
README.md
CHANGED
|
@@ -12,6 +12,7 @@ metrics:
|
|
| 12 |
- bertscore
|
| 13 |
- code_eval
|
| 14 |
- brier_score
|
|
|
|
| 15 |
library_name: transformers
|
| 16 |
tags:
|
| 17 |
- chemistry
|
|
|
|
| 12 |
- bertscore
|
| 13 |
- code_eval
|
| 14 |
- brier_score
|
| 15 |
+
- bleu
|
| 16 |
library_name: transformers
|
| 17 |
tags:
|
| 18 |
- chemistry
|