We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c1190 commit a35286aCopy full SHA for a35286a
src/lib/sources/huggingFaceSource.ts
@@ -1,6 +1,6 @@
1
import { listFiles } from '@huggingface/hub'
2
-import type { DirSource, FileMetadata, FileSource, SourcePart } from 'hyperparam'
3
-import { getFileName } from 'hyperparam'
+import type { DirSource, FileMetadata, FileSource, SourcePart } from './types.js'
+import { getFileName } from './utils.js'
4
5
export const baseUrl = 'https://huggingface.co/datasets'
6
0 commit comments