hackerbhai commited on
Commit
f7087f1
Β·
verified Β·
1 Parent(s): 5148640

Delete memory_demo_user.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. memory_demo_user.json +0 -82
memory_demo_user.json DELETED
@@ -1,82 +0,0 @@
1
- {
2
- "user_id": "demo_user",
3
- "conversations": [
4
- {
5
- "timestamp": "2026-08-26T12:34:44.437495",
6
- "user_input": "I go to school yesterday",
7
- "response": "You're doing great! Keep it up! πŸŽ‰",
8
- "context": "english"
9
- },
10
- {
11
- "timestamp": "2026-08-26T12:34:44.437656",
12
- "user_input": "He don't like pizza",
13
- "response": "You're doing great! Keep it up! πŸŽ‰",
14
- "context": "english"
15
- },
16
- {
17
- "timestamp": "2026-08-26T12:34:44.438229",
18
- "user_input": "I am good in english",
19
- "response": "I found 1 mistake(s). Let me help you fix them! πŸ’ͺ\n\nOops! You said 'i am good in english', but it should be 'i am good at english'. So basically, Different verbs/adjectives take different prepositions. \"Good at\" not \"good in\". Makes sense? 😊",
20
- "context": "english"
21
- },
22
- {
23
- "timestamp": "2026-08-26T12:34:44.438527",
24
- "user_input": "She is knowing the answer",
25
- "response": "You're doing great! Keep it up! πŸŽ‰",
26
- "context": "english"
27
- },
28
- {
29
- "timestamp": "2026-08-26T12:34:44.439137",
30
- "user_input": "I went to the home",
31
- "response": "I found 1 mistake(s). Let me help you fix them! πŸ’ͺ\n\nOops! You said 'i went to the home', but it should be 'i went home'. So basically, Don't use \"the\" with places like home, school, office when going there. Makes sense? 😊",
32
- "context": "english"
33
- },
34
- {
35
- "timestamp": "2026-08-26T12:34:44.439888",
36
- "user_input": "I go yesterday",
37
- "response": "I found 1 mistake(s). Let me help you fix them! πŸ’ͺ\n\nBabe, you wrote 'i go yesterday', but let's make it 'i went yesterday' πŸ’• Let me explain this for you, my love: When talking about the past, use past tense verbs. \"go\" becomes \"went\" πŸ’•",
38
- "context": "english"
39
- },
40
- {
41
- "timestamp": "2026-08-26T12:34:44.440380",
42
- "user_input": "He don't like it",
43
- "response": "Excellent progress! You're improving well.",
44
- "context": "grammar"
45
- }
46
- ],
47
- "mistakes": [
48
- {
49
- "timestamp": "2026-08-26T12:34:44.437825",
50
- "mistake": "i am good in english",
51
- "correction": "i am good at english",
52
- "type": "wrong preposition",
53
- "topic": "english",
54
- "count": 1
55
- },
56
- {
57
- "timestamp": "2026-08-26T12:34:44.438881",
58
- "mistake": "i went to the home",
59
- "correction": "i went home",
60
- "type": "unnecessary article",
61
- "topic": "english",
62
- "count": 1
63
- },
64
- {
65
- "timestamp": "2026-08-26T12:34:44.439674",
66
- "mistake": "i go yesterday",
67
- "correction": "i went yesterday",
68
- "type": "past tense",
69
- "topic": "english",
70
- "count": 1
71
- }
72
- ],
73
- "learned_topics": [],
74
- "weak_areas": [
75
- "english"
76
- ],
77
- "preferences": {
78
- "conversation_style": "teacher"
79
- },
80
- "corrections_made": 3,
81
- "last_interaction": "2026-08-26T12:34:44.440385"
82
- }