kingabzpro commited on
Commit
66f6307
1 Parent(s): 98c9a6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -11,7 +11,11 @@ license: apache-2.0
11
  metrics:
12
  - Perplexity
13
  ---
14
- ## Evaluation
 
 
 
 
15
 
16
  ```python
17
  tokenizer = AutoTokenizer.from_pretrained('kingabzpro/DialoGPT-small-Rick-Bot')
@@ -40,4 +44,6 @@ for step in range(4):
40
  print("RickBot: {}".format(tokenizer.decode(chat_history_ids[:, bot_input_ids.shape[-1]:][0], skip_special_tokens=True)))
41
  ```
42
 
43
- **Result**: perplexity = 8.53
 
 
11
  metrics:
12
  - Perplexity
13
  ---
14
+ # Source Code
15
+ [<img src="https://api.flatworld.co/wp-content/uploads/2020/10/DAGsHub-Logo.png" alt="dagshub" width="150"/>](https://dagshub.com/kingabzpro/DailoGPT-RickBot)
16
+
17
+ [![DAGsHub](https://img.shields.io/badge/github-DailoGPT_RickBot-ffbf00?logo=github&color=black&style=for-the-badge)](https://github.com/kingabzpro/DailoGPT-RickBot)
18
+ # Testing
19
 
20
  ```python
21
  tokenizer = AutoTokenizer.from_pretrained('kingabzpro/DialoGPT-small-Rick-Bot')
44
  print("RickBot: {}".format(tokenizer.decode(chat_history_ids[:, bot_input_ids.shape[-1]:][0], skip_special_tokens=True)))
45
  ```
46
 
47
+ **Result**
48
+
49
+ perplexity : 8.53