Haowen Zhao commited on
Commit
1572c20
1 Parent(s): 6ef70c6

model card template update

Browse files
Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -1,19 +1,18 @@
1
  ---
2
- language:
3
- - "List of ISO 639-1 code for your language"
4
- - lang1
5
- - lang2
6
- thumbnail: "url to a thumbnail used in social sharing"
7
  tags:
8
- - tag1
9
- - tag2
10
- license: "any valid license identifier"
11
  datasets:
12
- - dataset1
13
- - dataset2
14
  metrics:
15
- - metric1
16
- - metric2
17
  ---
18
 
19
  # Your Model Name
 
1
  ---
2
+ language:
3
+ - "ISO 639-1 code for language 1" # For example, "en" for English
4
+ - "ISO 639-1 code for language 2" # For example, "fr" for French
5
+ thumbnail: "https://example.com/path/to/your/thumbnail.jpg" # URL to a thumbnail used in social sharing
 
6
  tags:
7
+ - "tag1" # For example, "sentiment-analysis"
8
+ - "tag2" # For example, "machine-translation"
9
+ license: "mit"
10
  datasets:
11
+ - "dataset1" # For example, "imdb"
12
+ - "dataset2" # For example, "wmt16"
13
  metrics:
14
+ - "metric1" # For example, "accuracy"
15
+ - "metric2" # For example, "f1"
16
  ---
17
 
18
  # Your Model Name