You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After evaluation (with `result_save.bad=True`), a frontend page will be automatically generated. To manually start the frontend:
203
-
204
-
```shell
205
-
python -m dingo.run.vsl --input output_directory
206
-
```
207
-
208
-
Where `output_directory` contains the evaluation results with a `summary.json` file.
209
-
210
-

211
-
212
-
## Online Demo
213
-
Try Dingo on our online demo: [(Hugging Face)🤗](https://huggingface.co/spaces/DataEval/dingo)
214
-
215
-
## Local Demo
216
-
Try Dingo in local:
217
-
218
-
```shell
219
-
cd app_gradio
220
-
python app.py
221
-
```
222
-
223
-

224
-
225
-
226
-
## Google Colab Demo
227
-
Experience Dingo interactively with Google Colab notebook: [](https://colab.research.google.com/github/DataEval/dingo/blob/dev/examples/colab/dingo_colab_demo.ipynb)
**Customization**: All prompts are defined in `dingo/model/llm/` directory (organized by category: `text_quality/`, `rag/`, `hhh/`, etc.). Extend or modify them for domain-specific requirements.
278
+
279
+
280
+
---
258
281
259
282
# 🎓 Key Concepts for Practitioners
260
283
@@ -324,55 +347,6 @@ class MyCustomRule(BaseRule):
324
347
325
348
---
326
349
327
-
# 📚 Data Quality Metrics
328
-
329
-
Dingo provides **70+ evaluation metrics** across multiple dimensions, combining rule-based speed with LLM-based depth.
330
-
331
-
## Metric Categories
332
-
333
-
| Category | Examples | Use Case |
334
-
|----------|----------|----------|
335
-
|**Pretrain Text Quality**| Completeness, Effectiveness, Similarity, Security | LLM pre-training data filtering |
336
-
|**SFT Data Quality**| Honest, Helpful, Harmless (3H) | Instruction fine-tuning data |
**Customization**: All prompts are defined in `dingo/model/llm/` directory (organized by category: `text_quality/`, `rag/`, `hhh/`, etc.). Extend or modify them for domain-specific requirements.
0 commit comments