Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,12 @@ This notebook calculates similarity between question and answers with different
#### 1. Calculating Similarity Between Answers With and Without Caption
- This section runs code that:
- Generates embeddings using SBERT 'all-MiniLM-L6-v2' model
- Calculates cosine similarity between 'answers' and 'answers without caption'
- Calculates cosine similarity between 'answers' and 'answers without caption'

### `/chart_qna/prompt_testing.ipynb`
This notebook experiments with different prompts to observe the different types of questions which can be obtained

#### 1. Selecting 10 Charts With Caption and Trying out Different Prompts and Checking Response
- This section runs code that:
- Subsets the dataset leaving only 10 charts
- Generates the questions for the 10 charts with caption for all the different prompts
Loading