wltjr1007 commited on
Commit
6a9c18c
1 Parent(s): 7cc2add

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -7,7 +7,7 @@ dataset_info:
7
  dtype: string
8
  - name: category
9
  dtype: string
10
- - name: y
11
  dtype: int64
12
  - name: image_path
13
  dtype: string
@@ -27,6 +27,15 @@ configs:
27
  path: data/train-*
28
  - split: test
29
  path: data/test-*
 
 
 
 
 
 
30
  ---
31
 
32
  Data downloaded from [WILDS](https://wilds.stanford.edu/) ([Link](https://wilds.stanford.edu/downloads)).
 
 
 
 
7
  dtype: string
8
  - name: category
9
  dtype: string
10
+ - name: 'y'
11
  dtype: int64
12
  - name: image_path
13
  dtype: string
 
27
  path: data/train-*
28
  - split: test
29
  path: data/test-*
30
+ task_categories:
31
+ - image-classification
32
+ - zero-shot-image-classification
33
+ language:
34
+ - en
35
+ pretty_name: DomainNet
36
  ---
37
 
38
  Data downloaded from [WILDS](https://wilds.stanford.edu/) ([Link](https://wilds.stanford.edu/downloads)).
39
+
40
+
41
+ This dataset contains some copyrighted material whose use has not been specifically authorized by the copyright owners. In an effort to advance scientific research, we make this material available for academic research. We believe this constitutes a fair use of any such copyrighted material as provided for in section 107 of the US Copyright Law. In accordance with Title 17 U.S.C. Section 107, the material on this site is distributed without profit for non-commercial research and educational purposes. For more information on fair use please click [here](https://www.law.cornell.edu/uscode/text/17/107). If you wish to use copyrighted material on this site or in our dataset for purposes of your own that go beyond non-commercial research and academic purposes, you must obtain permission directly from the copyright owner. (adapted from the [official DomainNet website](https://ai.bu.edu/M3SDA/#refs))