"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "0fecfd2b1a2794b77277c7e256c84de54a63d860"
Unverified Commit d0c2389f authored by Joe Davison's avatar Joe Davison Committed by GitHub
Browse files

add custom datasets tutorial (#6466)



* add custom datasets tutorial

* python -> bash code blocks

* Apply suggestions from code review
Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>

* minor review feedback changes

* add working native QA snippet
Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
parent d2da2cb2
...@@ -24,6 +24,7 @@ const versionMapping = { ...@@ -24,6 +24,7 @@ const versionMapping = {
// The page that have a notebook and therefore should have the open in colab badge. // The page that have a notebook and therefore should have the open in colab badge.
const hasNotebook = [ const hasNotebook = [
"benchmarks", "benchmarks",
"custom_datasets",
"multilingual", "multilingual",
"perplexity", "perplexity",
"preprocessing", "preprocessing",
......
This diff is collapsed.
...@@ -158,6 +158,7 @@ conversion utilities for the following models: ...@@ -158,6 +158,7 @@ conversion utilities for the following models:
pretrained_models pretrained_models
examples examples
custom_datasets
notebooks notebooks
converting_tensorflow_models converting_tensorflow_models
migration migration
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment