Grammar: small fixes
This commit is contained in:
parent
9ed54c01b4
commit
7baf0a5f52
|
@ -3,7 +3,7 @@ const today = new Date();
|
||||||
---
|
---
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
© 2023-{today.getFullYear()} Emiliko Mirror. No rights reserved.
|
© 2023-{today.getFullYear()} Akemi Izuko. Licensed under AGPL.
|
||||||
<div class="social-links">
|
<div class="social-links">
|
||||||
<a href="/contact">
|
<a href="/contact">
|
||||||
<span class="sr-only">Email</span>
|
<span class="sr-only">Email</span>
|
||||||
|
|
|
@ -76,7 +76,7 @@ but they were all still running through the OpenAI's ChatGPT API.
|
||||||
#### Early 2023
|
#### Early 2023
|
||||||
|
|
||||||
In March 2023, Meta kick-started the local llama movement, by releasing
|
In March 2023, Meta kick-started the local llama movement, by releasing
|
||||||
[LlaMa](https://ai.meta.com/blog/large-language-model-llama-meta-ai/) a 65B
|
[LLaMA](https://ai.meta.com/blog/large-language-model-llama-meta-ai/) a 65B
|
||||||
parameter llama that was open source! Benchmarks aside, it was not very good.
|
parameter llama that was open source! Benchmarks aside, it was not very good.
|
||||||
ChatGPT continued to be viewed as considerably better. However, it provided a
|
ChatGPT continued to be viewed as considerably better. However, it provided a
|
||||||
strong base for further iteration, and gave the local llama community a much
|
strong base for further iteration, and gave the local llama community a much
|
||||||
|
|
|
@ -21,7 +21,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
|
||||||
Akemi Izuko
|
Akemi Izuko
|
||||||
</h1>
|
</h1>
|
||||||
<p id="about">
|
<p id="about">
|
||||||
Hey! I'm Akemi, a 4th year CS honor student at
|
Hey! I'm Akemi, a 4th year CS honors student at
|
||||||
<a href="https://www.ualberta.ca/computing-science/index.html">
|
<a href="https://www.ualberta.ca/computing-science/index.html">
|
||||||
UAlberta</a>. Email is the best way to <a href="/contact">get in
|
UAlberta</a>. Email is the best way to <a href="/contact">get in
|
||||||
touch</a> with me. Some of my interests include <a href="/unix">
|
touch</a> with me. Some of my interests include <a href="/unix">
|
||||||
|
|
Loading…
Reference in a new issue