MK0727 commited on
Commit
116fa4e
·
verified ·
1 Parent(s): 7462a9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -39,6 +39,19 @@ The model was pretrained on a Japanese text mixture.
39
  | `MK0727/CleanedFineWeb2Edu-jp` | Filtered Japanese web corpus |
40
  | `MK0727/SyntheticTextbook-jp` | Synthetic Japanese corpus |
41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
  ## Limitations
44
 
 
39
  | `MK0727/CleanedFineWeb2Edu-jp` | Filtered Japanese web corpus |
40
  | `MK0727/SyntheticTextbook-jp` | Synthetic Japanese corpus |
41
 
42
+ ## Usage
43
+ ```bash
44
+ git clone https://github.com/KeisukeMiyamoto1324/lambda.git
45
+ cd lambda
46
+ python3 -m venv venv
47
+ source venv/bin/activate
48
+ pip3 install -r requirements.txt
49
+
50
+ python3 src/inference_base/inference_hf.py \
51
+ --prompt "人工知能とは" \
52
+ --max-new-tokens 64
53
+ ```
54
+
55
 
56
  ## Limitations
57