Skip to content

Commit

Permalink
Multiple Updates LLM 2 (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshika230 authored Sep 8, 2023
1 parent e4f150b commit c067789
Show file tree
Hide file tree
Showing 21 changed files with 26 additions and 19 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ author: Vanshika Mishra
- [x] Make project design documentation.

## Screenshots / Videos
- ![Project Design](https://github.com/vanshika230/C4GT/blob/main/Images/Document_QA.jpg)
- ![Project Design](../Assets/Document_QA.jpg)

## Contributions
- [List of Supported Models](https://github.com/vanshika230/C4GT/blob/main/Data/supported_models%20(1).xlsx)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: Vanshika Mishra
- [x] Tested 60 LLM models using Tranformers and Hugging face.

## Screenshots / Videos
- ![Sample Evaluation Result](https://github.com/vanshika230/C4GT/blob/main/Images/Evaluation_Result.png)
- ![Sample Evaluation Result](../Assets/Evaluation_Result.png)

## Contributions
- [Evaluation Script and Evaluation Results](https://github.com/sunbird-cb/llm-question-answering/pull/2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ author: Vanshika Mishra


## Screenshots / Videos
- ![Visualization](https://github.com/vanshika230/C4GT/blob/main/Images/Visualizations/Time%20(s)_visualization.png)
- ![Visualization](../Assets/Time%20(s)_visualization.png)

## Contributions
- [Visualization script and Images](https://github.com/sunbird-cb/llm-question-answering/pull/2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ author: Vanshika Mishra
- [x] Collected data from langchain LLM results.

## Screenshots / Videos
- ![LLM Pipeline Results](https://github.com/vanshika230/C4GT/blob/main/Images/image.png)
- ![LLM Pipeline Results](../Assets/image.png)

## Contributions
- [LLM Pipeline Results on Sample Document](https://github.com/vanshika230/C4GT/blob/main/Data/India_rcvdans.xlsx)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ author: Vanshika Mishra


## Screenshots / Videos
- ![Seach Kwargs](../Assets/Milvus_Retrieval.png)

## Contributions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ author: Vanshika Mishra
- [x] Implemented pipeline in langchain for a complete demo.

## Screenshots / Videos
- ![Query_with_context](../Assets/Query_with_context.png)

## Contributions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ author: Vanshika Mishra
---

## Milestones
- [ ] Give the description about Milestone 1
- [ ] Give the description about Milestone 2
- [ ] Give the description about Milestone 3
- [ ] Give the description about Milestone 4
- [x] Worked on making query embeddings better
- [x] Tested various QA chains in Langchain
- [x] Tested various milvus retrieval methods.


## Screenshots / Videos
- ![Query_with_no_context](../Assets/No_context.png)

## Contributions

## Learnings
## Learnings
- Explore Retrieval QA Chain in depth in Langchain
- Studied milvus langchain documentation in depth.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ author: Vanshika Mishra
---

## Milestones
- [ ] Give the description about Milestone 1
- [ ] Give the description about Milestone 2
- [ ] Give the description about Milestone 3
- [ ] Give the description about Milestone 4
- [x] Worked on smooth running of milvus retrieval pipeline.
- [x] Cleaned up the code for better understanding.
- [x] Cleaned up LLM Testing code and updated the visualizations.

## Screenshots / Videos

## Contributions

## Learnings
## Learnings
- Writing clean code.
- Solving dependency conflicts.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ author: Vanshika Mishra
---

## Milestones
- [ ] Give the description about Milestone 1
- [ ] Give the description about Milestone 2
- [ ] Give the description about Milestone 3
- [ ] Give the description about Milestone 4
- [x] Final Testing of Pipeline
- [x] Complete documentation of project.
- [x] Final clean-up of code

## Screenshots / Videos

## Contributions

## Learnings
## Learnings
- Importance of documentation.
- Pipeline testing and solving dependency conflicts.

0 comments on commit c067789

Please sign in to comment.