Roger Koranteng
commited on
Commit
·
53256c7
1
Parent(s):
4591a30
add fined tuned model to tokenizer
Browse files- tokenizer.json +2 -2
tokenizer.json
CHANGED
@@ -12,5 +12,5 @@
|
|
12 |
"assets": [
|
13 |
"assets/tokenizer/vocabulary.spm"
|
14 |
],
|
15 |
-
"weights":
|
16 |
-
}
|
|
|
12 |
"assets": [
|
13 |
"assets/tokenizer/vocabulary.spm"
|
14 |
],
|
15 |
+
"weights": "weights/fined-tuned-model.lora.h5"
|
16 |
+
}
|