DevsDoCode commited on
Commit
c3aa529
1 Parent(s): 2c3bb56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -13
README.md CHANGED
@@ -13,14 +13,22 @@ tags:
13
  ## Contributors
14
  ![Contributors](https://raw.githubusercontent.com/unslothai/unsloth/main/images/contributors.png) **Devs Do Code**, **Sreejan**, **OEvortex**
15
 
 
 
 
 
 
 
 
 
16
  # Finetune Meta Llama-3 8b to create an Uncensored Model with Devs Do Code!
17
 
18
  Unleash the power of uncensored text generation with our model! We've fine-tuned the Meta Llama-3 8b model to create an uncensored variant that pushes the boundaries of text generation.
19
 
20
  ## Model Details
21
  - **Model Name:** DevsDoCode/LLama-3-8b-Uncensored
22
- - **Base Model:** Meta/meta-llama-3-8b
23
- - **License:** llama2
24
 
25
  ## How to Use
26
  You can easily access and utilize our uncensored model using the Hugging Face Transformers library. Here's a sample code snippet to get started:
@@ -35,17 +43,6 @@ model = GPT2LMHeadModel.from_pretrained(model_name)
35
  # Now you can generate text using the model!
36
  ```
37
 
38
- ## Social Media Handles
39
- - **Telegram:** [Insert Telegram Handle](https://t.me/your_telegram_handle)
40
- - **YouTube:** [Insert YouTube Channel](https://www.youtube.com/your_channel)
41
- - **Instagram:** [Insert Instagram Handle](https://www.instagram.com/your_instagram_handle)
42
- - **LinkedIn:** [Insert LinkedIn Profile](https://www.linkedin.com/in/your_profile)
43
- - **Discord:** [Insert Discord Server Invite](https://discord.gg/your_server_invite)
44
- - **Twitter:** [Insert Twitter Handle](https://twitter.com/your_twitter_handle)
45
-
46
-
47
-
48
-
49
  ## Notebooks
50
  - **Finetuning Process:** [▶️ Start on Colab](https://colab.research.google.com/drive/135ced7oHytdxu3N2DNe1Z0kqjyYIkDXp?usp=sharing)
51
  - **Accessing the Model:** [▶️ Start on Colab](https://colab.research.google.com/drive/135ced7oHytdxu3N2DNe1Z0kqjyYIkDXp?usp=sharing)
 
13
  ## Contributors
14
  ![Contributors](https://raw.githubusercontent.com/unslothai/unsloth/main/images/contributors.png) **Devs Do Code**, **Sreejan**, **OEvortex**
15
 
16
+ ## Social Media Handles
17
+ - **Telegram:** [Insert Telegram Handle](https://t.me/your_telegram_handle)
18
+ - **YouTube:** [Insert YouTube Channel](https://www.youtube.com/your_channel)
19
+ - **Instagram:** [Insert Instagram Handle](https://www.instagram.com/your_instagram_handle)
20
+ - **LinkedIn:** [Insert LinkedIn Profile](https://www.linkedin.com/in/your_profile)
21
+ - **Discord:** [Insert Discord Server Invite](https://discord.gg/your_server_invite)
22
+ - **Twitter:** [Insert Twitter Handle](https://twitter.com/your_twitter_handle)
23
+
24
  # Finetune Meta Llama-3 8b to create an Uncensored Model with Devs Do Code!
25
 
26
  Unleash the power of uncensored text generation with our model! We've fine-tuned the Meta Llama-3 8b model to create an uncensored variant that pushes the boundaries of text generation.
27
 
28
  ## Model Details
29
  - **Model Name:** DevsDoCode/LLama-3-8b-Uncensored
30
+ - **Base Model:** meta-llama/Meta-Llama-3-8B
31
+ - **License:** Apache 2.0
32
 
33
  ## How to Use
34
  You can easily access and utilize our uncensored model using the Hugging Face Transformers library. Here's a sample code snippet to get started:
 
43
  # Now you can generate text using the model!
44
  ```
45
 
 
 
 
 
 
 
 
 
 
 
 
46
  ## Notebooks
47
  - **Finetuning Process:** [▶️ Start on Colab](https://colab.research.google.com/drive/135ced7oHytdxu3N2DNe1Z0kqjyYIkDXp?usp=sharing)
48
  - **Accessing the Model:** [▶️ Start on Colab](https://colab.research.google.com/drive/135ced7oHytdxu3N2DNe1Z0kqjyYIkDXp?usp=sharing)