Bertug1911 commited on
Commit
9ce04d7
·
verified ·
1 Parent(s): 539868c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -5,4 +5,10 @@ language:
5
  pipeline_tag: text-generation
6
  ---
7
 
8
- This model can predict next token (With probali)
 
 
 
 
 
 
 
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!!