isemmanuelolowe commited on
Commit
35d7048
1 Parent(s): 5a008cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # BerKANT (training)
2
 
3
  A Bert implementation where most of the `torch.nn.linear` have been replaced with `KANLinear`.
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - Kolmogorov-Arnold Network
7
+ - Bert
8
+ - KAN
9
+ ---
10
  # BerKANT (training)
11
 
12
  A Bert implementation where most of the `torch.nn.linear` have been replaced with `KANLinear`.