DetectiveShadow commited on
Commit
bd3b87f
·
verified ·
1 Parent(s): 398cc2a

Update checkin_feedback.json

Browse files
Files changed (1) hide show
  1. checkin_feedback.json +65 -0
checkin_feedback.json CHANGED
@@ -8,5 +8,70 @@
8
  "text": "I kept getting distracted and did nothing.",
9
  "feedback": "This isn't good. You didn’t stay focused.",
10
  "label": "Bad"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  }
12
  ]
 
8
  "text": "I kept getting distracted and did nothing.",
9
  "feedback": "This isn't good. You didn’t stay focused.",
10
  "label": "Bad"
11
+ },
12
+ {
13
+ "text": "Today I’m going to continue to work on my Unity work and practice my model building more.",
14
+ "feedback": "This is decent. You are getting some work done, but you can go into detail about your Unity work or the building you are making.",
15
+ "label": "Okay"
16
+ },
17
+ {
18
+ "text": "Today I'm working on my personal math project, I'm adding in UI for the Geometry wheel that will show the graph made by the equation that was inputted.",
19
+ "feedback": "This is great. You said what you are working on, and you went into detail.",
20
+ "label": "Great"
21
+ },
22
+ {
23
+ "text": "I plan to use today to review some older notebooks in Colab to take a look at skills I've struggled with.",
24
+ "feedback": "This is okay. It's great that you are improving your skills, but what are you improving exactly?",
25
+ "label": "Okay"
26
+ },
27
+ {
28
+ "text": "Today I want to start creating something around computers and working in my Unity today.",
29
+ "feedback": "This isn't good. You said you are creating something but you didn't say what you are working on and you didn't say what Unity project you were working on.",
30
+ "label": "Bad"
31
+ },
32
+ {
33
+ "text": "Today I worked on the final touches on the website. I deleted some stuff and I changed the colors around, added more small details that they asked for.",
34
+ "feedback": "This is okay. You were a little vague, but you did explain what you changed and did.",
35
+ "label": "Okay"
36
+ },
37
+ {
38
+ "text": "MVP",
39
+ "feedback": "This is great. Very short, but if you had context earlier it might be fine.",
40
+ "label": "Great"
41
+ },
42
+ {
43
+ "text": "Today I am working on my Unity challenge. I have also published my API! There is a bit of trouble with the responses coming out incomplete. So I will be focusing on fixing that error and working to use my API in Unity this week.",
44
+ "feedback": "This is great. You said what you are working on, what you did, and problems you are having.",
45
+ "label": "Excellent"
46
+ },
47
+ {
48
+ "text": "Today I'm working on making a fusion of Reggaeton and New Jazz. Since I'm not familiar with Reggaeton, I'm working to get overall vibe down, then transition into New Jazz.",
49
+ "feedback": "This is great. You said what you are working on, what you're learning, and your end goal.",
50
+ "label": "Excellent"
51
+ },
52
+ {
53
+ "text": "Today I continued to work on Unity challenge 5.",
54
+ "feedback": "This isn't good. You said what you are working on but didn’t go into detail. What is Unity challenge 5?",
55
+ "label": "Bad"
56
+ },
57
+ {
58
+ "text": "Today, continuing development on the MN game combat.",
59
+ "feedback": "This is okay. Can you explain what you are adding, changing, or doing?",
60
+ "label": "Okay"
61
+ },
62
+ {
63
+ "text": "Today I focused on fixing my Hugging Face dataset code in Google Colab. I ran into a TypeError when trying to index the answers field and spent time debugging the preprocess function. I also started updating my code to handle changes in the Hugging Face tokenizer API and worked on making sure the dataset tokenizes without breaking. It was mostly a day of troubleshooting and learning from the errors in my fine-tuning setup.",
64
+ "feedback": "This is excellent. You explained what you’re doing, went into detail, and discussed what you’re learning.",
65
+ "label": "Excellent"
66
+ },
67
+ {
68
+ "text": "Still doing Unity API stuff.",
69
+ "feedback": "This is bad. You didn’t explain what you are doing and were vague about the project.",
70
+ "label": "Bad"
71
+ },
72
+ {
73
+ "text": "I plan on finishing my dataset and making my amiibo API public again.",
74
+ "feedback": "This is okay. You were a little vague, but you stated what you're working on and your goals.",
75
+ "label": "Okay"
76
  }
77
  ]