Merge pull request #46 from guangyusong/main

Fix typos in MODEL_CARD.md
main
timlacroix 3 years ago committed by GitHub
commit f4cd18f528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
# LLama Model Card # LLaMA Model Card
## Model details ## Model details
**Organization developing the model** **Organization developing the model**
@ -71,7 +71,7 @@ Hyperparameters for the model architecture
<table> <table>
<thead> <thead>
<tr> <tr>
<th >LLaMa</th> <th colspan=6>Model hyper parameters </th> <th >LLaMA</th> <th colspan=6>Model hyper parameters </th>
</tr> </tr>
<tr> <tr>
<th>Number of parameters</th><th>dimension</th><th>n heads</th><th>n layers</th><th>Learn rate</th><th>Batch size</th><th>n tokens</th> <th>Number of parameters</th><th>dimension</th><th>n heads</th><th>n layers</th><th>Learn rate</th><th>Batch size</th><th>n tokens</th>
@ -100,7 +100,7 @@ We present our results on eight standard common sense reasoning benchmarks in th
<table> <table>
<thead> <thead>
<tr> <tr>
<th>LLaMa</th> <th colspan=9>Reasoning tasks </th> <th>LLaMA</th> <th colspan=9>Reasoning tasks </th>
</tr> </tr>
<tr> <tr>
<th>Number of parameters</th> <th>BoolQ</th><th>PIQA</th><th>SIQA</th><th>HellaSwag</th><th>WinoGrande</th><th>ARC-e</th><th>ARC-c</th><th>OBQA</th><th>COPA</th> <th>Number of parameters</th> <th>BoolQ</th><th>PIQA</th><th>SIQA</th><th>HellaSwag</th><th>WinoGrande</th><th>ARC-e</th><th>ARC-c</th><th>OBQA</th><th>COPA</th>

Loading…
Cancel
Save