Kartikeya commited on
Commit
d2aa940
·
verified ·
1 Parent(s): dbddf8f

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. config.json +25 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MultimodalTimesformer"
4
+ ],
5
+ "id2label": {
6
+ "0": "unpopular",
7
+ "1": "popular"
8
+ },
9
+ "label2id": {
10
+ "popular": 1,
11
+ "unpopular": 0
12
+ },
13
+ "modality_config": {
14
+ "audio": false,
15
+ "text": false,
16
+ "video": true
17
+ },
18
+ "model_ckpts": {
19
+ "audio": "facebook/wav2vec2-base",
20
+ "text": "monologg/kobert",
21
+ "video": "facebook/timesformer-base-finetuned-k400"
22
+ },
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.46.3"
25
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1c178cc0ead3cb26ba0f3f945296f4f5f49cb4e62ce3e230167d27d7b96a338
3
+ size 485072256
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad8e2df678d303819149f7507f2fa6bac5537a7bbc3f52e6890176647f9ffcd
3
+ size 4859