From e9805ab0000992e6702ca91d5916b8827594ebd4 Mon Sep 17 00:00:00 2001 From: NHLOCAL Date: Sun, 21 Apr 2024 02:53:19 +0300 Subject: [PATCH] Rewording, corrections --- index.html | 229 +++++++++++++++++++++++++++-------------------------- styles.css | 1 + 2 files changed, 117 insertions(+), 113 deletions(-) diff --git a/index.html b/index.html index 2067434..4dbb95d 100644 --- a/index.html +++ b/index.html @@ -19,119 +19,122 @@

2022 - Present

2022
-
-
February
-
Midjourney v1
-
- -
-
April
-
Midjourney v2
-
Dalle 2 – announced for gradual release
-
- -
-
July
-
Midjourney v3
-
- -
-
August
-
Stable Diffusion 1.4
-
- -
-
October
-
Stable Diffusion 1.5
-
- -
-
November
-
Midjourney v4
-
Stable Diffusion 2
-
Chat GPT 3.5 released to the public
-
- -
-
December
-
Stable Diffusion 2.1
-
- - -
2023
- -
-
February
-
Meta releases LLaMA (limited release)
-
Microsoft announces Bing AI based on GPT 4
-
- -
-
March
-
Midjourney v5
-
GPT 4 partially released
-
Google releases Bard based on LaMDA
-
- -
-
May
-
Midjourney v5.1
-
Google announces upgrade to Labard based on PaLM 2
-
- -
-
June
-
Midjourney v5.2
-
- -
-
July
-
Stable Diffusion XL 1.0
-
Entropic announces Cloud 2
-
Meta releases LLaMA 2 open source
-
- -
-
October
-
Dalle 3
-
- -
-
November
-
Stable Diffusion XL Turbo
-
- -
-
December
-
Midjourney v6
-
Google upgrades Bard to Gemini Pro
-
X Corporation launches Grok AI
-
- - -
2024
- -
-
February
-
Stability AI announces Stable Diffusion 3
-
Google upgrades Bard to Gemini in all languages
-
OPENAI announces Sora model
-
- -
-
March
-
X Corporation announces Grok 1.5
-
Entropic announces Cloud 3
-
Suno ai releases music model v3
-
- -
-
April
-
Stability AI releases Stable Audio 2.0
-
Corporation X releases Grok-1.5V
-
Mistral releases Mixtral 8x22B
-
Meta releases LLaMA 3
-
+
+
February
+
Midjourney v1
+
+ +
+
April
+
Midjourney v2
+
Dalle 2 – announced for gradual release
+
+ +
+
July
+
Midjourney v3
+
+ +
+
August
+
stable diffusion 1.4
+
+ +
+
October
+
Stable Diffusion 1.5
+
+ +
+
November
+
midjourney v4
+
stable diffusion 2.0
+
Chat GPT 3.5, a large language model of the OPENAI company is released to the public and becomes a hysterical hit in a short time
+
+ +
+
December
+
stable diffusion 2.1
+
+ + + +
2023
+ +
+
February
+
The Meta company releases the LLaMA language model in open source in a limited way for research purposes. Shortly afterwards the model was leaked
+
Microsoft is gradually releasing Bing AI to the waiting list - an artificial intelligence chat based on an upgraded GPT model that integrates internet search. The company later announced that it is based on GPT 4.
+
+ +
+
March
+
Midjourney v5
+
OPENAI's GPT 4 model is partially released, the model presents a multimodal image analysis capability and a significant improvement in support for multiple languages
+
Google releases the artificial intelligence chat in Bard in a limited way, the chat is based on the LaMDA language model
+
+ +
+
May
+
Midjourney v5.1
+
Google announces an upgrade to bard that will move to be based on the upgraded PaLM 2 language model. In addition, it will support 180 countries and many languages
+
+ +
+
June
+
Midjourney v5.2
+
+ +
+
July
+
Stable Diffusion XL 1.0
+
Anthropic announces a new version of their large language model - Claude 2
+
The Meta company releases the LLaMA 2 open source language model to the general public in a variety of sizes
+
+ +
+
October
+
Dalle 3
+
+ +
+
November
+
Stable Diffusion XL Turbo
+
+ +
+
December
+
Midjourney v6
+
Google is upgrading Bard in limited areas, which is moving to be based on the upgraded Gemini Pro language model.
+
X Corporation launches Grok AI chatbot for paid subscribers in English language
+
+ + + +
2024
+ +
+
February
+
Stability AI announces Stable Diffusion 3 (gradually released to waiting list)
+
Google is upgrading the artificial intelligence chat in Bard which will be based on the new Gemini Pro model, in all available languages. Google replaces "Bard" with "Gemini"
+
Google announces the Gemini Pro 1.5 multimodal language model capable of parsing up to a million tokens, as well as parsing video and images, the model is gradually released to developers on a waiting list
+
OPENAI announces the Sora model that produces videos up to a minute long, the model is not released to the public at this time
+
+ +
+
March
+
X Corporation announces the upcoming release of the Grok 1.5 open source model
+
Anthropic announces version 3 of the great Claude language model. The version was deployed in 3 different sizes, with the largest model performing better than GPT 4
+
The company Suno ai, which develops a model for creating music, releases version 3 to the general public
+
+ +
+
April
+
The company Stability AI releases a new update to the music creation model - Stable Audio 2.0
+
Corporation X releases an upgrade to its language model. Grok-1.5V, which integrates high level image recognition. In the test presented by the company - the model is the best in identifying and analyzing images compared to other models
+
The Mistral company releases its new model Mixtral 8x22B as open source. This is the most powerful model among the open source models and it contains 141 billion parameters but uses a method that allows more economical use
+
Meta releases the LLaMA 3 model as open source in sizes 8B and 70B parameters. The large model shows better performance than Claude 3 Sonnet and Magmini Pro 1.5 in several measures. Meta is expected to later release larger models with 400 billion parameters and more
+
diff --git a/styles.css b/styles.css index fa067e4..ff34650 100644 --- a/styles.css +++ b/styles.css @@ -82,6 +82,7 @@ body { border-left: 2px solid #007BFF; padding-left: 30px; margin-bottom: 40px; /* Increased margin-bottom */ + max-width: 500px; position: relative; padding-bottom: 20px; transition: all 0.3s ease;