Update README.md
Browse files
README.md
CHANGED
@@ -9,17 +9,12 @@ tags:
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
|
|
|
|
12 |
---
|
13 |
|
14 |
-
# Uploaded model
|
15 |
-
|
16 |
-
- **Developed by:** CineAI
|
17 |
-
- **License:** apache-2.0
|
18 |
-
- **Finetuned from model :** unsloth/llama-3.2-3b-instruct-bnb-4bit
|
19 |
-
|
20 |
-
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
22 |
-
The model was fine-tuned using CineAI's own CineAI/libertarian dataset to determine the closeness of a particular expression, quote, etc. to the ideas of libertarianism and freedom. To test the model, you can use examples generated by ChatGPT-4 or your own. Feel free to make changes to the dataset to improve it, as well as to improve the model.
|
23 |
|
24 |
|
25 |
**Example statements are divided into categories:**
|
@@ -48,4 +43,12 @@ The model was fine-tuned using CineAI's own CineAI/libertarian dataset to determ
|
|
48 |
4. "Taxes should be minimized for individuals, but large corporations must contribute more to the public good."
|
49 |
5. "Markets regulate themselves well, but environmental protections require government intervention."
|
50 |
|
51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
12 |
+
datasets:
|
13 |
+
- CineAI/libertarian
|
14 |
---
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
+
The model was fine-tuned using CineAI's own **CineAI/libertarian** dataset to determine the closeness of a particular expression, quote, etc. to the ideas of libertarianism and freedom. To test the model, you can use examples generated by ChatGPT-4 or your own. Feel free to make changes to the dataset to improve it, as well as to improve the model.
|
18 |
|
19 |
|
20 |
**Example statements are divided into categories:**
|
|
|
43 |
4. "Taxes should be minimized for individuals, but large corporations must contribute more to the public good."
|
44 |
5. "Markets regulate themselves well, but environmental protections require government intervention."
|
45 |
|
46 |
+
# Uploaded model
|
47 |
+
|
48 |
+
- **Developed by:** CineAI
|
49 |
+
- **License:** apache-2.0
|
50 |
+
- **Finetuned from model :** unsloth/llama-3.2-3b-instruct-bnb-4bit
|
51 |
+
|
52 |
+
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
53 |
+
|
54 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|