randhir302 commited on
Commit
c6b2c07
·
verified ·
1 Parent(s): 808c3fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -38,13 +38,13 @@ model-index:
38
  name: Meaning Preservation
39
  ---
40
 
41
- # 🚀 HumanizeAI — LLaMA3 Humanizer Model
42
 
43
  > Turn robotic AI text into natural, human-like conversation.
44
 
45
  ## 🧠 Overview
46
 
47
- **HumanizeAI** is a fine-tuned and merged LLaMA-3 (8B) model designed to rewrite AI-generated text into more **natural, fluent, and human-sounding language**.
48
 
49
  Built using efficient fine-tuning with Unsloth + LoRA, this model focuses on improving:
50
  - Conversational tone
@@ -109,7 +109,7 @@ Human evaluation on test prompts:
109
  ```python
110
  from transformers import AutoTokenizer, AutoModelForCausalLM
111
 
112
- model_id = "randhir302/humanizeai-llama3"
113
 
114
  tokenizer = AutoTokenizer.from_pretrained(model_id)
115
  model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto")
 
38
  name: Meaning Preservation
39
  ---
40
 
41
+ # 🚀HumanFlow — LLaMA3 Humanizer Model
42
 
43
  > Turn robotic AI text into natural, human-like conversation.
44
 
45
  ## 🧠 Overview
46
 
47
+ **HumanFlow** is a fine-tuned and merged LLaMA-3 (8B) model designed to rewrite AI-generated text into more **natural, fluent, and human-sounding language**.
48
 
49
  Built using efficient fine-tuning with Unsloth + LoRA, this model focuses on improving:
50
  - Conversational tone
 
109
  ```python
110
  from transformers import AutoTokenizer, AutoModelForCausalLM
111
 
112
+ model_id = "randhir302/HumanFlow"
113
 
114
  tokenizer = AutoTokenizer.from_pretrained(model_id)
115
  model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto")