DevsDoCode commited on
Commit
470365b
1 Parent(s): c0eb45b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,3 +1,4 @@
 
1
  ---
2
  language:
3
  - en
@@ -30,3 +31,24 @@ tokenizer = GPT2Tokenizer.from_pretrained(model_name)
30
  model = GPT2LMHeadModel.from_pretrained(model_name)
31
 
32
  # Now you can generate text using the model!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ```markdown
2
  ---
3
  language:
4
  - en
 
31
  model = GPT2LMHeadModel.from_pretrained(model_name)
32
 
33
  # Now you can generate text using the model!
34
+ ```
35
+
36
+ ## Social Media Handles
37
+ - **Telegram:** [Insert Telegram Handle]
38
+ - **YouTube:** [Insert YouTube Channel]
39
+ - **Instagram:** [Insert Instagram Handle]
40
+ - **LinkedIn:** [Insert LinkedIn Profile]
41
+ - **Discord:** [Insert Discord Server Invite]
42
+ - **Twitter:** [Insert Twitter Handle]
43
+
44
+ ## Contributors
45
+ - Devs Do Code
46
+ - Sreejan
47
+ - OEvortex
48
+
49
+ ## Notebooks
50
+ - **Finetuning Process:** [Google Colab Notebook](Insert Google Colab Link)
51
+ - **Accessing the Model:** [Google Colab Notebook](Insert Google Colab Link)
52
+ ```
53
+
54
+ Replace `[Insert ...]` with appropriate links and handles. Let me know if you need further modifications!