Transformers
English
TheOpenMachine commited on
Commit
ef8c133
·
verified ·
1 Parent(s): 938100e

Create LICENSE.md

Browse files

# License

This repository contains multiple components.

## Source Code

The Android application source code is released under the MIT License.

Copyright (c) 2026 Open Machine

Permission is hereby granted, free of charge, to any person obtaining a copy
of the software and associated documentation files, to deal in the software
without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the
software, subject to inclusion of the copyright notice and this permission
notice.

The software is provided "as is", without warranty of any kind.

## Model, Weights, ONNX Files, Tokenizer, and APK Assets

The Lulu model weights, ONNX files, tokenizer files, and packaged APK assets
are provided for research, demonstration, evaluation, and non-production use.

You may download and test the demo.

You may not claim the model, weights, APK, or Lulu assistant as your own work.

You may not use the model or APK for illegal, harmful, deceptive, surveillance,
or safety-critical purposes.

You may not redistribute modified versions of the model weights, ONNX files, or
APK under the Lulu or Open Machine name without written permission.

This demo is experimental and provided without warranty.

Files changed (1) hide show
  1. LICENSE.md +35 -0
LICENSE.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # License
2
+
3
+ This repository contains multiple components.
4
+
5
+ ## Source Code
6
+
7
+ The Android application source code is released under the MIT License.
8
+
9
+ Copyright (c) 2026 Open Machine
10
+
11
+ Permission is hereby granted, free of charge, to any person obtaining a copy
12
+ of the software and associated documentation files, to deal in the software
13
+ without restriction, including without limitation the rights to use, copy,
14
+ modify, merge, publish, distribute, sublicense, and/or sell copies of the
15
+ software, subject to inclusion of the copyright notice and this permission
16
+ notice.
17
+
18
+ The software is provided "as is", without warranty of any kind.
19
+
20
+ ## Model, Weights, ONNX Files, Tokenizer, and APK Assets
21
+
22
+ The Lulu model weights, ONNX files, tokenizer files, and packaged APK assets
23
+ are provided for research, demonstration, evaluation, and non-production use.
24
+
25
+ You may download and test the demo.
26
+
27
+ You may not claim the model, weights, APK, or Lulu assistant as your own work.
28
+
29
+ You may not use the model or APK for illegal, harmful, deceptive, surveillance,
30
+ or safety-critical purposes.
31
+
32
+ You may not redistribute modified versions of the model weights, ONNX files, or
33
+ APK under the Lulu or Open Machine name without written permission.
34
+
35
+ This demo is experimental and provided without warranty.