chloemeow commited on
Commit
40abb15
·
verified ·
1 Parent(s): 85dd25b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: microsoft/DialoGPT-medium
4
+ tags:
5
+ - unsloth
6
+ - lora
7
+ - ielts
8
+ - conversational
9
+ ---
10
+
11
+ # ielts-assistant LoRA Adapter
12
+
13
+ 这是基于DialoGPT训练的IELTS助手LoRA适配器。
14
+
15
+ ## 使用方法
16
+
17
+ ```python
18
+ from unsloth import FastLanguageModel
19
+
20
+ model, tokenizer = FastLanguageModel.from_pretrained(
21
+ model_name="chloemeow/ielts-assistant-lora",
22
+ max_seq_length=2048,
23
+ dtype=None,
24
+ load_in_4bit=True,
25
+ )
26
+ ```
27
+
28
+ ## 训练信息
29
+ - 基础模型: microsoft/DialoGPT-medium
30
+ - LoRA rank: 16
31
+ - 训练轮数: 3
32
+ - 学习率: 2e-4