taiseimatsuoka commited on
Commit
9870fcf
1 Parent(s): 975dd8d

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. hugginfae.txt +39 -0
  2. huggingface.xlsx +0 -0
  3. test.txt +1 -0
hugginfae.txt ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hugging face
2
+
3
+ <■方針>
4
+ ■upload のみ禁止する
5
+ httpメソッド でupload のみ禁止する
6
+
7
+
8
+ ■transformers,datasets,hugging_face_lab がAIモデルを持っているのか?
9
+ →持っているのであれば、ローカル上に取得し、そこから実行できるのではないか?
10
+
11
+ from huggingface_lab import aimodel?? の気がしているから
12
+
13
+ ==============================================
14
+ <手順>
15
+ 〇一般的なアップロードの流れ
16
+
17
+ import transformers
18
+ print(dir(transformers))
19
+
20
+
21
+ from huggingface_hub import list_module
22
+ #モデル一覧
23
+ mnodel = list_modules()
24
+
25
+
26
+
27
+ hugging face が python のコマンド
28
+ upload 機能があるかどうかを調べる方法として、
29
+
30
+
31
+
32
+ ★一回python がどうのこうのは放置する
33
+
34
+ ・プロトコルを調べる
35
+
36
+ without using Git.
37
+ プロトコル:
38
+
39
+
huggingface.xlsx ADDED
Binary file (10.9 kB). View file
 
test.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ for huggingface