darkc0de commited on
Commit
fc8764b
·
verified ·
1 Parent(s): 1f90401

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -1,22 +1,20 @@
1
  ---
2
- base_model: nvidia/Llama-3.1-Nemotron-Nano-8B-v1
 
 
3
  tags:
4
  - text-generation-inference
5
  - transformers
6
  - unsloth
7
  - llama
8
- - gguf
9
  license: apache-2.0
10
  language:
11
  - en
 
 
12
  ---
13
 
14
- # Uploaded model
15
 
16
- - **Developed by:** darkc0de
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** nvidia/Llama-3.1-Nemotron-Nano-8B-v1
19
 
20
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
-
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
1
  ---
2
+ base_model:
3
+ - nvidia/Llama-3.1-Nemotron-Nano-8B-v1
4
+ - huihui-ai/Llama-3.1-Nemotron-Nano-8B-v1-abliterated
5
  tags:
6
  - text-generation-inference
7
  - transformers
8
  - unsloth
9
  - llama
10
+ - trl
11
  license: apache-2.0
12
  language:
13
  - en
14
+ datasets:
15
+ - Undi95/toxic-dpo-v0.1-NoWarning
16
  ---
17
 
 
18
 
19
+ **huihui-ai/Llama-3.1-Nemotron-Nano-8B-v1-abliterated** trained with **Unsloth ORPO** for 1 **full** epoch on **Undi95/toxic-dpo-v0.1-NoWarning**
 
 
20