secometo commited on
Commit
354ff46
1 Parent(s): 85d057f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -18,6 +18,10 @@ original_sentence = tokenizer.encode_plus("Ülke genelinde bisiklet kullanımın
18
  paraphrased_sentences = model.generate(original_sentence['input_ids'], max_length=150, num_return_sequences=5, num_beams=5)
19
  tokenizer.batch_decode(paraphrased_sentences, skip_special_tokens=True)
20
  ```
 
 
 
 
21
  ## Outputs
22
 
23
  ```
@@ -28,12 +32,15 @@ tokenizer.batch_decode(paraphrased_sentences, skip_special_tokens=True)
28
  'ülke genelinde bisiklet kullanımının artması hakkında fikirleriniz nedir?']
29
  ```
30
 
31
-
32
  ## Dataset
33
 
34
  We used 50994 question sentence pairs, which are created manually, to train our model. The dataset is provided our mentor. Sentences were extracted from the titles of topics in popular Turkish forum website donanimhaber.com. We augmented the dataset by writing ten thousand sentences per person.
35
 
36
 
37
- ## Authors
38
- <a href="https://github.com/metinbinbir">Metin Binbir</a>
39
- <a href="https://github.com/sercaksoy">Sercan Aksoy</a>
 
 
 
 
18
  paraphrased_sentences = model.generate(original_sentence['input_ids'], max_length=150, num_return_sequences=5, num_beams=5)
19
  tokenizer.batch_decode(paraphrased_sentences, skip_special_tokens=True)
20
  ```
21
+ ## Input
22
+ ```
23
+ Ülke genelinde bisiklet kullanımının artması hakkında ne düşünüyorsun?
24
+ ```
25
  ## Outputs
26
 
27
  ```
32
  'ülke genelinde bisiklet kullanımının artması hakkında fikirleriniz nedir?']
33
  ```
34
 
 
35
  ## Dataset
36
 
37
  We used 50994 question sentence pairs, which are created manually, to train our model. The dataset is provided our mentor. Sentences were extracted from the titles of topics in popular Turkish forum website donanimhaber.com. We augmented the dataset by writing ten thousand sentences per person.
38
 
39
 
40
+ ## Authors & Citation
41
+
42
+ <a href="https://github.com/metinbinbir">Metin Binbir</a></br>
43
+ <a href="https://github.com/sercaksoy">Sercan Aksoy</a>
44
+ ```
45
+ Metin Binbir, Sercan Aksoy, Paraphrase Generation for Turkish Language, Computer Project, Advisor: Mehmet Fatih Amasyali, Yildiz Technical University, Computer Engineering Dept. , Istanbul, Turkey , 2021.
46
+ ```