build
Browse files- dist/_import/components/timeline.js +1 -1
- dist/index.html +3 -3
dist/_import/components/timeline.js
CHANGED
@@ -5,7 +5,7 @@ export function timeline(events, {width, height} = {}) {
|
|
5 |
width,
|
6 |
height,
|
7 |
marginTop: 30,
|
8 |
-
x: {nice: true, label: null, tickFormat: ""},
|
9 |
y: {axis: null},
|
10 |
marks: [
|
11 |
Plot.ruleX(events, {x: "year", y: "y", markerEnd: "dot", strokeWidth: 2.5}),
|
|
|
5 |
width,
|
6 |
height,
|
7 |
marginTop: 30,
|
8 |
+
x: {nice: true, label: null, tickFormat: "", interval: 1},
|
9 |
y: {axis: null},
|
10 |
marks: [
|
11 |
Plot.ruleX(events, {x: "year", y: "y", markerEnd: "dot", strokeWidth: 2.5}),
|
dist/index.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" crossorigin>
|
8 |
<link rel="stylesheet" type="text/css" href="./_observablehq/theme-air,near-midnight.css">
|
9 |
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" crossorigin>
|
10 |
-
<link rel="modulepreload" href="./_import/components/timeline.js?sha=
|
11 |
<link rel="modulepreload" href="./_import/components/tree.js?sha=5f6427efaf21e77626c828a46aaa2fe5cd74a645f8d000e978ba8a7d16b4ab84">
|
12 |
<link rel="modulepreload" href="./_observablehq/client.js">
|
13 |
<link rel="modulepreload" href="./_observablehq/runtime.js">
|
@@ -55,7 +55,7 @@
|
|
55 |
import {define} from "./_observablehq/client.js";
|
56 |
|
57 |
define({id: "e7d66736", outputs: ["timeline"], body: async () => {
|
58 |
-
const {timeline} = await import("./_import/components/timeline.js?sha=
|
59 |
|
60 |
return {timeline};
|
61 |
}});
|
@@ -106,6 +106,6 @@ tree(tags, {height: 10000})
|
|
106 |
<p>In conclusion, the evolution of the Hugging Face Hub reflects the growing importance of open-source models and datasets in the AI community. It has become a key resource for researchers, developers, and companies, promoting accessibility, collaboration, and innovation in AI.</p>
|
107 |
</main>
|
108 |
<footer id="observablehq-footer">
|
109 |
-
<div>Built with <a href="https://observablehq.com/" target="_blank">Observable</a> on <a title="2024-02-
|
110 |
</footer>
|
111 |
</div>
|
|
|
7 |
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" crossorigin>
|
8 |
<link rel="stylesheet" type="text/css" href="./_observablehq/theme-air,near-midnight.css">
|
9 |
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" crossorigin>
|
10 |
+
<link rel="modulepreload" href="./_import/components/timeline.js?sha=fdf0b776497c18f544654d687434fe24d6af70ead65fac52fedca5ffd0e06aba">
|
11 |
<link rel="modulepreload" href="./_import/components/tree.js?sha=5f6427efaf21e77626c828a46aaa2fe5cd74a645f8d000e978ba8a7d16b4ab84">
|
12 |
<link rel="modulepreload" href="./_observablehq/client.js">
|
13 |
<link rel="modulepreload" href="./_observablehq/runtime.js">
|
|
|
55 |
import {define} from "./_observablehq/client.js";
|
56 |
|
57 |
define({id: "e7d66736", outputs: ["timeline"], body: async () => {
|
58 |
+
const {timeline} = await import("./_import/components/timeline.js?sha=fdf0b776497c18f544654d687434fe24d6af70ead65fac52fedca5ffd0e06aba");
|
59 |
|
60 |
return {timeline};
|
61 |
}});
|
|
|
106 |
<p>In conclusion, the evolution of the Hugging Face Hub reflects the growing importance of open-source models and datasets in the AI community. It has become a key resource for researchers, developers, and companies, promoting accessibility, collaboration, and innovation in AI.</p>
|
107 |
</main>
|
108 |
<footer id="observablehq-footer">
|
109 |
+
<div>Built with <a href="https://observablehq.com/" target="_blank">Observable</a> on <a title="2024-02-16T13:08:31">Feb 16, 2024</a>.</div>
|
110 |
</footer>
|
111 |
</div>
|