heavoc commited on
Commit
9ef3c47
1 Parent(s): cee22fb

Training in progress, epoch 0

Browse files
Files changed (5) hide show
  1. .amlignore +6 -0
  2. .amlignore.amltmp +6 -0
  3. config.json +16 -28
  4. model.safetensors +2 -2
  5. training_args.bin +1 -1
.amlignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
.amlignore.amltmp ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
config.json CHANGED
@@ -12,51 +12,39 @@
12
  "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "agression",
16
  "1": "drinking",
17
  "2": "dust_bathing",
18
  "3": "eating",
19
  "4": "ground_pecking",
20
  "5": "head_shaking",
21
  "6": "idle",
22
- "7": "multiple_chickens",
23
- "8": "non_judgeable",
24
- "9": "not_judgeable",
25
- "10": "object_pecking",
26
- "11": "other",
27
- "12": "preening",
28
- "13": "scratching",
29
- "14": "shaking_out",
30
- "15": "sitting_idle",
31
- "16": "standing_idle",
32
- "17": "stretching",
33
- "18": "walking",
34
- "19": "wing_flapping"
35
  },
36
  "image_size": 224,
37
  "initializer_range": 0.02,
38
  "intermediate_size": 3072,
39
  "label2id": {
40
- "agression": 0,
41
  "drinking": 1,
42
  "dust_bathing": 2,
43
  "eating": 3,
44
  "ground_pecking": 4,
45
  "head_shaking": 5,
46
  "idle": 6,
47
- "multiple_chickens": 7,
48
- "non_judgeable": 8,
49
- "not_judgeable": 9,
50
- "object_pecking": 10,
51
- "other": 11,
52
- "preening": 12,
53
- "scratching": 13,
54
- "shaking_out": 14,
55
- "sitting_idle": 15,
56
- "standing_idle": 16,
57
- "stretching": 17,
58
- "walking": 18,
59
- "wing_flapping": 19
60
  },
61
  "layer_norm_eps": 1e-12,
62
  "model_type": "videomae",
 
12
  "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "aggression",
16
  "1": "drinking",
17
  "2": "dust_bathing",
18
  "3": "eating",
19
  "4": "ground_pecking",
20
  "5": "head_shaking",
21
  "6": "idle",
22
+ "7": "object_pecking",
23
+ "8": "preening",
24
+ "9": "scratching",
25
+ "10": "shaking_out",
26
+ "11": "stretching",
27
+ "12": "walking",
28
+ "13": "wing_flapping"
 
 
 
 
 
 
29
  },
30
  "image_size": 224,
31
  "initializer_range": 0.02,
32
  "intermediate_size": 3072,
33
  "label2id": {
34
+ "aggression": 0,
35
  "drinking": 1,
36
  "dust_bathing": 2,
37
  "eating": 3,
38
  "ground_pecking": 4,
39
  "head_shaking": 5,
40
  "idle": 6,
41
+ "object_pecking": 7,
42
+ "preening": 8,
43
+ "scratching": 9,
44
+ "shaking_out": 10,
45
+ "stretching": 11,
46
+ "walking": 12,
47
+ "wing_flapping": 13
 
 
 
 
 
 
48
  },
49
  "layer_norm_eps": 1e-12,
50
  "model_type": "videomae",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b3ed6ff34f4de54dfd6f4743367c1a743b4325ca1ea2a8c1589ddf4774b78d3
3
- size 344992744
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a23a5059a3bd3a1e09ef18e20b2bcfe3b61ab40084e2a81339cadde421dd6a4
3
+ size 344974288
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69a69e5ef57567dac9c767387300eb749390fbffb2a203eefeea2147c19ad0e9
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91dd8a72c4ef5782fd888c2e9b9d4114a740036ab92204980cc029b714f45b75
3
  size 4984