aipib commited on
Commit
e0a32dd
1 Parent(s): bec2a57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -34
README.md CHANGED
@@ -1,38 +1,8 @@
1
- ---
2
- tags:
3
- - merge
4
- - mergekit
5
- - lazymergekit
6
- - alfredplpl/suzume-poc
7
- - alfredplpl/gemma-2b-it-ja-poc
8
- base_model:
9
- - alfredplpl/suzume-poc
10
- - alfredplpl/gemma-2b-it-ja-poc
11
- ---
12
 
13
- # suzume-taskarith1
14
-
15
- suzume-taskarith1 is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
16
- * [alfredplpl/suzume-poc](https://huggingface.co/alfredplpl/suzume-poc)
17
- * [alfredplpl/gemma-2b-it-ja-poc](https://huggingface.co/alfredplpl/gemma-2b-it-ja-poc)
18
-
19
- ## 🧩 Configuration
20
-
21
- ```yaml
22
- models:
23
- - model: alfredplpl/suzume-poc
24
- parameters:
25
- weight: 0.5
26
- - model: alfredplpl/gemma-2b-it-ja-poc
27
- parameters:
28
- weight: 0.5
29
- merge_method: task_arithmetic
30
- base_model: alfredplpl/suzume-poc
31
- parameters:
32
- normalize: true
33
- int8_mask: true
34
- dtype: bfloat16
35
- ```
36
 
37
  ## 💻 Usage
38
 
 
1
+ # karasu-lora-jp-qa-chat
 
 
 
 
 
 
 
 
 
 
2
 
3
+ karasu fine tuned model by lora method with the original Q&A dataset.
4
+ This model is usefull for rag system with reference input files.
5
+ * Base model: Merged model of lightblue/karasu-1.1B and yuiseki/karasu-sake-qa-v0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
  ## 💻 Usage
8