Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
lisijia6 committed Dec 12, 2023
1 parent 4a165c8 commit c5c91c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ We will use [ScienceQA](https://scienceqa.github.io/#dataset), which is a public

We train on the training subset of the ScienceQA, which consists of 12,726 training instances. After training on the dataset, we evaluate our model on the 4,241 test set. To ease development, we have also preprocessed and uploaded the reformatted dataset (LLaVA format) to:
* Hugging Face: [cnut1648/ScienceQA-LLAVA](https://huggingface.co/datasets/cnut1648/ScienceQA-LLAVA/)
* GCS: gs://ac215-sciencetutor/ScienceQA-LLAVA
* GCS: [gs://ac215-sciencetutor/ScienceQA-LLAVA](gs://ac215-sciencetutor/ScienceQA-LLAVA)

In addition, ScienceQA contains the following data attributes:
* **Question (and optionally image)** contains the actual science-related question
Expand Down Expand Up @@ -207,7 +207,7 @@ We deployed our frontend and backend to a kubernetes cluster to take care of loa

Here is our deployed app on a K8s cluster in GCP:

<img width="1362" alt="image" src="pictures/k8s-v2.png">
<img width="1362" alt="image" src="pictures/k8s-v2.jpg">


### Code Structure
Expand Down

0 comments on commit c5c91c0

Please sign in to comment.