Commit
·
89829a4
1
Parent(s):
08c2e26
Basic indicnlp marathi news classifier
Browse files- .gitattributes +3 -0
- config.json +3 -0
- pytorch_model.bin +3 -0
- requirements.txt +2 -0
- tokenizer.json +3 -0
.gitattributes
CHANGED
|
@@ -15,3 +15,6 @@
|
|
| 15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 17 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 17 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
config.json filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e77a16ad2f76869e92f983b1b4b982d31fcdc460714c19883a06c4fc35d81e08
|
| 3 |
+
size 947
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c62eb70c6f3724e9eac6244b96000ca7b584e1123261fe7e0cce9f3306e4710c
|
| 3 |
+
size 498674349
|
requirements.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers
|
| 2 |
+
streamlit
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f06ff64f8f00c6a3a2eb90a8907da9a5da923e2108a3c71e404ae5f2580cb006
|
| 3 |
+
size 2813414
|