ccapo commited on
Commit
78c83df
1 Parent(s): 17370ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: bsd-3-clause-clear
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bsd-3-clause-clear
3
+ base_model:
4
+ - meta-llama/Llama-3.1-8B
5
+ pipeline_tag: text-generation
6
+ library_name: transformers
7
+ datasets:
8
+ - ccapo/ethical-responses
9
+ tags:
10
+ - pytorch
11
+ - GGUF
12
+ ---
13
+
14
+ ## Description
15
+ This model is a fine-tuned version Meta Llama 3.1 8B, trained on a small collection of prompts and responses to demonstrate how it is possible to increase the ethical responses of the base model.
16
+
17
+ For more details, see the model card for the base Meta Llama 3.1 8B model.
18
+
19
+ This repo contains GGUF format model files for the model [ccapo/llama3.1-8B-ethical-fine-tuned](https://huggingface.co/ccapo/llama3.1-8B-ethical-fine-tuned).