amauricunha commited on
Commit
2c7dd22
·
verified ·
1 Parent(s): 03154c7

Delete hf_data

Browse files
hf_data/analytics/usage_summary.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "generated_at": "2025-10-13T12:20:00Z",
3
- "active_users_last_7_days": 2,
4
- "total_sessions": 12,
5
- "top_activities": ["study_plan_generation", "flashcard_review"]
6
- }
 
 
 
 
 
 
 
hf_data/conversations/alice_convos.json DELETED
@@ -1,4 +0,0 @@
1
- [
2
- {"id": "c1", "user_id": "alice", "role": "user", "text": "Hi, I need help with colors."},
3
- {"id": "c2", "user_id": "alice", "role": "assistant", "text": "Try repeating 'red', 'blue', 'green' and match to objects around you."}
4
- ]
 
 
 
 
 
hf_data/flashcards/alice_flashcards.json DELETED
@@ -1,4 +0,0 @@
1
- [
2
- {"id": "f1", "user_id": "alice", "front": "red", "back": "vermelho", "tags": ["colors"]},
3
- {"id": "f2", "user_id": "alice", "front": "blue", "back": "azul", "tags": ["colors"]}
4
- ]
 
 
 
 
 
hf_data/flashcards/bob_flashcards.json DELETED
@@ -1,4 +0,0 @@
1
- [
2
- {"id": "f1", "user_id": "bob", "front": "to be", "back": "ser/estar", "tags": ["verbs"]},
3
- {"id": "f2", "user_id": "bob", "front": "have", "back": "ter", "tags": ["verbs"]}
4
- ]
 
 
 
 
 
hf_data/study_plans/alice_plan.json DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "user_id": "alice",
3
- "plan_id": "plan_alice_001",
4
- "title": "Semana 1 - Vocabulário Básico",
5
- "created_at": "2025-10-13T12:10:00Z",
6
- "sessions": [
7
- {"day": 1, "focus": "vocabulário: cores e números", "duration_minutes": 20},
8
- {"day": 2, "focus": "prática de pronúncia", "duration_minutes": 15}
9
- ]
10
- }
 
 
 
 
 
 
 
 
 
 
 
hf_data/study_plans/bob_plan.json DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "user_id": "bob",
3
- "plan_id": "plan_bob_001",
4
- "title": "Semana introdutória",
5
- "created_at": "2025-10-13T12:15:00Z",
6
- "sessions": [
7
- {"day": 1, "focus": "leitura: textos curtos", "duration_minutes": 25},
8
- {"day": 2, "focus": "flashcards: verbos comuns", "duration_minutes": 20}
9
- ]
10
- }
 
 
 
 
 
 
 
 
 
 
 
hf_data/tokens/tokens_export.csv DELETED
@@ -1,3 +0,0 @@
1
- user_id,token,count
2
- alice,plan_generation,3
3
- bob,flashcard_review,5
 
 
 
 
hf_data/users/alice.json DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "user_id": "alice",
3
- "display_name": "Alice Example",
4
- "email": "alice@example.com",
5
- "created_at": "2025-10-13T12:00:00Z",
6
- "metadata": {
7
- "level": "A2",
8
- "target_languages": ["English"]
9
- }
10
- }
 
 
 
 
 
 
 
 
 
 
 
hf_data/users/bob.json DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "user_id": "bob",
3
- "display_name": "Bob Example",
4
- "email": "bob@example.com",
5
- "created_at": "2025-10-13T12:05:00Z",
6
- "metadata": {
7
- "level": "B1",
8
- "target_languages": ["English"]
9
- }
10
- }