Skip to content

Commit

Permalink
Quantitative evaluation framework for video conversation models.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaaz60 committed Jul 15, 2023
0 parents commit 1c53937
Show file tree
Hide file tree
Showing 9 changed files with 669 additions and 0 deletions.
Empty file added .gitignore
Empty file.
5 changes: 5 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
title: Quantifying Video Conversation Models
description: Quantitative Evaluation Framework for Video-based Conversational Models
show_downloads: true
google_analytics:
theme: jekyll-theme-architect
68 changes: 68 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" media="screen" type="text/css">
<link rel="stylesheet" href="{{ '/assets/css/print.css' | relative_url }}" media="print" type="text/css">

<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->

{% seo %}

{% include head-custom.html %}
</head>

<body>
<header>
<div class="inner">
<a href="{{ '/' | absolute_url }}">
<h1>{{ site.title | default: site.github.repository_name }}</h1>
</a>
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
{% if site.github.is_project_page %}
<a href="{{ site.github.repository_url }}" class="button"><small>View project on</small> GitHub</a>
{% endif %}
{% if site.github.is_user_page %}
<a href="{{ site.github.owner_url }}" class="button"><small>Follow me on</small> GitHub</a>
{% endif %}
</div>
</header>

<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
{{ content }}
</section>

<aside id="sidebar">
{% if site.show_downloads %}
<a href="https://mbzuaiac-my.sharepoint.com/:u:/g/personal/hanoona_bangalath_mbzuai_ac_ae/EatOpE7j68tLm2XAd0u6b8ABGGdVAwLMN6rqlDGM_DwhVA?e=90WIuW" class="button">
<small>Download</small>
<span style="font-size:0.9em">Videos</span>
</a>
<a href="https://mbzuaiac-my.sharepoint.com/:u:/g/personal/hanoona_bangalath_mbzuai_ac_ae/EVheQNh9Y4tEv38kC19522kBYx5IkCxPTVTfmFFGERrezA?e=Y70d2q" class="button">
<small>Download</small>
<span style="font-size:0.8em">Dense Captions</span>
</a>
</a>
<a href="https://mbzuaiac-my.sharepoint.com/:f:/g/personal/hanoona_bangalath_mbzuai_ac_ae/EoS-mdm-KchDqCVbGv8v-9IB_ZZNXtcYAHtyvI06PqbF_A?e=1sNbaa" class="button">
<small>Download</small>
<span style="font-size:0.75em">Benchmarking QA</span>
</a>
{% endif %}

<!-- {% if site.github.is_project_page %}-->
<!-- <p class="repo-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</p>-->
<!-- {% endif %}-->

<!-- <p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</p>-->
</aside>
</div>
</div>

</body>
</html>
Loading

0 comments on commit 1c53937

Please sign in to comment.