ii. Architecture in Ziyu memory-pretrained GPT
*With insufficient training dataset, generated result starts to show original text*
Is it forming persona? Is it thinking or just plagiarism?
String Prompt = “What's sky to you?”;
println ( “Sky is like a palette of pink cloud and blue ocean” );
PVector position;
PVector velocity;
PVector acceleration;
float maxSpeed = 2.0;
velocity.add(acceleration);
velocity.limit(maxSpeed);
position.add(velocity);
acceleration.mult(0);
if (millis() - displayStartTime >= 3000) {
float p = 1 / (1.0 + exp(-k * (b.x - x0)));
for(int i = 0; i < 2*PI/12; i++) {
applyForce(new PVector(towards(i*2*PI/12+PI/3).x,
towards (i*2*PI/12+PI/3).y).mult(p));
}
}