Skip to content

Commit

Permalink
Merge pull request meta-llama#46 from guangyusong/main
Browse files Browse the repository at this point in the history
Fix typos in MODEL_CARD.md
  • Loading branch information
timlacroix authored Mar 2, 2023
2 parents 1a9025e + 53011c3 commit f4cd18f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MODEL_CARD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LLama Model Card
# LLaMA Model Card

## Model details
**Organization developing the model**
Expand Down Expand Up @@ -71,7 +71,7 @@ Hyperparameters for the model architecture
<table>
<thead>
<tr>
<th >LLaMa</th> <th colspan=6>Model hyper parameters </th>
<th >LLaMA</th> <th colspan=6>Model hyper parameters </th>
</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>
Expand Down Expand Up @@ -100,7 +100,7 @@ We present our results on eight standard common sense reasoning benchmarks in th
<table>
<thead>
<tr>
<th>LLaMa</th> <th colspan=9>Reasoning tasks </th>
<th>LLaMA</th> <th colspan=9>Reasoning tasks </th>
</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>
Expand Down

0 comments on commit f4cd18f

Please sign in to comment.