Spaces:
Runtime error
Runtime error
VishalMysore
commited on
Commit
β’
e141d8d
1
Parent(s):
8308898
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 = "Upload your document (
|
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) Upload your document (context)</br> 2) Create Questions and options, </br> 3) Summarize </br>4) Detect Hallucination ."
|
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."
|