Coding datasets
Collection
Datasets for high quality small LM model pre-training. • 3 items • Updated
repo_name stringlengths 7 121 | text stringlengths 486 54.2M |
|---|---|
pjslauta/hover-dyn-dns | import os
import json
import requests
import datetime
import time
import argparse
import urllib3
from totp import totp # Import the totp function from totp.py
import certifi
from http.cookies import SimpleCookie
import logging
from logging.handlers import TimedRotatingFileHandler
import platform
import socket
abspath... |
AbrarShakhi/solar-system-simulation | try:
pass
except:
print("pygame is not installed.")
print("please install pygame.")
from sys import exit
exit(1)
if __name__ == "__main__":
import src.main as start
start.main()
<|endoftext|>
# Solar System Simulation with Pygame
This Python application simulates our solar system using ... |
Rudra-Hatte/Sugarcane-node-detection | import os
import matplotlib.pyplot as plt
import pandas as pd
import torch
import yaml
from ultralytics import YOLO
def setup_dataset_config():
"""
Create a YAML configuration file for the custom dataset.
Assumes the following directory structure:
- images/train/: Training images
- labels/train/:... |
de-Sitter/Pytorch-mechine-learning | import matplotlib.pyplot as plt
import torch
import torch.nn as nn
import torch.optim as optim
import torchvision
import torchvision.transforms as transforms
from torch.utils.data import DataLoader
transform = transforms.Compose([transforms.ToTensor(), transforms.Normalize((0.5,), (0.5,))])
train_dataset = torchvisio... |
Artyom-Murzinov/Artyom-Murzinov | from math import *
from graphic_explan.dictonary import dictonary
from mathematics.calculators import angle_decimal, cutting_mode
from mathematics.dxf import TextEngraving
from mathematics.price import PriceCalculator
from mathematics.UFG import UFG
user = {}
class User:
def __init__(self, user_id):
sel... |
Shkolik/Foamcut | "\n__title__ = \"Create Exit path\"\n__author__ = \"Andrew Shkolik & Andrei Bezborodov\"\n__license_(...TRUNCATED) |
Birobizhan/movie_recommender | "import re\n\nimport requests\nfrom environs import Env\n\nwith open(\"list_films/proteiner_csv/Фэ(...TRUNCATED) |
TRAILab/JDT3D | "WORK_DIR=${PWD}\nPROJECT=jdt3d\nDOCKER_IMAGE=${PROJECT}:eccv_2024\nDOCKER_FILE=docker/Dockerfile\n\(...TRUNCATED) |
koreo-dev/koreo-core | "[project]\nname = \"koreo-core\"\nversion = \"0.1.17\"\ndescription = \"Type-safe and testable KRM (...TRUNCATED) |
Itz-Agasta/Iem-Python-Weekly-Assignments | "# Python Weekly Assignments\nThis repository contains solutions to weekly Python assignments for co(...TRUNCATED) |
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
580M tokens