lunaalice01 commited on
Commit
a6533de
1 Parent(s): 209c1fa

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +22 -1
  2. configuration_01.json +7 -0
  3. 一个普通文档.txt +24 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ frameworks:
3
+ - Pytorch
4
+ license: mit
5
+ tasks:
6
+ - tts
7
  ---
8
+
9
+
10
+
11
+ # 一些命令行,将本地文件推送到mshub
12
+
13
+ ## 汇总:
14
+ ```bash
15
+ cd modelname
16
+ cp -rf /Users/luna/Documents/msgit/new/* . # 被添加的文件不在当前模型文件时,将文件复制到当前文件夹下
17
+ git add -A .
18
+ git commit -m"try commit message again"
19
+ git push
20
+ ```
21
+
22
+
23
+ ## 提交一些pr
24
+ 这里是正文正文正文
configuration_01.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "framework":"Pytorch",
3
+ "task":"text-generation",
4
+ "pipeline": {
5
+ "type": "text-generation"
6
+ }
7
+ }
一个普通文档.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ frameworks:
3
+ - Pytorch
4
+ license: Apache License 2.0
5
+ tasks:
6
+ - text-generation
7
+ ---
8
+
9
+
10
+
11
+ # 一些命令行,将本地文件推送到mshub
12
+
13
+ ## 汇总:
14
+ ```bash
15
+ cd modelname
16
+ cp -rf /Users/luna/Documents/msgit/new/* . # 被添加的文件不在当前模型文件时,将文件复制到当前文件夹下
17
+ git add -A .
18
+ git commit -m"try commit message again"
19
+ git push
20
+ ```
21
+
22
+
23
+ ## 提交一些pr
24
+ 这里是正文正文正文