fukugawa commited on
Commit
64d2ac6
1 Parent(s): 0077f4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -15,14 +15,12 @@ datasets:
15
  ---
16
  # transformer-lm-japanese-0.1b
17
 
18
- ## Model Description
19
-
20
  This is a JAX/Flax-based transformer language model trained on a Japanese dataset. It is based on the official Flax example code ([lm1b](https://github.com/google/flax/tree/main/examples/lm1b)).
21
 
22
  ## Update Log
23
  * 2024/05/13 FlaxAutoModelForCausalLM is now supported with custom model code added.
24
 
25
- ## Model Sources
26
 
27
  We've modified Flax's 'lm1b' example to train on Japanese dataset. You can find the code on Github.
28
 
 
15
  ---
16
  # transformer-lm-japanese-0.1b
17
 
 
 
18
  This is a JAX/Flax-based transformer language model trained on a Japanese dataset. It is based on the official Flax example code ([lm1b](https://github.com/google/flax/tree/main/examples/lm1b)).
19
 
20
  ## Update Log
21
  * 2024/05/13 FlaxAutoModelForCausalLM is now supported with custom model code added.
22
 
23
+ ## Source Code
24
 
25
  We've modified Flax's 'lm1b' example to train on Japanese dataset. You can find the code on Github.
26