Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,10 @@ language:
|
|
5 |
pipeline_tag: text-generation
|
6 |
---
|
7 |
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
pipeline_tag: text-generation
|
6 |
---
|
7 |
|
8 |
+
The model predicts the next token for half sentences. (Giving probability like GPT-2.)
|
9 |
+
To use the code, first download the ".saftensor" model.
|
10 |
+
Enter the full path of the weight you downloaded instead of the "model_path" variable in the code (use // instead of / or you will get a UTF encoding error.).
|
11 |
+
The model was trained on 1 "i514500HX" CPU for "1" epoch with 100 Turkish sentences.
|
12 |
+
The model is purely for testing purposes.
|
13 |
+
The model is free.
|
14 |
+
ALL RISKS ARE YOURS!!
|