yjernite HF Staff commited on
Commit
68c76e8
Β·
verified Β·
1 Parent(s): cb869c8

Upload 5 files

Browse files
Files changed (1) hide show
  1. js/data/resources.js +50 -0
js/data/resources.js CHANGED
@@ -1,4 +1,14 @@
1
  export const sampleResources = [
 
 
 
 
 
 
 
 
 
 
2
  {
3
  title: 'Archive Explorer: AI, Labor and the Economy 2022-2025',
4
  type: 'space',
@@ -29,6 +39,16 @@ export const sampleResources = [
29
  subAreaTags: ['specific', 'open'],
30
  embedUrl: "https://hfmlsoc-os-gpai-guide-flowchart.static.hf.space"
31
  },
 
 
 
 
 
 
 
 
 
 
32
  {
33
  title: 'Environmental Transparency Explorer Tool πŸ•΅οΈβ€β™€οΈπŸŒŽ',
34
  type: 'space',
@@ -39,6 +59,26 @@ export const sampleResources = [
39
  subAreaTags: ['measuring'],
40
  embedUrl: "https://sasha-environmental-transparency.hf.space"
41
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  {
43
  title: 'CIVICS Civics Benchmark Dataset',
44
  type: 'dataset',
@@ -48,4 +88,14 @@ export const sampleResources = [
48
  areaTags: ['personal'],
49
  subAreaTags: ['interaction']
50
  },
 
 
 
 
 
 
 
 
 
 
51
  ];
 
1
  export const sampleResources = [
2
+ {
3
+ title: 'AI Legal Hackathons: Memos and Guides Hub',
4
+ type: 'space',
5
+ date: '2025-09-14',
6
+ description: 'From 2022 to 2024, AI2, Hugging Face, and NYU organized legal hackathons with LLM students from the NYU School of Law to explore regulatory questions related to AI. The space contains some of the memos and guides from the hackathons.',
7
+ url: 'https://huggingface.co/spaces/hfmlsoc/legal-hackathons-nyu-ai2',
8
+ areaTags: ['rights'],
9
+ subAreaTags: ['general', 'specific'],
10
+ embedUrl: "https://hfmlsoc-legal-hackathons-nyu-ai2.static.hf.space"
11
+ },
12
  {
13
  title: 'Archive Explorer: AI, Labor and the Economy 2022-2025',
14
  type: 'space',
 
39
  subAreaTags: ['specific', 'open'],
40
  embedUrl: "https://hfmlsoc-os-gpai-guide-flowchart.static.hf.space"
41
  },
42
+ {
43
+ title: 'SmolLM3-3B Public Summary of Training Content',
44
+ type: 'space',
45
+ date: '2025-07-25',
46
+ description: 'A summary of the training content for SmolLM3-3B as required by the EU AI Act.',
47
+ url: 'https://huggingface.co/spaces/hfmlsoc/smollm3-eu-data-transparency',
48
+ areaTags: ['rights'],
49
+ subAreaTags: ['specific'],
50
+ embedUrl: "https://hfmlsoc-smollm3-eu-data-transparency.hf.space"
51
+ },
52
  {
53
  title: 'Environmental Transparency Explorer Tool πŸ•΅οΈβ€β™€οΈπŸŒŽ',
54
  type: 'space',
 
59
  subAreaTags: ['measuring'],
60
  embedUrl: "https://sasha-environmental-transparency.hf.space"
61
  },
62
+ {
63
+ title: 'πŸ€— Space Privacy Analyzer πŸ•΅οΈ',
64
+ type: 'space',
65
+ date: '2025-04-14',
66
+ description: 'A tool for analyzing data transfers and assessing potential privacy risks in Hugging Face Spaces.',
67
+ url: 'https://huggingface.co/spaces/yjernite/space-privacy',
68
+ areaTags: ['personal'],
69
+ subAreaTags: ['privacy'],
70
+ embedUrl: "https://yjernite-space-privacy.hf.space"
71
+ },
72
+ {
73
+ title: 'AI Energy Score Leaderboard',
74
+ type: 'space',
75
+ date: '2024-09-30',
76
+ description: 'A leaderboard for AI models across 9 common AI tasks based on the AI Energy Score methodology.',
77
+ url: 'https://huggingface.co/spaces/AIEnergyScore/Leaderboard',
78
+ areaTags: ['efficiency'],
79
+ subAreaTags: ['measuring'],
80
+ embedUrl: "https://aienergyscore-leaderboard.hf.space"
81
+ },
82
  {
83
  title: 'CIVICS Civics Benchmark Dataset',
84
  type: 'dataset',
 
88
  areaTags: ['personal'],
89
  subAreaTags: ['interaction']
90
  },
91
+ {
92
+ title: 'Stable Bias: Analyzing Societal Representations in Diffusion Models',
93
+ type: 'space',
94
+ date: '2023-08-11',
95
+ description: 'An interactive presentation of the findings from the paper "Stable Bias: Analyzing Societal Representations in Diffusion Models".',
96
+ url: 'https://huggingface.co/spaces/stable-bias/stable-bias',
97
+ areaTags: ['personal'],
98
+ subAreaTags: ['interaction'],
99
+ embedUrl: "https://stable-bias-stable-bias.hf.space"
100
+ },
101
  ];