Readme and license stubs
Browse files
LICENSE
ADDED
File without changes
|
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
|
3 |
+
extra_gated_fields:
|
4 |
+
First Name: text
|
5 |
+
Last Name: text
|
6 |
+
Date of birth: date_picker
|
7 |
+
Country: country
|
8 |
+
Affiliation: text
|
9 |
+
I accept the terms and conditions: checkbox
|
10 |
+
geo: ip_location
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
tags:
|
14 |
+
- meta-ai
|
15 |
+
- meta-pytorch
|
16 |
+
license: other
|
17 |
+
license-name: fixme-research-license-name
|
18 |
+
license_link: https://huggingface.co/facebook/CHANGEME_REPOSITORY/blob/main/LICENSE
|
19 |
+
---
|
20 |
+
|
21 |
+
# (PROJECT NAME FIXME)
|