Update README.md
Browse files
README.md
CHANGED
@@ -4,10 +4,10 @@ license: llama3
|
|
4 |
---
|
5 |
|
6 |
|
7 |
-
#
|
8 |
|
9 |
## Overview
|
10 |
-
|
11 |
|
12 |
## Objectives
|
13 |
- Engage in open-ended dialogue while displaying emotional intelligence
|
@@ -31,7 +31,7 @@ OEvortex/HelpingAI-8B is a large language model designed for emotionally intelli
|
|
31 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
32 |
import torch
|
33 |
|
34 |
-
model_id = "OEvortex/
|
35 |
|
36 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
37 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
4 |
---
|
5 |
|
6 |
|
7 |
+
# HelpingAI-8B Model Card
|
8 |
|
9 |
## Overview
|
10 |
+
HelpingAI-8B is a large language model designed for emotionally intelligent conversational interactions. It is trained to engage users with empathy, understanding, and supportive dialogue across a wide range of topics and contexts. The model aims to provide a supportive AI companion that can attune to users' emotional states and communicative needs.
|
11 |
|
12 |
## Objectives
|
13 |
- Engage in open-ended dialogue while displaying emotional intelligence
|
|
|
31 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
32 |
import torch
|
33 |
|
34 |
+
model_id = "OEvortex/HelpingAI-8B"
|
35 |
|
36 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
37 |
model = AutoModelForCausalLM.from_pretrained(
|