Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
yqli2420 committed Oct 13, 2023
1 parent b09be76 commit 28469bb
Showing 1 changed file with 92 additions and 1 deletion.
93 changes: 92 additions & 1 deletion page/aigc_llm.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ <h2>Director</h2>
<!--内容-->
<div class="main">
<div class="container content-box">
<h1>为中国崛起而奋斗!加油,少年!</h1>
<!--导航分类范例1,请根据自己的需求进行修改-->
<section class="item card-box" id="row-1">
<div class="container-fluid">
Expand Down Expand Up @@ -692,6 +693,12 @@ <h2>Director</h2>
<td width="500"></td>
<td width="200"><a href="https://huggingface.co/datasets/Skylion007/openwebtext">web</a></td>
</tr>
<tr>
<td width="100" align="center">7</td>
<td width="300">C4</td>
<td width="500">305G</td>
<td width="200"><a href="https://huggingface.co/datasets/c4">web</a></td>
</tr>
</table>
<div class="item-tit">
<strong>Code & Math</strong>
Expand Down Expand Up @@ -768,6 +775,24 @@ <h2>Director</h2>
<td width="500"></td>
<td width="200"><a href="https://github.com/FudanNLPLAB/CBook-150K">web</a></td>
</tr>
<tr>
<td width="100" align="center">10</td>
<td width="300">awesome-chinese-legal-resources</td>
<td width="500"></td>
<td width="200"><a href="https://github.com/pengxiao-song/awesome-chinese-legal-resources">web</a></td>
</tr>
<tr>
<td width="100" align="center">11</td>
<td width="300">chinese-poetry</td>
<td width="500"></td>
<td width="200"><a href=" https://github.com/chinese-poetry/chinese-poetry">web</a></td>
</tr>
<tr>
<td width="100" align="center">12</td>
<td width="300">commoncrawl/</td>
<td width="500"></td>
<td width="200"><a href="https://commoncrawl.org/">web</a></td>
</tr>
</table>
<div class="item-tit">
<strong>Alignment(sft & rlhf)</strong>
Expand Down Expand Up @@ -811,12 +836,78 @@ <h2>Director</h2>
</tr>
<tr>
<td width="100" align="center">7</td>
<td width="300">GPT-4-LLM</td>
<td width="500"></td>
<td width="200"><a href="https://github.com/Instruction-Tuning-with-GPT-4/GPT-4-LLM/blob/main/data/alpaca_gpt4_data.json">web</a></td>
</tr>
<tr>
<td width="100" align="center">8</td>
<td width="300">Cot</td>
<td width="500"></td>
<td width="200"><a href="https://huggingface.co/datasets/QingyiSi/Alpaca-CoT/tree/main">web</a></td>
</tr>
<tr>
<td width="100" align="center">9</td>
<td width="300">InstructionWild</td>
<td width="500"></td>
<td width="200"><a href="https://github.com/XueFuzhao/InstructionWild">web</a></td>
</tr>
<tr>
<td width="100" align="center">10</td>
<td width="300">GuanacoDataset</td>
<td width="500"></td>
<td width="200"><a href="https://huggingface.co/datasets/JosephusCheung/GuanacoDataset">web</a></td>
</tr>
<tr>
<td width="100" align="center">11</td>
<td width="300">Huatuo-Llama-Med-Chinese</td>
<td width="500"></td>
<td width="200"><a href="https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese">web</a></td>
</tr>
<tr>
<td width="100" align="center">12</td>
<td width="300">OpenOrca </td>
<td width="500"></td>
<td width="200"><a href="https://huggingface.co/datasets/Open-Orca/OpenOrca">web</a></td>
</tr>
<tr>
<td width="100" align="center">13</td>
<td width="300">LongForm</td>
<td width="500"></td>
<td width="200"><a href="https://github.com/akoksal/LongForm">web</a></td>
</tr>
<tr>
<td width="100" align="center">14</td>
<td width="300">code_instructions_120k_alpaca </td>
<td width="500"></td>
<td width="200"><a href="https://huggingface.co/datasets/iamtarun/code_instructions_120k_alpaca">web</a></td>
</tr>
<tr>
<td width="100" align="center">15</td>
<td width="300">lima</td>
<td width="500"></td>
<td width="200"><a href="https://huggingface.co/datasets/GAIR/lima">web</a></td>
</tr>
<tr>
<td width="100" align="center">16</td>
<td width="300">wizard_vicuna_70k</td>
<td width="500"></td>
<td width="200"><a href="https://huggingface.co/datasets/junelee/wizard_vicuna_70k">web</a></td>
</tr>
<tr>
<td width="100" align="center">17</td>
<td width="300">wizard_vicuna_70k_unfiltered </td>
<td width="500"></td>
<td width="200"><a href="https://huggingface.co/datasets/ehartford/wizard_vicuna_70k_unfiltered">web</a></td>
</tr>
<tr>
<td width="100" align="center">18</td>
<td width="300"></td>
<td width="500"></td>
<td width="200"><a href="">web</a></td>
</tr>
<tr>
<td width="100" align="center">1</td>
<td width="100" align="center">19</td>
<td width="300"></td>
<td width="500"></td>
<td width="200"><a href="">web</a></td>
Expand Down

0 comments on commit 28469bb

Please sign in to comment.