Public
Edited
Aug 7, 2023
Insert cell
Insert cell
import { vega } from '@player1537/utilities'
Insert cell
{
const response = await fetch('https://huggingface.co/player1537/Bloom-560m-LoRA-trained-on-Dolphin/resolve/main/runs/Jul30_21-59-54_04d48b04b124/events.out.tfevents.1690754399.04d48b04b124.17705.0', {
mode: 'cors',
});

const text = await response.text();
return htl.html`<textarea>${text}`;
}
Insert cell
vega({
datasets: {
'0,20-1,20': [

],
},
mark: {type: 'line'},
encoding: {
x: {field: 'x', type: 'quantitative'},
y: {field: 'y', type: 'quantitative'},
},
})
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more