ThomasSimonini HF staff commited on
Commit
4b58f0b
1 Parent(s): 50116e7

Create candidates.json

Browse files
Files changed (1) hide show
  1. candidates.json +23 -0
candidates.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Users": [
3
+ {
4
+ "HFUsername": "user1",
5
+ "FirstName": "John",
6
+ "SecondName": "Doe",
7
+ "Email": "john.doe@example.com"
8
+ },
9
+ {
10
+ "HFUsername": "user2",
11
+ "FirstName": "Jane",
12
+ "SecondName": "Smith",
13
+ "Email": "jane.smith@example.com"
14
+ }
15
+ ],
16
+ "Demo": {
17
+ "Name": "DemoName",
18
+ "Link": "https://example.com/demo",
19
+ "Description": "This is a demo description.",
20
+ "ModelsUsed": ["Model1", "Model2"]
21
+ },
22
+ "Status": "Active"
23
+ }