aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.py b/main.py
new file mode 100644
index 0000000..de058e7
--- /dev/null
+++ b/main.py
@@ -0,0 +1,4 @@
+from transformers import BertTokenizer, BertModel
+
+tokenizer = BertTokenizer.from_pretrained("hfl/minirbt-h256")
+model = BertModel.from_pretrained("hfl/minirbt-h256") \ No newline at end of file