Spaces:
Runtime error
Runtime error
VishalMysore
commited on
Commit
β’
b4a5ab4
1
Parent(s):
e141d8d
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ df = pd.read_csv("./wiki_bio_gpt3_hallucination.csv")
|
|
10 |
|
11 |
title = "<h1 style='text-align: center; color: #333333; font-size: 40px;'> Maya, Mithya and AI Hallucinations </h1>"
|
12 |
|
13 |
-
description = "1)
|
14 |
description2 = "Detect Hallucination using NLI ."
|
15 |
titleRAG = "<h1 style='text-align: center; color: #333333; font-size: 40px;'> Routing , Chaining and Branching of RAG documents </h1>"
|
16 |
descriptionRag = " This novel approach involves creating a router across multiple Rag documents, chaining them together, and incorporating branching for greater flexibility and adaptability."
|
|
|
10 |
|
11 |
title = "<h1 style='text-align: center; color: #333333; font-size: 40px;'> Maya, Mithya and AI Hallucinations </h1>"
|
12 |
|
13 |
+
description = "1)Put your context (could be any topic)</br> 2) Create Questions, </br> 3) Summarize </br>4) Detect Hallucination ( differece between Summary and Context) ."
|
14 |
description2 = "Detect Hallucination using NLI ."
|
15 |
titleRAG = "<h1 style='text-align: center; color: #333333; font-size: 40px;'> Routing , Chaining and Branching of RAG documents </h1>"
|
16 |
descriptionRag = " This novel approach involves creating a router across multiple Rag documents, chaining them together, and incorporating branching for greater flexibility and adaptability."
|