generalchucklese commited on
Commit
bda7342
·
verified ·
1 Parent(s): 33efc92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -13
README.md CHANGED
@@ -1,7 +1,6 @@
1
- ---
2
  base_model: GreekIceDragon/gemma-3-1b-abliterated
3
  library_name: peft
4
- model_name: gemma3-clyde-finetune
5
  tags:
6
  - base_model:adapter:GreekIceDragon/gemma-3-1b-abliterated
7
  - lora
@@ -11,22 +10,20 @@ tags:
11
  licence: license
12
  pipeline_tag: text-generation
13
  ---
 
14
 
15
- # Model Card for gemma3-clyde-finetune
 
 
16
 
17
- This model is a fine-tuned version of [GreekIceDragon/gemma-3-1b-abliterated](https://huggingface.co/GreekIceDragon/gemma-3-1b-abliterated).
18
- It has been trained using [TRL](https://github.com/huggingface/trl).
19
 
20
- ## Quick start
21
 
22
- ```python
23
- from transformers import pipeline
24
 
25
- question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
26
- generator = pipeline("text-generation", model="None", device="cuda")
27
- output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
28
- print(output["generated_text"])
29
- ```
30
 
31
  ## Training procedure
32
 
 
 
1
  base_model: GreekIceDragon/gemma-3-1b-abliterated
2
  library_name: peft
3
+ model_name: OpenClyde
4
  tags:
5
  - base_model:adapter:GreekIceDragon/gemma-3-1b-abliterated
6
  - lora
 
10
  licence: license
11
  pipeline_tag: text-generation
12
  ---
13
+ ---
14
 
15
+ # What is this?
16
+ This is a model trained using pytorch on around 3000 lines of data from Discord's shut down AI, Clyde. It is almost completely accurate, but struggles to keep its personality in unusual situations
17
+ [Come Join Us on Discord](https://discord.gg/5Umg82h5Bu) to follow updates
18
 
 
 
19
 
 
20
 
 
 
21
 
22
+ # Model Card for gemma3-clyde-finetune
23
+
24
+ This model is a fine-tuned version of Gemma 3 1B (abliterated by GeekIceDragon)
25
+ It has been trained using [TRL](https://github.com/huggingface/trl).
26
+
27
 
28
  ## Training procedure
29