This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import tinker | |
| import math | |
| from datasets import load_dataset | |
| from tinker import types | |
| import numpy as np | |
| service_client = tinker.ServiceClient() | |
| BASE_MODEL = "Qwen/Qwen3-8B-Base" | |
| LEARNING_RATE = 5e-5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html><body><h1>Hi</h1></body></html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style type="text/css"> | |
| @import "modular-scale"; | |
| @import "neat"; | |
| @import "bourbon"; | |
| @import "compass"; | |
| @import "breakpoint"; | |
| @import "susy"; | |
| @import "compass/css3"; | |
| /* Font / Universal Properties */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <head> | |
| <title>_\|/_Asterix_SRIS_\|/_</title> | |
| <body> | |
| <style> | |
| .h{ | |
| border-radius: 200px; | |
| background: #FFFFFF; | |
| text-align: center; | |
| position: absolute; | |
| top: 50%; |