@synsci/cli-darwin-x64 1.1.74 → 1.1.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/skills/hugging-face-datasets/SKILL.md +2 -2
- package/bin/skills/hugging-face-evaluation/SKILL.md +2 -2
- package/bin/skills/hugging-face-jobs/SKILL.md +1 -2
- package/bin/skills/hugging-face-model-trainer/SKILL.md +1 -2
- package/bin/skills/hugging-face-paper-publisher/SKILL.md +1 -1
- package/bin/skills/hugging-face-tool-builder/SKILL.md +1 -1
- package/bin/skills/hugging-face-trackio/SKILL.md +2 -2
- package/bin/synsc +0 -0
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: hugging-face-datasets
|
|
3
3
|
description: Create and manage datasets on Hugging Face Hub. Supports initializing repos, defining configs/system prompts, streaming row updates, and SQL-based dataset querying/transformation. Designed to work alongside HF MCP server for comprehensive dataset workflows.
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 2.1.0
|
|
5
5
|
author: Synthetic Sciences
|
|
6
6
|
license: MIT
|
|
7
7
|
tags: [Hugging Face, Datasets, Data Loading, Data Processing]
|
|
8
|
-
dependencies: [huggingface-hub,
|
|
8
|
+
dependencies: [huggingface-hub, duckdb, datasets, pandas]
|
|
9
9
|
---
|
|
10
10
|
|
|
11
11
|
# Overview
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: hugging-face-evaluation
|
|
3
3
|
description: Add and manage evaluation results in Hugging Face model cards. Supports extracting eval tables from README content, importing scores from Artificial Analysis API, and running custom model evaluations with vLLM/lighteval. Works with the model-index metadata format.
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
author: Synthetic Sciences
|
|
6
6
|
license: MIT
|
|
7
7
|
tags: [Hugging Face, Evaluation, Benchmarking, Metrics]
|
|
8
|
-
dependencies: [huggingface-hub,
|
|
8
|
+
dependencies: [huggingface-hub, markdown-it-py, pyyaml, requests, python-dotenv]
|
|
9
9
|
---
|
|
10
10
|
|
|
11
11
|
# Overview
|
|
@@ -5,8 +5,7 @@ version: 1.0.0
|
|
|
5
5
|
author: Synthetic Sciences
|
|
6
6
|
license: MIT
|
|
7
7
|
tags: [Hugging Face, Cloud Compute, Training Jobs, GPU]
|
|
8
|
-
dependencies: [huggingface-hub,
|
|
9
|
-
license: Complete terms in LICENSE.txt
|
|
8
|
+
dependencies: [huggingface-hub, datasets, vllm, torch]
|
|
10
9
|
---
|
|
11
10
|
|
|
12
11
|
# Running Workloads on Hugging Face Jobs
|
|
@@ -5,8 +5,7 @@ version: 1.0.0
|
|
|
5
5
|
author: Synthetic Sciences
|
|
6
6
|
license: MIT
|
|
7
7
|
tags: [Hugging Face, Fine-Tuning, Transformers, Training]
|
|
8
|
-
dependencies: [huggingface-hub, transformers]
|
|
9
|
-
license: Complete terms in LICENSE.txt
|
|
8
|
+
dependencies: [huggingface-hub, trl, peft, transformers, accelerate, trackio, datasets]
|
|
10
9
|
---
|
|
11
10
|
|
|
12
11
|
# TRL Training on Hugging Face Jobs
|
|
@@ -3,9 +3,9 @@ name: hugging-face-trackio
|
|
|
3
3
|
description: Track and visualize ML training experiments with Trackio. Use when logging metrics during training (Python API) or retrieving/analyzing logged metrics (CLI). Supports real-time dashboard visualization, HF Space syncing, and JSON output for automation.
|
|
4
4
|
version: 1.0.0
|
|
5
5
|
author: Synthetic Sciences
|
|
6
|
-
license:
|
|
6
|
+
license: Apache-2.0
|
|
7
7
|
tags: [Hugging Face, Experiment Tracking, Logging, Metrics]
|
|
8
|
-
dependencies: [huggingface-hub
|
|
8
|
+
dependencies: [trackio, huggingface-hub]
|
|
9
9
|
---
|
|
10
10
|
|
|
11
11
|
# Trackio - Experiment Tracking for ML Training
|
package/bin/synsc
CHANGED
|
Binary file
|